aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-25sunxi: Enable both ehci and otg in host mode on various boardsHans de Goede4-0/+6
2015-07-25sunxi: ga10h: Enable both otg and regular usb host controllersHans de Goede3-0/+28
2015-07-25sunxi: musb: Stop treating not having a vbus-det gpio as an errorHans de Goede2-4/+2
2015-07-25sunxi: musb: Improve output during probingHans de Goede1-5/+6
2015-07-25sunxi: musb: Use device-model for musb host modeHans de Goede2-1/+58
2015-07-25sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede3-36/+34
2015-07-25sunxi: musb: Add id pin supportHans de Goede4-0/+8
2015-07-25sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede1-10/+9
2015-07-25sunxi: usb-phy: Add support for reading otg id pin valueHans de Goede3-0/+42
2015-07-25sunxi: Enable CMD_USB and USB_STORAGE by default on sunxiHans de Goede2-5/+2
2015-07-25sunxi: Update selects in arch/arm/Kconfig for DM conversionsTom Rini62-250/+86
2015-07-25sunxi: Remove bogus uart entry from utoo-p66 dts fileHans de Goede1-14/+0
2015-07-24sunxi: spl: Remove redundant check from `board_mmc_init` for signatureDaniel Kochmański1-9/+11
2015-07-24sunxi: spl: Detect at runtime where SPL was read fromDaniel Kochmański1-12/+40
2015-07-24sunxi: Create helper function veryfing valid boot signature on MMCDaniel Kochmański3-6/+20
2015-07-24mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel Kochmański1-0/+5
2015-07-23Merge git://git.denx.de/u-boot-uniphierTom Rini28-45/+603
2015-07-23ARM: UniPhier: document reference support cardMasahiro Yamada1-2/+44
2015-07-23ARM: dts: UniPhier: add I2C ch4 device node for PH1-sLD3Masahiro Yamada1-0/+9
2015-07-23ARM: UniPhier: add PH1-sLD3 SoC supportMasahiro Yamada23-16/+494
2015-07-23ARM: UniPhier: update CONFIG_BOOTARGSMasahiro Yamada1-1/+1
2015-07-23ARM: UniPhier: disable CONFIG_FITMasahiro Yamada3-6/+0
2015-07-23ARM: UniPhier: add environment variable for TFTP bootMasahiro Yamada1-0/+10
2015-07-23ARM: UniPhier: add environment sets for non-FIT Linux bootMasahiro Yamada1-18/+43
2015-07-23ARM: dts: UniPhier: add device-specific compatible string for EEPROMMasahiro Yamada1-1/+1
2015-07-23Merge git://git.denx.de/u-boot-marvellTom Rini98-10/+22783
2015-07-23arm: mvebu: db-88f6820: Add SPL support with DDR init codeStefan Roese5-1/+86
2015-07-23arm: mvebu: a38x: Use correct PEX register access macrosStefan Roese2-5/+4
2015-07-23arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdrStefan Roese44-0/+17369
2015-07-23arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese26-5/+5
2015-07-23arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdrStefan Roese13-0/+5204
2015-07-23arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directoryStefan Roese7-3/+4
2015-07-23Makefile: Fix mvebu build target to use SPL load and exe-addressStefan Roese1-1/+1
2015-07-23arm: mvebu: Disable MMU before changing register base addressStefan Roese1-0/+18
2015-07-23arm: mvebu: spl.c: Add call to board_early_init_f()Stefan Roese1-0/+7
2015-07-23arm: mvebu: Use default reg base address for SPL on A38xStefan Roese1-0/+10
2015-07-23arm: mvebu: Call timer_init early before PHY and DDR initStefan Roese2-0/+9
2015-07-23arm: mvebu: add Armada XP SATA supportAnton Schubert3-0/+71
2015-07-22linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada2-15/+18
2015-07-22linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada2-7/+4
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada2-2/+1
2015-07-22x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada1-4/+0
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2-1/+9
2015-07-21dm: usb: eth: Add driver-model support to the asix driverSimon Glass1-21/+216
2015-07-21dm: usb: Add driver-model support to ehci-pciSimon Glass1-20/+77
2015-07-21x86: minnowmax: Drop the cache line size hackSimon Glass1-3/+0
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass6-9/+25
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass3-12/+206
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass6-6/+17
2015-07-21dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass1-2/+5