aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass3-15/+15
2017-06-01dm: core: Implement live tree 'read' functionsSimon Glass3-92/+291
2017-06-01dm: core: Add device-based 'read' functions to access DTSimon Glass2-0/+387
2017-06-01dm: core: Add a place to put extra device-tree reading functionsSimon Glass6-23/+87
2017-06-01dm: core: Add address operations on device tree referencesSimon Glass2-1/+49
2017-06-01fdt: Update fdt_get_base_address() to use constSimon Glass2-2/+2
2017-06-01dm: core: Add livetree address functionsSimon Glass4-3/+426
2017-06-01dm: core: Add operations on device tree referencesSimon Glass3-3/+1017
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass9-13/+13
2017-06-01dm: Build a live tree after relocationSimon Glass1-0/+12
2017-06-01dm: Add a function to create a 'live' device treeSimon Glass3-0/+358
2017-06-01dm: core: Add livetree access functionsSimon Glass3-0/+1083
2017-06-01dm: core: Add livetree definitionsSimon Glass3-0/+120
2017-06-01Update WARN_ON() to return a valueSimon Glass1-2/+6
2017-06-01dm: core: Set return value first in lists_bind_fdt()Simon Glass1-2/+2
2017-06-01tegra: Convert MMC to use driver model for operationsSimon Glass29-86/+42
2017-06-01dm: mmc: Rewrite mmc_blk_probe()Simon Glass1-6/+11
2017-06-01dm: mmc: Check that drivers have operationsSimon Glass1-0/+4
2017-06-01dm: blk: Improve block device claimingSimon Glass3-6/+79
2017-06-01dm: blk: Add a function to find the next block device numberSimon Glass1-6/+16
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass3-3/+48
2017-06-01dm: mmc: Don't re-init when accessing environmentSimon Glass1-1/+2
2017-06-01dm: mmc: Don't call board_mmc_power_init() with driver modelSimon Glass1-4/+11
2017-06-01dm: core: Adjust device_bind_common() to take an ofnodeSimon Glass1-8/+10
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass5-6/+109
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass24-35/+37
2017-06-01dm: core: Dont export dm_scan_fdt_node()Simon Glass2-18/+15
2017-06-01dm: Fix up inclusion of common.hSimon Glass23-2/+24
2017-06-01atmel: Fix up use of dm_scan_fdt_node()Simon Glass1-2/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass194-279/+281
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass6-218/+255
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass77-74/+77
2017-05-31Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini49-20/+1550
2017-05-31Merge git://www.denx.de/git/u-boot-marvellTom Rini17-129/+851
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson54-65/+67
2017-05-31mips: bmips: fix BCM3380 periph clock frequencyÁlvaro Fernández Rojas1-1/+1
2017-05-31mips: bmips: extend baud rates supportÁlvaro Fernández Rojas1-0/+4
2017-05-31dm: serial: bcm6345: fix baud rate clock calculationÁlvaro Fernández Rojas1-4/+4
2017-05-31dm: serial: bcm6345: fix uart stop bitsÁlvaro Fernández Rojas1-0/+2
2017-05-31mips: bmips: add board descriptionsÁlvaro Fernández Rojas1-0/+24