aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-02Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds70-970/+5637
2009-04-30[ARM] 5489/1: ARM errata: Data written to the L2 cache can be overwritten with stale dataCatalin Marinas2-0/+17
2009-04-30[ARM] 5490/1: ARM errata: Processor deadlock when a false hazard is createdCatalin Marinas2-0/+19
2009-04-30[ARM] 5487/1: ARM errata: Stale prediction on replaced interworking branchCatalin Marinas2-0/+24
2009-04-30[ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can failCatalin Marinas3-2/+63
2009-04-28Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6Russell King8-13/+54
2009-04-27arm: Use __INIT macro instead of .text.init.Tim Abbott4-4/+8
2009-04-27Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciRussell King34-510/+5323
2009-04-27davinci: DM644x: NAND: update partitioningDavid Brownell1-6/+36
2009-04-27davinci: update DM644x support in preparation for more SoCsKevin Hilman7-39/+791
2009-04-27davinci: DM644x: rename board fileKevin Hilman1-0/+0
2009-04-27davinci: update pin-multiplexing supportKevin Hilman6-66/+339
2009-04-27davinci: serial: generalize for more SoCsKevin Hilman2-20/+96
2009-04-27davinci: DM355 IRQ Definitionss-paulraj@ti.com2-0/+118
2009-04-27davinci: DM646x: add interrupt number and prioritiesSudhakar Rajashekhara2-6/+129
2009-04-27davinci: PSC: Clear bits in MDCTL reg before setting new bitsMark A. Greer1-11/+6
2009-04-27davinci: gpio bugfixesDavid Brownell2-36/+69
2009-04-27davinci: add EDMA driverKevin Hilman3-1/+1364
2009-04-27davinci: timers: use clk_get_rate()Kevin Hilman1-3/+21
2009-04-27[ARM] pxa/littleton: add missing da9034 touchscreen supportEric Miao1-0/+9
2009-04-27[ARM] pxa/zylonite: configure GPIO18/19 correctly, used by 2 GPIO expandersEric Miao1-0/+4
2009-04-27[ARM] pxa/zylonite: fix the issue of unused SDATA_IN_1 pin get AC97 not workingEric Miao2-0/+2
2009-04-27[ARM] pxa: make ads7846 on corgi and spitz to sync on HSYNCEric Miao2-0/+20
2009-04-27[ARM] pxa: remove unused CPU_FREQ_PXA Kconfig symbolPhilipp Zabel2-7/+0
2009-04-27[ARM] pxa: remove duplicate select statements from KconfigGuennadi Liakhovetski1-2/+0
2009-04-27[ARM] pxa: fix issue of muxed GPIO irq_chip functions touching non-muxed GPIOsEric Miao1-4/+19
2009-04-26[ARM] lart: fix build errorRussell King1-0/+1
2009-04-24Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Russell King25-445/+136
2009-04-24Merge branch 'omap-clock-fixes' into omap-fixesTony Lindgren10-34/+112
2009-04-24Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds38-164/+298
2009-04-23OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c filesPaul Walmsley8-12/+91
2009-04-23OMAP: dmtimer: enable all timers to be wakeup eventsKevin Hilman1-4/+2
2009-04-23OMAP3 GPTIMER: fix GPTIMER12 IRQPaul Walmsley1-1/+1
2009-04-23OMAP1: clock: Typo fix for clock in omap1Arun KS1-2/+2
2009-04-23OMAP3: clock: Camera module doesn't have IDLEST bitSergio Aguirre1-3/+3
2009-04-23OMAP2xxx clock: fix broken cpu_mask codePaul Walmsley1-9/+3
2009-04-23[ARM] 5460/1: Orion: reduce namespace pollutionNicolas Pitre28-147/+222
2009-04-23ARM: OMAP3: Clean up spurious interrupt check logicRoger Quadros1-2/+2
2009-04-23ARM: OMAP3: Fixed spurious IRQ issue for GPIO interruptsRoger Quadros1-1/+5
2009-04-23ARM: OMAP3: remove duplicated #includeHuang Weiyi1-1/+0
2009-04-23ARM: OMAP2/3: GPIO: do not attempt to wake-enableKevin Hilman1-10/+4
2009-04-23ARM: OMAP2: possible division by 0Roel Kluin1-1/+1
2009-04-23ARM: OMAP2: Remove defines and resource init for OMAP24XX EACJarkko Nikula2-133/+0
2009-04-23ARM: OMAP1: Fix mmc_set_power GPIO usageLadislav Michl2-10/+2
2009-04-23ARM: OMAP1: Simplify board-h2 MMC setupLadislav Michl1-10/+4
2009-04-23ARM: OMAP: MMC: Remove unused power_pinLadislav Michl1-1/+0
2009-04-23ARM: OMAP: Remove old dead gpio expander codeTony Lindgren4-235/+0
2009-04-23ARM: OMAP: Fix for possible race condition in omap_free_dma()Santosh Shilimkar1-7/+6
2009-04-23davinci: add arch_ioremap() which uses existing static mappingsKevin Hilman12-98/+105
2009-04-23davinci: major rework of clock, PLL, PSC infrastructureKevin Hilman10-234/+402