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