summaryrefslogtreecommitdiff
path: root/drivers/core/read.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+6
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+6
2020-12-19dm: Fix return value in dev_read_alias_seq()Simon Glass1-1/+3
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-2/+3
2020-08-25dm: core: Add API to read PCI bus-range propertyStefan Roese1-0/+17
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson1-1/+1
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler1-1/+3
2020-05-30dm: core: Reorder include files in read.cStefan Roese1-3/+3
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun1-0/+5
2020-04-17dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay1-0/+16
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+13
2020-02-06dm: 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-14dm: 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-17dm: 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