aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-11-01blackfin: convert makefiles to Kbuild styleMasahiro Yamada2-74/+32
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada7-166/+18
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada4-91/+30
2013-11-01nios2: convert makefiles to Kbuild styleMasahiro Yamada2-51/+9
2013-11-01nds32: convert makefiles to Kbuild styleMasahiro Yamada4-94/+11
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada6-158/+16
2013-10-31microblaze: convert makefiles to Kbuild styleMasahiro Yamada2-49/+6
2013-10-31openrisc: convert makefiles to Kbuild styleMasahiro Yamada2-48/+5
2013-10-31avr32: convert makefiles to Kbuild styleMasahiro Yamada3-76/+14
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada4-116/+18
2013-10-31sparc: convert makefiles to Kbuild styleMasahiro Yamada3-75/+6
2013-10-31sh: Do not include start.o in lib$(CPU).oMasahiro Yamada3-3/+9
2013-10-31sparc: fix a link errorMasahiro Yamada1-0/+2
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-31powerpc: convert makefiles to Kbuild styleMasahiro Yamada14-580/+267
2013-10-31sandbox: convert makefiles to Kbuild styleMasahiro Yamada2-46/+2
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-24fsl/mpc85xx: define common serdes_clock_to_string functionValentin Longchamp3-0/+39
2013-10-24mpc8xxx: set x2 DDR3 refresh rate if SPD config requires itValentin Longchamp5-1/+17
2013-10-24mpc8xxx: call i2c_set_bus_num in __get_spdValentin Longchamp1-1/+5
2013-10-24powerpc: cast bi_memsize to ulong for %ld usageValentin Longchamp1-1/+1
2013-10-24powerpc/usb:Differentiate USB controller base addressramneek mehresh4-14/+21
2013-10-24powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socsramneek mehresh2-3/+29
2013-10-22Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini4-10/+9
2013-10-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini17-10/+184
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky4-4/+4
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-17Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini3-3/+3
2013-10-17i2c: mxc: move to new subsystemtrem3-3/+3
2013-10-17sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu3-6/+3
2013-10-17sh: timer: Remove static global variableNobuhiro Iwamatsu1-4/+4
2013-10-17sh: timer: Mask bit of timer prescalerNobuhiro Iwamatsu1-1/+3
2013-10-16PCIe:change the method to get the address of a requested capability in config...Zhao Qiang1-18/+0