summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: test: Add tests for the clk uclassSimon Glass2015-07-212-0/+86
* power: pmic: Use trailing_strtol() instead of a local functionSimon Glass2015-07-211-18/+5
* dm: Add a clock uclassSimon Glass2015-07-215-0/+88
* dm: Add a system reset uclassSimon Glass2015-07-213-0/+72
* ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass2015-07-211-15/+21
* dm: spi: Make local functions staticSimon Glass2015-07-211-4/+4
* dm: Add support for RAM driversSimon Glass2015-07-215-0/+56
* dm: pmic: Add functions to adjust PMIC registersSimon Glass2015-07-211-0/+32
* dm: power: Use debug() for errors in regulator uclassSimon Glass2015-07-211-1/+1
* dm: power: Add a function to set up all regulatorsSimon Glass2015-07-211-0/+22
* dm: pmic: Split output from functionSimon Glass2015-07-211-63/+35
* dm: power: Add regulator flags to centralise auto-set logicSimon Glass2015-07-211-0/+12
* dm: power: Avoid case-insensitve match for child namesSimon Glass2015-07-211-1/+1
* mmc: Add debug() output on read errorsSimon Glass2015-07-211-2/+6
* dm: mmc: Add an MMC uclassSimon Glass2015-07-214-0/+48
* dm: led: Add a driver for GPIO-controlled LEDsSimon Glass2015-07-213-0/+111
* dm: Add support for LEDsSimon Glass2015-07-215-0/+76
* dm: Add support for generic system controllers (syscon)Simon Glass2015-07-212-0/+74
* dm: Add support for register maps (regmap)Simon Glass2015-07-212-0/+87
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-211-1/+1
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-211-8/+26
* dm: gpio: Allow GPIO uclass to be used in SPLSimon Glass2015-07-211-4/+0
* dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-211-2/+2
* dm: core: Add a function to find any device from device treeSimon Glass2015-07-211-0/+25
* dm: core: Use debug() instead of printf() for failuresSimon Glass2015-07-211-3/+3
* dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-212-0/+97
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-07-2010-185/+266
|\
| * driver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rxPrabhakar Kushwaha2015-07-201-1/+8
| * driver/ldpaa_eth: Avoid TX conf framesPrabhakar Kushwaha2015-07-202-111/+4
| * driver/ldpaa_eth: Add timeout handling DQRR entry readPrabhakar Kushwaha2015-07-201-14/+22
| * driver/ldpaa_eth: Retry enqueue if portal was busyPrabhakar Kushwaha2015-07-201-2/+30
| * armv8/fsl-lsch3: device tree fixups for PCI stream IDsStuart Yoder2015-07-201-0/+62
| * drivers/fsl-mc: dynamically create ICID pool in DPCStuart Yoder2015-07-201-0/+36
| * armv8/fsl-lsch3: partition stream IDsStuart Yoder2015-07-201-1/+1
| * drivers: fsl-mc: Return error for major version mismatchPrabhakar Kushwaha2015-07-201-2/+7
| * drivers: fsl-mc: Update qbman driverPrabhakar Kushwaha2015-07-203-37/+53
| * drivers: fsl-mc: Update flibs to mc-0.6.0.1Prabhakar Kushwaha2015-07-202-6/+8
OpenPOWER on IntegriCloud