aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: sandbox: i2c: Drop fdtdec.h headerSimon Glass1-1/+0
2017-06-01dm: spi: Convert uclass to livetreeSimon Glass2-18/+15
2017-06-01cros_ec: Update the cros_ec keyboard driver to livetreeSimon Glass4-26/+23
2017-06-01dm: Update the I2C eeprom driver for livetreeSimon Glass1-5/+2
2017-06-01dm: pci: Update uclass to support livetreeSimon Glass1-14/+12
2017-06-01dm: reset: Update uclass to support livetreeSimon Glass2-13/+12
2017-06-01dm: power-domain: Update uclass to support livetreeSimon Glass2-12/+9
2017-06-01sandbox: phy: Update driver for livetreeSimon Glass1-2/+1
2017-06-01dm: phy: Update uclass to support livetreeSimon Glass2-14/+10
2017-06-01dm: mailbox: Update uclass to support livetreeSimon Glass3-14/+10
2017-06-01dm: phy: Update tests to use ut_asserteq()Simon Glass1-6/+9
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass1-1/+2
2017-06-01dm: test: Separate out the bus DT offset testSimon Glass1-1/+15
2017-06-01dm: clk: fixed: Update to support livetreeSimon Glass1-3/+2
2017-06-01dm: clk: Update uclass to support livetreeSimon Glass2-11/+8
2017-06-01clk: Modify xlate() method for livetreeSimon Glass5-9/+10
2017-06-01sandbox: usb: Convert emulators to livetreeSimon Glass2-5/+2
2017-06-01dm: usb: Convert uclass to livetreeSimon Glass1-5/+3
2017-06-01dm: adc: Convert uclass to livetreeSimon Glass1-8/+6
2017-06-01dm: mmc: Convert uclass to livetreeSimon Glass1-1/+2
2017-06-01dm: regulator: Update fixed regulator to support livetree.Simon Glass1-8/+9
2017-06-01dm: regulator: Convert regulator uclass to support livetreeSimon Glass1-23/+16
2017-06-01sandbox: pmic: Convert pmic emulator to support livetreeSimon Glass1-4/+2
2017-06-01dm: pmic: Convert uclass to livetreeSimon Glass11-59/+42
2017-06-01samsung: Move pmic header out of config fileSimon Glass4-3/+13
2017-06-01dm: i2c: Convert uclass to livetreeSimon Glass2-17/+14
2017-06-01string: Add strcspn()Simon Glass2-0/+39
2017-06-01string: Add strchrnul()Simon Glass2-0/+21
2017-06-01dm: Add more livetree helpers and definitionsSimon Glass2-2/+38
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass9-25/+25
2017-06-01test: Update 'make test' to run more testsSimon Glass1-1/+7
2017-06-01sandbox: Add a new sandbox_flattree boardSimon Glass2-0/+186
2017-06-01cros_ec: Convert to support live treeSimon Glass5-81/+27
2017-06-01cros_ec: Fix debug() statement in ec_command_inptr()Simon Glass1-2/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass17-70/+68
2017-06-01dm: gpio: sandbox: Use dev_read...() functions to access DTSimon Glass1-6/+3
2017-06-01dm: gpio: Drop blank line in gpio_xlate_offs_flags() commentSimon Glass1-1/+0
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass8-29/+41
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass3-2/+40
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass1-7/+16
2017-06-01dm: test: Show the test filename when runningSimon Glass2-1/+4
2017-06-01dm: test: Move test running code into a separate functionSimon Glass1-24/+32
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass3-4/+19
2017-06-01dm: core: Update uclass_find_device_by_phandle() for livetreeSimon Glass1-3/+2
2017-06-01dm: simple-bus: Add support for livetreeSimon Glass1-2/+1
2017-06-01dm: regmap: Add support for livetreeSimon Glass1-15/+22
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass3-0/+72
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass3-7/+58
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass14-49/+39
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass5-13/+14