summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2017-10-04dm: replace dm_dbg() with pr_debug()Masahiro Yamada1-8/+0
2017-10-04dm: define dev_*() log functions in DM headerMasahiro Yamada1-0/+72
2017-09-22dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot1-0/+36
2017-09-18dm: core: add dev_read_addr_ptr()Philipp Tomsich1-0/+15
2017-09-12dm: core: add clocks node scanPatrice Chotard1-0/+14
2017-09-12dm: core: Add ofnode_for_each_subnode()Simon Glass1-0/+24
2017-09-10block: ide: Fix block read/write with driver modelBin Meng1-0/+1
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada2-1/+21
2017-08-17dm: core: Add a comment about the device_remove() flagsSimon Glass1-1/+1
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-0/+1
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini3-0/+60
2017-07-29dm: 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-05dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese1-0/+16
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese2-2/+29
2017-03-17dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-1/+1