diff options
author | Frederic Bompart <frederic@unknown.openembedded.org> | 2005-09-19 15:28:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-19 15:28:24 +0000 |
commit | 9e78fbcaa42858a2df5ace75554c620ac048b729 (patch) | |
tree | ab8ec566801aeda092eaba2daa5f692e95e825ee /packages/linux/opensimpad-2.4.27-vrs1-pxa1-jpm1/simpad-pm-updates.patch | |
parent | 2f8389dfedb897cdda2a8f963f4bd8a93d2a42df (diff) |
added opensimpad-2.4.27-vrs1-pxa1-jpm1 kernel. This contains the
following new patches over 2.4.25:
- simpad-proc-sys-board.patch (/proc/sys/board patch from Till Harbaum)
- simpad-serial.patch (DTR/RTS/CTS support patch from Till Harbaum)
- mppe-20040216.patch (add MPPE encryption for PPP)
- 2.4.27-mh1.patch (bluetooth patches from Marcel Holtmann)
Common patches were placed in the "opensimpad" directory.
Diffstat (limited to 'packages/linux/opensimpad-2.4.27-vrs1-pxa1-jpm1/simpad-pm-updates.patch')
-rw-r--r-- | packages/linux/opensimpad-2.4.27-vrs1-pxa1-jpm1/simpad-pm-updates.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/packages/linux/opensimpad-2.4.27-vrs1-pxa1-jpm1/simpad-pm-updates.patch b/packages/linux/opensimpad-2.4.27-vrs1-pxa1-jpm1/simpad-pm-updates.patch new file mode 100644 index 0000000000..020a625029 --- /dev/null +++ b/packages/linux/opensimpad-2.4.27-vrs1-pxa1-jpm1/simpad-pm-updates.patch @@ -0,0 +1,35 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- linux-2.4.27/arch/arm/mach-sa1100/pm-sa1100.c~simpad-pm-updates ++++ linux-2.4.27/arch/arm/mach-sa1100/pm-sa1100.c +@@ -69,6 +69,7 @@ + SLEEP_SAVE_ICMR, + #ifdef CONFIG_SA1100_SIMPAD + SLEEP_SAVE_MECR, /* needed by SIMpad to get PCMCIA working after resume */ ++ SLEEP_SAVE_Ser4MCCR0, SLEEP_SAVE_Ser4MCSR, SLEEP_SAVE_Ser4MCCR1, /* touchscreen */ + #endif + SLEEP_SAVE_Ser1SDCR0, + +@@ -113,6 +114,9 @@ + SAVE(ICMR); + #ifdef CONFIG_SA1100_SIMPAD + SAVE(MECR); ++ SAVE(Ser4MCCR0); ++ SAVE(Ser4MCSR); ++ SAVE(Ser4MCCR1); + #endif + SAVE(PWER); + SAVE(MSC1); +@@ -194,6 +198,9 @@ + RESTORE(ICMR); + #ifdef CONFIG_SA1100_SIMPAD + RESTORE(MECR); ++ RESTORE(Ser4MCCR0); ++ RESTORE(Ser4MCSR); ++ RESTORE(Ser4MCCR1); + #endif + RESTORE(PWER); + RESTORE(MSC1); |