summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: usb: Fix "usb tree" outputHans 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: Pass device instead of portnr to usb_legacy_port_resetHans 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-21test: Add a test for regmapSimon Glass
2015-07-21dm: core: Add device checking to syscon_get_regmap()Simon Glass
2015-07-21test: Add a macro to check that a value is not an error pointerSimon Glass
2015-07-21dm: test: Add a size to each reg propertySimon 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-21dm: test: Add a test for the reset 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-21sandbox: Support multiple reset typesSimon Glass
2015-07-21dm: test: Add tests for the clk uclassSimon Glass
2015-07-21dm: test: Allow test names to leave out the dm_test_ prefixSimon Glass
2015-07-21dm: Add platform data advice and admonishmentSimon Glass
2015-07-21power: pmic: Use trailing_strtol() instead of a local functionSimon Glass
2015-07-21dm: Add a clock uclassSimon Glass
2015-07-21zynq: Rename struct clk_ops to zynq_clk_opsSimon Glass
2015-07-21dm: Add a system reset uclassSimon Glass
2015-07-21mkimage: Set up a file size parameter and keep it updatedSimon Glass
2015-07-21spl: Add a debug string before the jump to U-BootSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-07-21fdt: Provide debug info when a device tree cannot be foundSimon Glass
2015-07-21lib: Add function to extract a number from the end of a stringSimon Glass
2015-07-21Add rivest cipher 4 (rc4) implementationSimon 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-21Drop CONFIG_ERRNO_STR from SPLSimon Glass
2015-07-21dm: power: Allow use of regulators in SPLSimon Glass
2015-07-21dm: pmic: Add functions to adjust PMIC registersSimon Glass
2015-07-21dm: power: Use debug() for errors in regulator uclassSimon Glass