aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/read.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+13
2020-02-05dm: core: Use const device for the dev_read_...() interfaceSimon Glass1-46/+51
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass1-0/+11
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy1-0/+10
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori1-0/+20
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+5
2019-02-08dm: core: Introduce dev_read_alias_highest_id()Michal Simek1-0/+8
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass1-0/+23
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-0/+20
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas1-0/+17
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini1-0/+5
2018-01-22dm: add dev_read_u32()Masahiro Yamada1-0/+5
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six1-0/+5
2018-01-21core: read: Fix style violationsMario Six1-5/+4
2018-01-15dm: core: add missing dev_count_phandle_with_args()Patrice Chotard1-0/+7
2017-11-16dm: core: Correct address cast in dev_read_addr_ptr()Simon Glass1-1/+2
2017-09-22dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot1-0/+11
2017-09-18dm: core: add dev_read_addr_ptr()Philipp Tomsich1-0/+7
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada1-0/+6
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass1-0/+5
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada1-1/+1
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/+10
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass1-0/+11
2017-06-01dm: core: Implement live tree 'read' functionsSimon Glass1-0/+140