summaryrefslogtreecommitdiff
path: root/include/dm/read.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-08dm: core: Introduce dev_read_alias_highest_id()Michal Simek1-0/+16
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+58
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-0/+36
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas1-0/+32
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28include: dm: Fix 'devioe'/'devuce' typosMario Six1-4/+4
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini1-0/+16
2018-01-22dm: add dev_read_u32()Masahiro Yamada1-0/+16
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six1-0/+17
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-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada1-1/+19
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini1-0/+25
2017-07-29dm: core: add ofnode_count_phandle_with_args()Patrice Chotard1-0/+25
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass1-10/+16
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada1-3/+3
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada1-1/+1
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass1-0/+32
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-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