aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2013-11-04ARM: versatile: convert to common timer codeRob Herring1-116/+0
2013-11-04ARM: tegra: convert to common timer codeRob Herring2-96/+1
2013-11-04ARM: socfpga: convert to common timer codeRob Herring1-72/+0
2013-11-04ARM: mx25: convert to common timer codeRob Herring1-117/+0
2013-11-04ARM: highbank: convert to common timer codeRob Herring1-83/+0
2013-11-04config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring1-3/+0
2013-10-31ARM: s5pc, exynos: move Samsung ARM SoC specific code under arch/arm/Masahiro Yamada1-0/+4
2013-10-31ARM: omap: move OMAP specific code under arch/arm/Masahiro Yamada1-0/+3
2013-10-31ARM: tegra: move Tegra specific code under arch/arm/Masahiro Yamada3-0/+6
2013-10-31ARM: imx-common: convert makefiles to Kbuild styleMasahiro Yamada1-29/+6
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada16-429/+65
2013-10-31arm720t: convert makefiles to Kbuild styleMasahiro Yamada5-114/+8
2013-10-31arm920t: convert makefiles to Kbuild styleMasahiro Yamada7-170/+22
2013-10-31arm926ejs: convert makefiles to Kbuild styleMasahiro Yamada16-407/+67
2013-10-31armv7: convert makefiles to Kbuild styleMasahiro Yamada22-581/+103
2013-10-31DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde1-0/+13
2013-10-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini13-6/+180
2013-10-20usb: am437x: Add support for am437x xhci USB hostDan Murphy1-0/+10
2013-10-20usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy3-0/+6
2013-10-20usb: omap: Move the xhci-omap header file to common locationDan Murphy1-124/+0
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega2-4/+3
2013-10-20mx6: iomux: add GPR1 defines for use with nitrogen6xTroy Kisky1-0/+6
2013-10-20OMAP5: USB: Add OMAP xHCI file and headerDan Murphy1-0/+124
2013-10-20ARM: OMAP5: Add registers and defines for USBOTG SSDan Murphy4-2/+20
2013-10-20exynos5: dts: Add device node for XHCIVivek Gautam1-0/+12
2013-10-20arm: exynos: Add methods to control power to USB 3.0 PHYVivek Gautam2-0/+27
2013-10-20USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam2-0/+96
2013-10-17i2c: mxc: move to new subsystemtrem3-3/+3
2013-10-14Coding Style cleanup: drop some excessive empty linesWolfgang Denk1-2/+0
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk4-26/+26
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk31-31/+31
2013-10-14ARM: omap4-panda: Add MAC address creation for pandaDan Murphy1-0/+4
2013-10-14ARM: omap4: Update sdram setting for panda rev A6Dan Murphy1-0/+4
2013-10-08Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini12-621/+69
2013-10-08Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini6-2/+25
2013-10-08spi: exynos: Support word transfersRajeshwari Shinde1-1/+10
2013-10-07socfpga: Adding System Manager driverChin Liang See5-1/+57
2013-10-07omap1510inn: arm925t: remove supportAlbert ARIBAUD6-608/+0
2013-10-07armv7: hw_data: change clock divider setting.Poddar, Sourav1-1/+1
2013-10-07omap5: add qspi supportMatt Porter5-0/+14
2013-10-07ARM: virtualization: replace verbose license with SPDX identifierAndre Przywara2-35/+3
2013-10-07ARM: IGEP0033: Update timing to run DDR at 400MHz.Enric Balletbo i Serra1-12/+12
2013-10-04Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini6-1/+455
2013-10-03ARM: extend non-secure switch to also go into HYP modeAndre Przywara5-9/+86
2013-10-03ARM: add SMP support for non-secure switchAndre Przywara4-1/+53
2013-10-03ARM: trigger non-secure state switch during bootm executionAndre Przywara1-0/+13
2013-10-03ARM: add C function to switch to non-secure stateAndre Przywara3-0/+126
2013-10-03ARM: add assembly routine to switch to non-secure stateAndre Przywara3-0/+125
2013-10-03ARM: add secure monitor handler to switch to non-secure stateAndre Przywara2-0/+57