summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Run tests with both livetree and flat treeSimon Glass2017-06-013-2/+40
* dm: test: Add support for running tests with livetreeSimon Glass2017-06-011-7/+16
* dm: test: Show the test filename when runningSimon Glass2017-06-012-1/+4
* dm: test: Move test running code into a separate functionSimon Glass2017-06-011-24/+32
* sandbox: Add a way to reset sandbox state for testsSimon Glass2017-06-013-4/+19
* dm: core: Update uclass_find_device_by_phandle() for livetreeSimon Glass2017-06-011-3/+2
* dm: simple-bus: Add support for livetreeSimon Glass2017-06-011-2/+1
* dm: regmap: Add support for livetreeSimon Glass2017-06-011-15/+22
* dm: core: Add a way to find a device by ofnodeSimon Glass2017-06-013-0/+72
* dm: core: Scan the live tree when setting up driver modelSimon Glass2017-06-013-7/+58
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-0114-49/+39
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-015-13/+14
* dm: core: Allow binding a device from a live treeSimon Glass2017-06-013-15/+15
* dm: core: Implement live tree 'read' functionsSimon Glass2017-06-013-92/+291
* dm: core: Add device-based 'read' functions to access DTSimon Glass2017-06-012-0/+387
* dm: core: Add a place to put extra device-tree reading functionsSimon Glass2017-06-016-23/+87
* dm: core: Add address operations on device tree referencesSimon Glass2017-06-012-1/+49
* fdt: Update fdt_get_base_address() to use constSimon Glass2017-06-012-2/+2
* dm: core: Add livetree address functionsSimon Glass2017-06-014-3/+426
* dm: core: Add operations on device tree referencesSimon Glass2017-06-013-3/+1017
* dm: core: Rename of_device_is_compatible()Simon Glass2017-06-019-13/+13
* dm: Build a live tree after relocationSimon Glass2017-06-011-0/+12
* dm: Add a function to create a 'live' device treeSimon Glass2017-06-013-0/+358
* dm: core: Add livetree access functionsSimon Glass2017-06-013-0/+1083
* dm: core: Add livetree definitionsSimon Glass2017-06-013-0/+120
* Update WARN_ON() to return a valueSimon Glass2017-06-011-2/+6
* dm: core: Set return value first in lists_bind_fdt()Simon Glass2017-06-011-2/+2
* tegra: Convert MMC to use driver model for operationsSimon Glass2017-06-0129-86/+42
* dm: mmc: Rewrite mmc_blk_probe()Simon Glass2017-06-011-6/+11
* dm: mmc: Check that drivers have operationsSimon Glass2017-06-011-0/+4
* dm: blk: Improve block device claimingSimon Glass2017-06-013-6/+79
* dm: blk: Add a function to find the next block device numberSimon Glass2017-06-011-6/+16
* dm: blk: Allow finding block devices without probingSimon Glass2017-06-013-3/+48
* dm: mmc: Don't re-init when accessing environmentSimon Glass2017-06-011-1/+2
* dm: mmc: Don't call board_mmc_power_init() with driver modelSimon Glass2017-06-011-4/+11
* dm: core: Adjust device_bind_common() to take an ofnodeSimon Glass2017-06-011-8/+10
* dm: core: Add ofnode to represent device tree nodesSimon Glass2017-06-015-6/+109
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-0124-35/+37
* dm: core: Dont export dm_scan_fdt_node()Simon Glass2017-06-012-18/+15
* dm: Fix up inclusion of common.hSimon Glass2017-06-0123-2/+24
* atmel: Fix up use of dm_scan_fdt_node()Simon Glass2017-06-011-2/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-01194-279/+281
* dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass2017-06-016-218/+255
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-0177-74/+77
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2017-05-3149-20/+1550
|\
| * mips: bmips: fix BCM3380 periph clock frequencyÁlvaro Fernández Rojas2017-05-311-1/+1
| * mips: bmips: extend baud rates supportÁlvaro Fernández Rojas2017-05-311-0/+4
| * dm: serial: bcm6345: fix baud rate clock calculationÁlvaro Fernández Rojas2017-05-311-4/+4
| * dm: serial: bcm6345: fix uart stop bitsÁlvaro Fernández Rojas2017-05-311-0/+2
| * mips: bmips: add board descriptionsÁlvaro Fernández Rojas2017-05-311-0/+24