aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-marvellTom Rini
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 XP SATA supportAnton Schubert
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada
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-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: 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
2015-07-21musb: Add musb_host_data struct to hold global dataHans de Goede
2015-07-21musb: Rename and wrap public functionsHans de Goede
2015-07-21musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede
2015-07-21musb: Allow musb_platform_enable to return an error codeHans de Goede
2015-07-21dm: usb: Do not assume that first child is always a hubHans de Goede
2015-07-21dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede
2015-07-21dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede
2015-07-21dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede
2015-07-21dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad ideaHans de Goede
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede
2015-07-21dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada
2015-07-21dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada
2015-07-21dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada
2015-07-21dm: core: Add device checking to syscon_get_regmap()Simon Glass
2015-07-21dm: test: Add a test for the system controller uclassSimon Glass
2015-07-21dm: test: Add a test for the LED uclassSimon Glass
2015-07-21led: Return -ENODEV if the LED device cannot be foundSimon Glass
2015-07-21dm: test: Add a test for the mmc uclassSimon Glass
2015-07-21dm: test: Add a test for the ram uclassSimon Glass
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass
2015-07-21sandbox: Add a warm and cold reset driverSimon Glass
2015-07-21dm: reset: Allow reset_walk() to returnSimon Glass
2015-07-21dm: test: Add tests for the clk uclassSimon Glass
2015-07-21power: pmic: Use trailing_strtol() instead of a local functionSimon Glass
2015-07-21dm: Add a clock uclassSimon Glass
2015-07-21dm: Add a system reset uclassSimon Glass
2015-07-21ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass