summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2009-04-2425-445/+136
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'omap-clock-fixes' into omap-fixesTony Lindgren2009-04-2410-34/+112
| | |\ \ \
| | | * | | OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c filesPaul Walmsley2009-04-238-12/+91
| | | * | | OMAP: dmtimer: enable all timers to be wakeup eventsKevin Hilman2009-04-231-4/+2
| | | * | | OMAP3 GPTIMER: fix GPTIMER12 IRQPaul Walmsley2009-04-231-1/+1
| | | * | | OMAP1: clock: Typo fix for clock in omap1Arun KS2009-04-231-2/+2
| | | * | | OMAP3: clock: Camera module doesn't have IDLEST bitSergio Aguirre2009-04-231-3/+3
| | | * | | OMAP2xxx clock: fix broken cpu_mask codePaul Walmsley2009-04-231-9/+3
| | | * | | OMAP2xxx clock: pre-initialize struct clks earlyPaul Walmsley2009-04-222-3/+10
| | * | | | ARM: OMAP3: Clean up spurious interrupt check logicRoger Quadros2009-04-231-2/+2
| | * | | | ARM: OMAP3: Fixed spurious IRQ issue for GPIO interruptsRoger Quadros2009-04-231-1/+5
| | * | | | ARM: OMAP3: remove duplicated #includeHuang Weiyi2009-04-231-1/+0
| | * | | | ARM: OMAP2/3: GPIO: do not attempt to wake-enableKevin Hilman2009-04-231-10/+4
| | * | | | ARM: OMAP2: possible division by 0Roel Kluin2009-04-231-1/+1
| | * | | | ARM: OMAP2: Remove defines and resource init for OMAP24XX EACJarkko Nikula2009-04-232-133/+0
| | * | | | ARM: OMAP1: Fix mmc_set_power GPIO usageLadislav Michl2009-04-232-10/+2
| | * | | | ARM: OMAP1: Simplify board-h2 MMC setupLadislav Michl2009-04-231-10/+4
| | * | | | ARM: OMAP: MMC: Remove unused power_pinLadislav Michl2009-04-231-1/+0
| | * | | | ARM: OMAP: Remove old dead gpio expander codeTony Lindgren2009-04-234-235/+0
| | * | | | ARM: OMAP: Fix for possible race condition in omap_free_dma()Santosh Shilimkar2009-04-231-7/+6
| | | |/ / | | |/| |
* | | | | arm: Use __INIT macro instead of .text.init.Tim Abbott2009-04-274-4/+8
|/ / / /
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-2438-164/+298
|\ \ \ \ | |/ / / |/| | |
| * | | [ARM] 5460/1: Orion: reduce namespace pollutionNicolas Pitre2009-04-2328-147/+222
| * | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-04-207-17/+71
| |\ \ \
| | * | | [ARM] pxa/pcm990: start external GPIOs immediately after built-in onesGuennadi Liakhovetski2009-04-191-3/+3
| | * | | [ARM] pxa/palm27x: General fix for Palm27x aSoC driverMarek Vasut2009-04-194-13/+53
| | * | | [ARM] pxa/mioa701: use GPIO95 as AC97 reset lineRobert Jarzmik2009-04-151-1/+5
| | * | | [ARM] pxa: merge AC97 platform data structuresMark Brown2009-04-151-0/+10
| * | | | [ARM] 5457/1: mach-imx gpio buildfixDavid Brownell2009-04-201-0/+1
| * | | | [ARM] 5456/1: add sys_preadv and sys_pwritevMikael Pettersson2009-04-202-0/+4
* | | | | clocksource: pass clocksource to read() callbackMagnus Damm2009-04-2116-18/+18
* | | | | Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-201-14/+5
|/ / / /
* | | | Merge branch 'defconfig-s3c2410' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-04-171-182/+930
|\ \ \ \
| * | | | [ARM] s3c2410_defconfig: Update miscellaneous driversBen Dooks2009-04-161-27/+97
| * | | | [ARM] s3c2410_defconfig: Update USB device driversBen Dooks2009-04-161-31/+41
| * | | | [ARM] s3c2410_defconfig: Update filesystem optionsBen Dooks2009-04-161-10/+31
| * | | | [ARM] s3c2410_defconfig: Add video/radio driversBen Dooks2009-04-161-4/+179
| * | | | [ARM] s3c2410_defconfig: Add sound driversBen Dooks2009-04-161-1/+49
| * | | | [ARM] s3c2410_defconfig: Add MMC/SD core and driversBen Dooks2009-04-151-2/+20
| * | | | [ARM] s3c2410_defconfig: Update machine configurationBen Dooks2009-04-151-9/+10
| * | | | [ARM] s3c2410_defconfig: Update network optionsBen Dooks2009-04-151-13/+206
| * | | | [ARM] s3c2410_defconfig: update to 2.6.30-rc2Ben Dooks2009-04-151-107/+319
* | | | | Merge branch 'v2630-rc2-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxRussell King2009-04-178-7/+30
|\ \ \ \ \
| * | | | | [ARM] S3C24XX: ADC: Check pending queue before freeing adc clientRamax Lo2009-04-171-0/+17
| * | | | | [ARM] S3C: Fix ADC driver sparse warningBen Dooks2009-04-171-1/+1
| * | | | | [ARM] Osiris: Fix double initialisation in machine blockBen Dooks2009-04-171-1/+0
| * | | | | [ARM] Anubis: Fix sparse warnings for items that should be staticBen Dooks2009-04-171-1/+1
| * | | | | [ARM] JIVE: Fix sparse warnings about items which should be staticBen Dooks2009-04-171-2/+2
| * | | | | [ARM] S3C: Fix sparse warning from missing 's3c_device_hwmon'Ben Dooks2009-04-171-0/+1
| * | | | | [ARM] S3C24XX: Fix sparse error in gpiolib.cBen Dooks2009-04-171-1/+1
OpenPOWER on IntegriCloud