summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Merge branch 'ux500/dt' into next/dt2Arnd Bergmann73-785/+1543
2012-03-16ARM: ux500: Provide local timer support for Device TreeLee Jones2-3/+14
2012-03-16ARM: ux500: Enable PL022 SSP Controller in Device TreeLee Jones2-3/+6
2012-03-16ARM: ux500: Enable PL310 Level 2 Cache Controller in Device TreeLee Jones2-1/+14
2012-03-16ARM: ux500: Enable PL011 AMBA UART Controller for Device TreeLee Jones2-1/+15
2012-03-16ARM: ux500: Enable Cortex-A9 GIC (Generic Interrupt Controller) in Device TreeLee Jones2-1/+24
2012-03-16ARM: ux500: db8500: list most devices in the snowball device treeLee Jones3-1/+343
2012-03-16ARM: ux500: split dts file for snowball into generic partArnd Bergmann2-7/+22
2012-03-16ARM: ux500: combine the board init functions for DT bootArnd Bergmann1-6/+51
2012-03-16ARM: ux500: Initial Device Tree support for SnowballArnd Bergmann3-0/+66
2012-03-16ARM: ux500: CONFIG: Enable Device Tree support for future endeavoursLee Jones2-0/+7
2012-03-16Merge branch 'depends/driver-core' into ux500/dtArnd Bergmann10-10/+151
2012-03-16Merge branch 'ux500/soc' into ux500/dtArnd Bergmann18-304/+477
2012-03-16Merge branch 'at91-3.4-cleanup2-DT2+USB' of git://github.com/at91linux/linux-...Arnd Bergmann2-0/+12
2012-03-16Merge branch 'at91-3.4-cleanup2-DT2' of git://github.com/at91linux/linux-at91...Arnd Bergmann42-130/+733
2012-03-16ARM: at91: sam9g20 udc add dt supportJean-Christophe PLAGNIOL-VILLARD2-0/+12
2012-03-16ARM: at91: dt: enable usb ehci for sam9g45 and sam9x5Jean-Christophe PLAGNIOL-VILLARD6-0/+24
2012-03-16ARM: at91: dt: enable usb ohci for sam9g20, sam9g45 amd sam9x5Jean-Christophe PLAGNIOL-VILLARD9-1/+45
2012-03-15ARM: at91: add Shutdown Controller (SHDWC) DT supportJean-Christophe PLAGNIOL-VILLARD5-1/+95
2012-03-15ARM: at91: add ram controller DT supportJean-Christophe PLAGNIOL-VILLARD7-27/+53
2012-03-15ARM: at91: add RSTC (Reset Controller) dt supportJean-Christophe PLAGNIOL-VILLARD5-1/+45
2012-03-15ARM: at91: always enable sam9 restartJean-Christophe PLAGNIOL-VILLARD1-8/+2
2012-03-15ARM: at91: add pmc DT supportJean-Christophe PLAGNIOL-VILLARD9-7/+101
2012-03-15ARM: at91/dt: add specific DT soc initJean-Christophe PLAGNIOL-VILLARD3-7/+20
2012-03-15ARM: at91/dt: add Calao DAB-MMX daugther board support for USB-A9G20Jean-Christophe PLAGNIOL-VILLARD1-0/+96
2012-03-15ARM: at91: sam9x5 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+39
2012-03-15ARM: at91: sam9g45 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+13
2012-03-15ARM: at91: usb_a9g20 add DT i2c supportJean-Christophe PLAGNIOL-VILLARD2-0/+12
2012-03-15ARM: at91: sam9g20 add i2c DT supportJean-Christophe PLAGNIOL-VILLARD1-0/+13
2012-03-15ARM: at91: sam9x5 add nand supportJean-Christophe PLAGNIOL-VILLARD3-1/+50
2012-03-15atmel/nand: add DT supportJean-Christophe PLAGNIOL-VILLARD6-58/+99
2012-03-15ARM: at91: enable on flash bbt for Atmel Reference and DT boardsJean-Christophe PLAGNIOL-VILLARD10-0/+10
2012-03-15ATMEL: fix nand ecc supportJean-Christophe PLAGNIOL-VILLARD23-26/+23
2012-03-15ARM: ux500: fix compilation after local timer reworkMarc Zyngier1-1/+1
2012-03-13ARM: local timers: make the runtime registration interface mandatoryMarc Zyngier2-43/+6
2012-03-13ARM: local timers: convert MSM to runtime registration interfaceMarc Zyngier1-35/+44
2012-03-13ARM: local timers: convert exynos to runtime registration interfaceMarc Zyngier1-8/+10
2012-03-13ARM: smp_twd: remove old local timer interfaceMarc Zyngier3-43/+5
2012-03-13ARM: imx6q: convert to twd_local_timer_register() interfaceMarc Zyngier4-39/+5
2012-03-13ARM: highbank: convert to twd_local_timer_register() interfaceMarc Zyngier4-45/+7
2012-03-13ARM: ux500: convert to twd_local_timer_register() interfaceMarc Zyngier4-38/+25
2012-03-13ARM: shmobile: convert to twd_local_timer_register() interfaceMarc Zyngier7-38/+18
2012-03-13ARM: tegra: convert to twd_local_timer_register() interfaceMarc Zyngier3-32/+18
2012-03-13ARM: plat-versatile: convert to twd_local_timer_register() interfaceMarc Zyngier6-71/+68
2012-03-13ARM: OMAP4: convert to twd_local_timer_register() interfaceMarc Zyngier3-45/+17
2012-03-13ARM: smp_twd: add device tree supportMarc Zyngier2-13/+72
2012-03-13ARM: smp_twd: add runtime registration supportMarc Zyngier2-4/+65
2012-03-13ARM: local timers: introduce a new registration interfaceMarc Zyngier2-0/+42
2012-03-13ARM: smp_twd: make local_timer_stop a symbol instead of a #defineMarc Zyngier3-7/+7
2012-03-13Merge branch 'vexpress/timer' into next/timerArnd Bergmann8-98/+128