aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: Add more livetree helpers and definitionsSimon Glass1-0/+36
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-0/+2
2017-06-01dm: core: Add a way to find a device by ofnodeSimon Glass2-0/+35
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-1/+2
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-1/+1
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-4/+3
2017-06-01dm: core: Allow binding a device from a live treeSimon Glass1-4/+6
2017-06-01dm: core: Implement live tree 'read' functionsSimon Glass1-92/+148
2017-06-01dm: core: Add device-based 'read' functions to access DTSimon Glass1-0/+383
2017-06-01dm: core: Add a place to put extra device-tree reading functionsSimon Glass1-0/+46
2017-06-01dm: core: Add address operations on device tree referencesSimon Glass1-1/+22
2017-06-01dm: core: Add livetree address functionsSimon Glass2-2/+66
2017-06-01dm: core: Add operations on device tree referencesSimon Glass1-3/+464
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass1-2/+2
2017-06-01dm: core: Add livetree access functionsSimon Glass1-0/+347
2017-06-01dm: core: Add livetree definitionsSimon Glass1-0/+106
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass2-4/+106
2017-06-01dm: core: Dont export dm_scan_fdt_node()Simon Glass1-16/+0
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-13/+13
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass2-92/+110
2017-05-17dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese1-1/+10
2017-05-09drivers: phy: add generic PHY frameworkJean-Jacques Hiblot1-0/+1
2017-05-08dm: Simple Watchdog uclassmaxims@google.com1-0/+1
2017-04-18sysreset: psci: support system reset in a generic way with PSCIMasahiro Yamada1-0/+1
2017-04-04dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese1-0/+16
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese2-2/+29
2017-03-16dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-1/+1
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+26
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-0/+10
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek1-0/+1
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-1/+0
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek1-0/+1
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese1-0/+16
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass1-0/+10
2016-11-23serial: pxa: integrate optional driver model handlingMarcel Ziswiler1-0/+56
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass1-0/+8
2016-09-06serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf1-0/+1
2016-08-15net/ethoc: support private memory configurationsMax Filippov1-0/+1
2016-08-15net/ethoc: add CONFIG_DM_ETH supportMax Filippov1-0/+20
2016-07-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+1
2016-07-27Add a power domain framework/uclassStephen Warren1-0/+1
2016-07-27dm: core: Add a function to bind child devicesSimon Glass1-0/+16
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass2-0/+22
2016-07-19dm: imx: serial: Support DTE mode when using driver modelStefan Agner1-0/+1
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass2-0/+7
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass1-2/+2
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+13
2016-07-11dm: Sort the uclass id in alphabetical orderBin Meng1-2/+2
2016-07-09dm: core: implement dev_map_physmem()Vignesh R1-0/+13
2016-06-19Add a reset driver framework/uclassStephen Warren1-0/+1