summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2015-07-21dm: spi: Make local functions staticSimon Glass
2015-07-21dm: Add support for RAM driversSimon Glass
2015-07-21dm: pmic: Add functions to adjust PMIC registersSimon Glass
2015-07-21dm: power: Use debug() for errors in regulator uclassSimon Glass
2015-07-21dm: power: Add a function to set up all regulatorsSimon Glass
2015-07-21dm: pmic: Split output from functionSimon Glass
2015-07-21dm: power: Add regulator flags to centralise auto-set logicSimon Glass
2015-07-21dm: power: Avoid case-insensitve match for child namesSimon Glass
2015-07-21mmc: Add debug() output on read errorsSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-07-21dm: led: Add a driver for GPIO-controlled LEDsSimon Glass
2015-07-21dm: Add support for LEDsSimon Glass
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass
2015-07-21dm: Add support for register maps (regmap)Simon Glass
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass
2015-07-21dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass
2015-07-21dm: core: Use debug() instead of printf() for failuresSimon Glass
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass
2015-07-20Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2015-07-20driver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rxPrabhakar Kushwaha