Loading MAINTAINERS +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1284,8 +1284,8 @@ T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git S: Supported S: Supported INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS P: Vojtech Pavlik P: Dmitry Torokhov M: vojtech@suse.cz M: dtor_core@ameritech.net L: linux-input@atrey.karlin.mff.cuni.cz L: linux-input@atrey.karlin.mff.cuni.cz L: linux-joystick@atrey.karlin.mff.cuni.cz L: linux-joystick@atrey.karlin.mff.cuni.cz T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git Loading Makefile +2 −2 Original line number Original line Diff line number Diff line VERSION = 2 VERSION = 2 PATCHLEVEL = 6 PATCHLEVEL = 6 SUBLEVEL = 15 SUBLEVEL = 15 EXTRAVERSION =-rc5 EXTRAVERSION =-rc6 NAME=Affluent Albatross NAME=Sliding Snow Leopard # *DOCUMENTATION* # *DOCUMENTATION* # To see a list of typical targets execute "make help" # To see a list of typical targets execute "make help" Loading arch/alpha/kernel/machvec_impl.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -41,7 +41,7 @@ #define CAT1(x,y) x##y #define CAT1(x,y) x##y #define CAT(x,y) CAT1(x,y) #define CAT(x,y) CAT1(x,y) #define DO_DEFAULT_RTC rtc_port: 0x70 #define DO_DEFAULT_RTC .rtc_port = 0x70 #define DO_EV4_MMU \ #define DO_EV4_MMU \ .max_asn = EV4_MAX_ASN, \ .max_asn = EV4_MAX_ASN, \ Loading arch/arm/kernel/module.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -101,6 +101,8 @@ apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, break; break; case R_ARM_PC24: case R_ARM_PC24: case R_ARM_CALL: case R_ARM_JUMP24: offset = (*(u32 *)loc & 0x00ffffff) << 2; offset = (*(u32 *)loc & 0x00ffffff) << 2; if (offset & 0x02000000) if (offset & 0x02000000) offset -= 0x04000000; offset -= 0x04000000; Loading arch/arm/mach-pxa/pm.c +5 −4 Original line number Original line Diff line number Diff line Loading @@ -155,19 +155,20 @@ int pxa_pm_enter(suspend_state_t state) PSPR = 0; PSPR = 0; /* restore registers */ /* restore registers */ RESTORE_GPLEVEL(0); RESTORE_GPLEVEL(1); RESTORE_GPLEVEL(2); RESTORE(GPDR0); RESTORE(GPDR1); RESTORE(GPDR2); RESTORE(GAFR0_L); RESTORE(GAFR0_U); RESTORE(GAFR0_L); RESTORE(GAFR0_U); RESTORE(GAFR1_L); RESTORE(GAFR1_U); RESTORE(GAFR1_L); RESTORE(GAFR1_U); RESTORE(GAFR2_L); RESTORE(GAFR2_U); RESTORE(GAFR2_L); RESTORE(GAFR2_U); RESTORE_GPLEVEL(0); RESTORE_GPLEVEL(1); RESTORE_GPLEVEL(2); RESTORE(GPDR0); RESTORE(GPDR1); RESTORE(GPDR2); RESTORE(GRER0); RESTORE(GRER1); RESTORE(GRER2); RESTORE(GRER0); RESTORE(GRER1); RESTORE(GRER2); RESTORE(GFER0); RESTORE(GFER1); RESTORE(GFER2); RESTORE(GFER0); RESTORE(GFER1); RESTORE(GFER2); RESTORE(PGSR0); RESTORE(PGSR1); RESTORE(PGSR2); RESTORE(PGSR0); RESTORE(PGSR1); RESTORE(PGSR2); #ifdef CONFIG_PXA27x #ifdef CONFIG_PXA27x RESTORE(MDREFR); RESTORE(MDREFR); RESTORE(GAFR3_L); RESTORE(GAFR3_U); RESTORE_GPLEVEL(3); RESTORE_GPLEVEL(3); RESTORE(GPDR3); RESTORE(GPDR3); RESTORE(GRER3); RESTORE(GFER3); RESTORE(PGSR3); RESTORE(GAFR3_L); RESTORE(GAFR3_U); RESTORE(GRER3); RESTORE(GFER3); RESTORE(PGSR3); RESTORE(PWER); RESTORE(PCFR); RESTORE(PRER); RESTORE(PWER); RESTORE(PCFR); RESTORE(PRER); RESTORE(PFER); RESTORE(PKWR); RESTORE(PFER); RESTORE(PKWR); #endif #endif Loading Loading
MAINTAINERS +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1284,8 +1284,8 @@ T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git S: Supported S: Supported INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS P: Vojtech Pavlik P: Dmitry Torokhov M: vojtech@suse.cz M: dtor_core@ameritech.net L: linux-input@atrey.karlin.mff.cuni.cz L: linux-input@atrey.karlin.mff.cuni.cz L: linux-joystick@atrey.karlin.mff.cuni.cz L: linux-joystick@atrey.karlin.mff.cuni.cz T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git Loading
Makefile +2 −2 Original line number Original line Diff line number Diff line VERSION = 2 VERSION = 2 PATCHLEVEL = 6 PATCHLEVEL = 6 SUBLEVEL = 15 SUBLEVEL = 15 EXTRAVERSION =-rc5 EXTRAVERSION =-rc6 NAME=Affluent Albatross NAME=Sliding Snow Leopard # *DOCUMENTATION* # *DOCUMENTATION* # To see a list of typical targets execute "make help" # To see a list of typical targets execute "make help" Loading
arch/alpha/kernel/machvec_impl.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -41,7 +41,7 @@ #define CAT1(x,y) x##y #define CAT1(x,y) x##y #define CAT(x,y) CAT1(x,y) #define CAT(x,y) CAT1(x,y) #define DO_DEFAULT_RTC rtc_port: 0x70 #define DO_DEFAULT_RTC .rtc_port = 0x70 #define DO_EV4_MMU \ #define DO_EV4_MMU \ .max_asn = EV4_MAX_ASN, \ .max_asn = EV4_MAX_ASN, \ Loading
arch/arm/kernel/module.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -101,6 +101,8 @@ apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, break; break; case R_ARM_PC24: case R_ARM_PC24: case R_ARM_CALL: case R_ARM_JUMP24: offset = (*(u32 *)loc & 0x00ffffff) << 2; offset = (*(u32 *)loc & 0x00ffffff) << 2; if (offset & 0x02000000) if (offset & 0x02000000) offset -= 0x04000000; offset -= 0x04000000; Loading
arch/arm/mach-pxa/pm.c +5 −4 Original line number Original line Diff line number Diff line Loading @@ -155,19 +155,20 @@ int pxa_pm_enter(suspend_state_t state) PSPR = 0; PSPR = 0; /* restore registers */ /* restore registers */ RESTORE_GPLEVEL(0); RESTORE_GPLEVEL(1); RESTORE_GPLEVEL(2); RESTORE(GPDR0); RESTORE(GPDR1); RESTORE(GPDR2); RESTORE(GAFR0_L); RESTORE(GAFR0_U); RESTORE(GAFR0_L); RESTORE(GAFR0_U); RESTORE(GAFR1_L); RESTORE(GAFR1_U); RESTORE(GAFR1_L); RESTORE(GAFR1_U); RESTORE(GAFR2_L); RESTORE(GAFR2_U); RESTORE(GAFR2_L); RESTORE(GAFR2_U); RESTORE_GPLEVEL(0); RESTORE_GPLEVEL(1); RESTORE_GPLEVEL(2); RESTORE(GPDR0); RESTORE(GPDR1); RESTORE(GPDR2); RESTORE(GRER0); RESTORE(GRER1); RESTORE(GRER2); RESTORE(GRER0); RESTORE(GRER1); RESTORE(GRER2); RESTORE(GFER0); RESTORE(GFER1); RESTORE(GFER2); RESTORE(GFER0); RESTORE(GFER1); RESTORE(GFER2); RESTORE(PGSR0); RESTORE(PGSR1); RESTORE(PGSR2); RESTORE(PGSR0); RESTORE(PGSR1); RESTORE(PGSR2); #ifdef CONFIG_PXA27x #ifdef CONFIG_PXA27x RESTORE(MDREFR); RESTORE(MDREFR); RESTORE(GAFR3_L); RESTORE(GAFR3_U); RESTORE_GPLEVEL(3); RESTORE_GPLEVEL(3); RESTORE(GPDR3); RESTORE(GPDR3); RESTORE(GRER3); RESTORE(GFER3); RESTORE(PGSR3); RESTORE(GAFR3_L); RESTORE(GAFR3_U); RESTORE(GRER3); RESTORE(GFER3); RESTORE(PGSR3); RESTORE(PWER); RESTORE(PCFR); RESTORE(PRER); RESTORE(PWER); RESTORE(PCFR); RESTORE(PRER); RESTORE(PFER); RESTORE(PKWR); RESTORE(PFER); RESTORE(PKWR); #endif #endif Loading