aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini3-0/+60
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard3-0/+60
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass2-10/+20
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada1-3/+3
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard1-17/+0
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2-3/+3
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass3-0/+72
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass1-0/+18
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass1-0/+12
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass2-1/+29
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+31
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass1-0/+1
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass1-2/+11
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