summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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 structure comments for dwmmcSimon Glass
2015-07-21dm: mmc: Allow driver model to be used for MMC in SPLSimon Glass
2015-07-21mmc: Add debug() output on read errorsSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-07-21spl: Add debugging info for spl_mmc bootSimon 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