summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sunxi: musb: Improve output during probingHans de Goede2015-07-251-5/+6
* sunxi: musb: Use device-model for musb host modeHans de Goede2015-07-251-0/+57
* sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede2015-07-251-10/+25
* sunxi: musb: Add id pin supportHans de Goede2015-07-251-0/+5
* sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede2015-07-251-10/+9
* sunxi: Create helper function veryfing valid boot signature on MMCDaniel Kochmański2015-07-241-0/+17
* mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel Kochmański2015-07-241-0/+5
* Merge git://git.denx.de/u-boot-marvellTom Rini2015-07-2365-0/+17404
|\
| * arm: mvebu: a38x: Use correct PEX register access macrosStefan Roese2015-07-231-5/+0
| * arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdrStefan Roese2015-07-2343-0/+17368
| * arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directoryStefan Roese2015-07-2321-0/+0
| * arm: mvebu: add Armada XP SATA supportAnton Schubert2015-07-231-0/+41
* | linux_compat: remove cpu_relax() defineMasahiro Yamada2015-07-221-0/+1
* | dm: usb: eth: Add driver-model support to the asix driverSimon Glass2015-07-211-21/+216
* | dm: usb: Add driver-model support to ehci-pciSimon Glass2015-07-211-20/+77
* | dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-212-4/+4
* | dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-211-0/+127
* | dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-214-4/+4
* | dm: pci: Add a function to get the BDF for a deviceSimon Glass2015-07-212-12/+11
* | dm: eth: Add driver-model support to the rtl8169 driverSimon Glass2015-07-211-49/+187
* | dm: pci: Add support for PCI driver matchingSimon Glass2015-07-211-13/+116
* | usb: Update some EHCI driver licenses to use SPDXSimon Glass2015-07-215-68/+5
* | usb: ehci: Correct a missing hypen in an error messageSimon Glass2015-07-211-1/+1
* | dm: core: Add \n to two dm_warn() messagesSimon Glass2015-07-211-2/+2
* | musb: Add device-model support to the musb-host u-boot glueHans de Goede2015-07-212-1/+73
* | musb: Add musb_host_data struct to hold global dataHans de Goede2015-07-212-54/+77
* | musb: Rename and wrap public functionsHans de Goede2015-07-211-11/+59
* | musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede2015-07-213-1/+75
* | musb: Allow musb_platform_enable to return an error codeHans de Goede2015-07-217-3/+64
* | dm: usb: Do not assume that first child is always a hubHans de Goede2015-07-211-5/+5
* | dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-211-5/+11
* | dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede2015-07-211-10/+9
* | dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede2015-07-211-0/+3
* | dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad ideaHans de Goede2015-07-211-0/+4
* | dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-211-18/+4
* | usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-212-3/+3
* | usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-1/+1
* | usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-29/+0
* | dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada2015-07-211-1/+1
* | dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada2015-07-211-1/+0
* | dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada2015-07-211-2/+2
* | dm: core: Add device checking to syscon_get_regmap()Simon Glass2015-07-211-2/+5
* | dm: test: Add a test for the system controller uclassSimon Glass2015-07-212-0/+28
* | dm: test: Add a test for the LED uclassSimon Glass2015-07-211-0/+6
* | led: Return -ENODEV if the LED device cannot be foundSimon Glass2015-07-211-2/+3
* | dm: test: Add a test for the mmc uclassSimon Glass2015-07-212-0/+26
* | dm: test: Add a test for the ram uclassSimon Glass2015-07-212-0/+39
* | sandbox: Use the reset driver to handle resetSimon Glass2015-07-211-1/+1
* | sandbox: Add a warm and cold reset driverSimon Glass2015-07-212-0/+101
* | dm: reset: Allow reset_walk() to returnSimon Glass2015-07-211-6/+25
OpenPOWER on IntegriCloud