summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-25sunxi: usb-phy: Add support for reading otg id pin valueHans de Goede
2015-07-25sunxi: Enable CMD_USB and USB_STORAGE by default on sunxiHans de Goede
2015-07-25sunxi: Update selects in arch/arm/Kconfig for DM conversionsTom Rini
2015-07-25sunxi: Remove bogus uart entry from utoo-p66 dts fileHans de Goede
2015-07-24sunxi: spl: Remove redundant check from `board_mmc_init` for signatureDaniel Kochmański
2015-07-24sunxi: spl: Detect at runtime where SPL was read fromDaniel Kochmański
2015-07-24sunxi: Create helper function veryfing valid boot signature on MMCDaniel Kochmański
2015-07-24mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel Kochmański
2015-07-23Merge git://git.denx.de/u-boot-uniphierTom Rini
2015-07-23ARM: UniPhier: document reference support cardMasahiro Yamada
2015-07-23ARM: dts: UniPhier: add I2C ch4 device node for PH1-sLD3Masahiro Yamada
2015-07-23ARM: UniPhier: add PH1-sLD3 SoC supportMasahiro Yamada
2015-07-23ARM: UniPhier: update CONFIG_BOOTARGSMasahiro Yamada
2015-07-23ARM: UniPhier: disable CONFIG_FITMasahiro Yamada
2015-07-23ARM: UniPhier: add environment variable for TFTP bootMasahiro Yamada
2015-07-23ARM: UniPhier: add environment sets for non-FIT Linux bootMasahiro Yamada
2015-07-23ARM: dts: UniPhier: add device-specific compatible string for EEPROMMasahiro Yamada
2015-07-23Merge git://git.denx.de/u-boot-marvellTom Rini
2015-07-23arm: mvebu: db-88f6820: Add SPL support with DDR init codeStefan Roese
2015-07-23arm: mvebu: a38x: Use correct PEX register access macrosStefan Roese
2015-07-23arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdrStefan Roese
2015-07-23arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese
2015-07-23arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdrStefan Roese
2015-07-23arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directoryStefan Roese
2015-07-23Makefile: Fix mvebu build target to use SPL load and exe-addressStefan Roese
2015-07-23arm: mvebu: Disable MMU before changing register base addressStefan Roese
2015-07-23arm: mvebu: spl.c: Add call to board_early_init_f()Stefan Roese
2015-07-23arm: mvebu: Use default reg base address for SPL on A38xStefan Roese
2015-07-23arm: mvebu: Call timer_init early before PHY and DDR initStefan Roese
2015-07-23arm: mvebu: add Armada XP SATA supportAnton Schubert
2015-07-22linux_compat: handle __GFP_ZERO in kmalloc()Masahiro Yamada
2015-07-22linux_compat: move vzalloc() to header file as an inline functionMasahiro Yamada
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada
2015-07-22x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass
2015-07-21dm: usb: eth: Add driver-model support to the asix driverSimon Glass
2015-07-21dm: usb: Add driver-model support to ehci-pciSimon Glass
2015-07-21x86: minnowmax: Drop the cache line size hackSimon Glass
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass
2015-07-21dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETHSimon Glass
2015-07-21dm: usb: Correct the struct usb_driver_entry commentSimon Glass
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass
2015-07-21dm: eth: Add driver-model support to the rtl8169 driverSimon Glass
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass
2015-07-21usb: Update some EHCI driver licenses to use SPDXSimon Glass
2015-07-21usb: ehci: Correct a missing hypen in an error messageSimon Glass
2015-07-21dm: core: Add \n to two dm_warn() messagesSimon Glass
2015-07-21musb: Add device-model support to the musb-host u-boot glueHans de Goede