summaryrefslogtreecommitdiffstats
path: root/include/dm/read.h
Commit message (Expand)AuthorAgeFilesLines
* dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle2020-06-111-0/+2
* dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2020-05-021-0/+13
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-161-0/+67
* dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-161-0/+40
* dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-051-1/+2
* dm: core: Use const device for the dev_read_...() interfaceSimon Glass2020-02-051-97/+108
* dm: core: Use const where possible in device.hSimon Glass2020-02-051-2/+2
* dm: pci: Add a function to read a PCI BARSimon Glass2019-10-081-0/+25
* dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2019-09-061-0/+33
* dm: core: add support for getting register address and sizeSekhar Nori2019-08-121-0/+41
* dm: Fix parameter description of dev_read_name()Bin Meng2019-07-241-1/+1
* dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-221-1/+19
* dm: core: Introduce dev_read_alias_highest_id()Michal Simek2019-02-081-0/+16
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+58
* dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-051-0/+36
* dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2018-06-011-0/+32
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* include: dm: Fix 'devioe'/'devuce' typosMario Six2018-01-281-4/+4
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-241-0/+16
|\
| * dm: add dev_read_u32()Masahiro Yamada2018-01-221-0/+16
* | core: Add {ofnode, dev}_translate_address functionsMario Six2018-01-211-0/+17
|/
* dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot2017-09-221-0/+36
* dm: core: add dev_read_addr_ptr()Philipp Tomsich2017-09-181-0/+15
* ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada2017-08-291-1/+19
* Merge git://git.denx.de/u-boot-usbTom Rini2017-07-291-0/+25
|\
| * dm: core: add ofnode_count_phandle_with_args()Patrice Chotard2017-07-281-0/+25
* | dm: core: Add ofnode_read_resource()Simon Glass2017-07-281-10/+16
* | dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada2017-07-281-3/+3
|/
* dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-111-1/+1
* dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-111-0/+32
* dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-111-0/+18
* dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-111-0/+12
* dm: core: Implement live tree 'read' functionsSimon Glass2017-06-011-92/+148
* dm: core: Add device-based 'read' functions to access DTSimon Glass2017-06-011-0/+383