summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-2591-155/+135
|\
| * treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-2111-12/+12
| * doc: Konfig: Documentation/power/{pm => apm-acpi}.txtMichael Witten2011-07-111-2/+2
| * Merge branch 'master' into for-nextJiri Kosina2011-07-11200-655/+1230
| |\
| * | XTENSA: static should be at beginning of declarationJesper Juhl2011-07-111-1/+1
| * | SH: static should be at beginning of declarationJesper Juhl2011-07-115-7/+7
| * | MIPS: static should be at beginning of declarationJesper Juhl2011-07-111-3/+2
| * | ARM: static should be at beginning of declarationJesper Juhl2011-07-111-1/+1
| * | Update my e-mail addressMichael Büsch2011-07-071-1/+1
| * | s390: do not touch sie64a.S with duplicate include removalJiri Kosina2011-06-241-0/+1
| * | treewide: transciever/transceiver spelling fixesJoe Perches2011-06-243-4/+4
| * | treewide: remove duplicate includesVitaliy Ivanov2011-06-208-12/+1
| * | ARM: remove duplicate include from arch/arm/mach-dove/common.cAndrew Lunn2011-06-171-2/+0
| * | Change Ryan Mallon's email address across the kernelRyan Mallon2011-06-165-7/+7
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-1057-110/+103
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-251-1/+1
|\ \ \
| * | | get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro2011-07-241-1/+1
* | | | Merge branch 'next/deletion' of git+ssh://master.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-2549-1892/+4
|\ \ \ \
| * | | | ARM: mach-loki: deleteNicolas Pitre2011-07-1823-960/+0
| * | | | ARM: mach-s3c2400: deleteNicolas Pitre2011-07-1814-464/+2
| * | | | ARM: mach-s3c24a0: deleteNicolas Pitre2011-07-1815-468/+2
| | |_|/ | |/| |
* | | | Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-25219-8099/+4681
|\ \ \ \
| * \ \ \ Merge branch 'next-samsung-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2011-07-21107-1439/+909
| |\ \ \ \
| | * | | | ARM: EXYNOS4: Change devname for FIMD clkdevJingoo Han2011-07-211-4/+4
| | * | | | ARM: S3C64XX: Cleanup mach/regs-fb.h from mach-s3c64xxAjay Kumar2011-07-2110-30/+8
| | * | | | ARM: S5PV210: Cleanup mach/regs-fb.h from mach-s5pv210Ajay Kumar2011-07-215-25/+3
| | * | | | ARM: S5PC100: Cleanup mach/regs-fb.h from mach-s5pc100Ajay Kumar2011-07-213-107/+1
| | * | | | ARM: S3C24XX: Use generic s3c_set_platdata for devicesBanajit Goswami2011-07-211-31/+7
| | * | | | ARM: S3C64XX: Use generic s3c_set_platdata for OneNANDBanajit Goswami2011-07-211-6/+4
| | * | | | ARM: SAMSUNG: Use generic s3c_set_platdata for NANDBanajit Goswami2011-07-211-6/+3
| | * | | | ARM: SAMSUNG: Use generic s3c_set_platdata for USB OHCIBanajit Goswami2011-07-211-7/+2
| | * | | | ARM: SAMSUNG: Use generic s3c_set_platdata for HWMONBanajit Goswami2011-07-211-12/+2
| | * | | | ARM: SAMSUNG: Use generic s3c_set_platdata for FBBanajit Goswami2011-07-211-12/+2
| | * | | | ARM: SAMSUNG: Use generic s3c_set_platdata for TSBanajit Goswami2011-07-211-12/+2
| | * | | | ARM: S3C64XX: Add PWM backlight support on SMDK6410Banajit Goswami2011-07-212-2/+14
| | * | | | ARM: S5P64X0: Add PWM backlight support on SMDK6450Banajit Goswami2011-07-212-41/+14
| | * | | | ARM: S5P64X0: Add PWM backlight support on SMDK6440Banajit Goswami2011-07-212-41/+14
| | * | | | ARM: S5PC100: Add PWM backlight support on SMDKC100Banajit Goswami2011-07-212-41/+15
| | * | | | ARM: S5PV210: Add PWM backlight support on SMDKV210Banajit Goswami2011-07-212-41/+14
| | * | | | ARM: EXYNOS4: Add PWM backlight support on SMDKC210Banajit Goswami2011-07-212-0/+18
| | * | | | ARM: EXYNOS4: Add PWM backlight support on SMDKV310Banajit Goswami2011-07-212-0/+18
| | * | | | ARM: SAMSUNG: Create a common infrastructure for PWM backlight supportBanajit Goswami2011-07-214-0/+182
| | * | | | clocksource: convert 32-bit down counting clocksource on S5PV210/S5P64X0Chanwoo Choi2011-07-212-17/+5
| | * | | | ARM: SAMSUNG: Move duplicate code for SPDIF opsNaveen Krishna Chatradhi2011-07-214-72/+42
| | * | | | ARM: SAMSUNG: Cleanup I2C code in plat-samsungNaveen Krishna Chatradhi2011-07-219-72/+32
| | * | | | ARM: SAMSUNG: Use generic set_plat_data functionNaveen Krishna Chatradhi2011-07-218-48/+32
| | * | | | Merge branch 'next-samsung-clkdev-fix' into next-samsung-cleanupKukjin Kim2011-07-2125-699/+298
| | |\ \ \ \
| | | * | | | ARM: SAMSUNG: Added mach/clkdev.hThomas Abraham2011-07-216-0/+42
| | | * | | | ARM: EXYNOS4: Add clkdev supportThomas Abraham2011-07-212-120/+58
| | | * | | | ARM: S5PV210: Add clkdev supportThomas Abraham2011-07-202-90/+41
OpenPOWER on IntegriCloud