summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: pci: Add support for PCI driver matchingSimon Glass2015-07-213-19/+197
* 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-212-10/+9
* dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-212-5/+16
* 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: usb: Fix "usb tree" outputHans de Goede2015-07-211-5/+5
* dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-212-18/+30
* usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-214-10/+6
* usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede2015-07-211-4/+4
* usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-213-9/+9
* usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-213-40/+1
* 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
* test: Add a test for regmapSimon Glass2015-07-212-0/+83
* dm: core: Add device checking to syscon_get_regmap()Simon Glass2015-07-211-2/+5
* test: Add a macro to check that a value is not an error pointerSimon Glass2015-07-211-0/+15
* dm: test: Add a size to each reg propertySimon Glass2015-07-211-12/+15
* dm: test: Add a test for the system controller uclassSimon Glass2015-07-217-0/+79
* dm: test: Add a test for the LED uclassSimon Glass2015-07-215-0/+95
* led: Return -ENODEV if the LED device cannot be foundSimon Glass2015-07-212-3/+4
* dm: test: Add a test for the mmc uclassSimon Glass2015-07-216-0/+59
* dm: test: Add a test for the ram uclassSimon Glass2015-07-216-0/+73
* dm: test: Add a test for the reset uclassSimon Glass2015-07-212-0/+75
* sandbox: Use the reset driver to handle resetSimon Glass2015-07-215-9/+14
* sandbox: Add a warm and cold reset driverSimon Glass2015-07-212-0/+101
* dm: reset: Allow reset_walk() to returnSimon Glass2015-07-212-7/+35
* sandbox: Support multiple reset typesSimon Glass2015-07-212-0/+7
* dm: test: Add tests for the clk uclassSimon Glass2015-07-217-0/+162
* dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass2015-07-211-2/+13
* dm: Add platform data advice and admonishmentSimon Glass2015-07-212-2/+24
* power: pmic: Use trailing_strtol() instead of a local functionSimon Glass2015-07-211-18/+5
* dm: Add a clock uclassSimon Glass2015-07-218-0/+170
* zynq: Rename struct clk_ops to zynq_clk_opsSimon Glass2015-07-211-3/+3
* dm: Add a system reset uclassSimon Glass2015-07-215-0/+135
* mkimage: Set up a file size parameter and keep it updatedSimon Glass2015-07-212-0/+19
* spl: Add a debug string before the jump to U-BootSimon Glass2015-07-211-0/+1
* dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-213-11/+37
* fdt: Provide debug info when a device tree cannot be foundSimon Glass2015-07-211-0/+7
* lib: Add function to extract a number from the end of a stringSimon Glass2015-07-213-8/+51
* Add rivest cipher 4 (rc4) implementationSimon Glass2015-07-213-0/+71
OpenPOWER on IntegriCloud