summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | dm: usb: Rename usb_find_child to usb_find_emul_childHans de Goede2015-07-21-10/+9
* | dm: usb: Use device_unbind_children to clean up usb devs on stopHans de Goede2015-07-21-0/+3
* | dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad ideaHans de Goede2015-07-21-0/+4
* | dm: usb: Fix "usb tree" outputHans de Goede2015-07-21-5/+5
* | dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-21-18/+30
* | usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-21-10/+6
* | usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede2015-07-21-4/+4
* | usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-21-9/+9
* | usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-21-40/+1
* | dm: remove redundant CONFIG_DM from driver/core/MakefileMasahiro Yamada2015-07-21-1/+1
* | dm: do not set DM_FLAG_ACTIVATED twiceMasahiro Yamada2015-07-21-1/+0
* | dm: change dm_warn() message into debug() in uclass_add()Masahiro Yamada2015-07-21-2/+2
* | test: Add a test for regmapSimon Glass2015-07-21-0/+83
* | dm: core: Add device checking to syscon_get_regmap()Simon Glass2015-07-21-2/+5
* | test: Add a macro to check that a value is not an error pointerSimon Glass2015-07-21-0/+15
* | dm: test: Add a size to each reg propertySimon Glass2015-07-21-12/+15
* | dm: test: Add a test for the system controller uclassSimon Glass2015-07-21-0/+79
* | dm: test: Add a test for the LED uclassSimon Glass2015-07-21-0/+95
* | led: Return -ENODEV if the LED device cannot be foundSimon Glass2015-07-21-3/+4
* | dm: test: Add a test for the mmc uclassSimon Glass2015-07-21-0/+59
* | dm: test: Add a test for the ram uclassSimon Glass2015-07-21-0/+73
* | dm: test: Add a test for the reset uclassSimon Glass2015-07-21-0/+75
* | sandbox: Use the reset driver to handle resetSimon Glass2015-07-21-9/+14
* | sandbox: Add a warm and cold reset driverSimon Glass2015-07-21-0/+101
* | dm: reset: Allow reset_walk() to returnSimon Glass2015-07-21-7/+35
* | sandbox: Support multiple reset typesSimon Glass2015-07-21-0/+7
* | dm: test: Add tests for the clk uclassSimon Glass2015-07-21-0/+162
* | dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass2015-07-21-2/+13
* | dm: Add platform data advice and admonishmentSimon Glass2015-07-21-2/+24
* | power: pmic: Use trailing_strtol() instead of a local functionSimon Glass2015-07-21-18/+5
* | dm: Add a clock uclassSimon Glass2015-07-21-0/+170
* | zynq: Rename struct clk_ops to zynq_clk_opsSimon Glass2015-07-21-3/+3
* | dm: Add a system reset uclassSimon Glass2015-07-21-0/+135
* | mkimage: Set up a file size parameter and keep it updatedSimon Glass2015-07-21-0/+19
* | spl: Add a debug string before the jump to U-BootSimon Glass2015-07-21-0/+1
* | dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-21-11/+37
* | fdt: Provide debug info when a device tree cannot be foundSimon Glass2015-07-21-0/+7
* | lib: Add function to extract a number from the end of a stringSimon Glass2015-07-21-8/+51
* | Add rivest cipher 4 (rc4) implementationSimon Glass2015-07-21-0/+71
* | ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass2015-07-21-15/+21
* | dm: spi: Make local functions staticSimon Glass2015-07-21-4/+4
* | dm: Add support for RAM driversSimon Glass2015-07-21-0/+96
* | Drop CONFIG_ERRNO_STR from SPLSimon Glass2015-07-21-1/+1
* | dm: power: Allow use of regulators in SPLSimon Glass2015-07-21-0/+1
* | dm: pmic: Add functions to adjust PMIC registersSimon Glass2015-07-21-0/+66
* | dm: power: Use debug() for errors in regulator uclassSimon Glass2015-07-21-1/+1
* | dm: power: Add a function to set up all regulatorsSimon Glass2015-07-21-0/+33
* | dm: pmic: Split output from functionSimon Glass2015-07-21-75/+63
* | dm: power: Add regulator flags to centralise auto-set logicSimon Glass2015-07-21-0/+20
* | dm: power: Avoid case-insensitve match for child namesSimon Glass2015-07-21-1/+1