summaryrefslogtreecommitdiffstats
path: root/drivers/core/read.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-181-0/+6
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: core: add a function to decode display timingsDario Binacchi2021-01-121-0/+6
* dm: Fix return value in dev_read_alias_seq()Simon Glass2020-12-181-1/+3
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-061-2/+3
* dm: core: Add API to read PCI bus-range propertyStefan Roese2020-08-251-0/+17
* dm: Fix error handling for dev_read_addr_ptrSean Anderson2020-07-011-1/+1
* dm: core: gracefully handle alias seq without ofMarcel Ziswiler2020-06-301-1/+3
* dm: core: Reorder include files in read.cStefan Roese2020-05-291-3/+3
* dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2020-05-021-0/+5
* dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-161-0/+16
* dm: core: support reading a single indexed u32 valueDario Binacchi2020-04-161-0/+13
* dm: core: Use const device for the dev_read_...() interfaceSimon Glass2020-02-051-46/+51
* dm: pci: Add a function to read a PCI BARSimon Glass2019-10-081-0/+11
* dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2019-09-061-0/+10
* dm: core: add support for getting register address and sizeSekhar Nori2019-08-121-0/+20
* dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-221-0/+5
* dm: core: Introduce dev_read_alias_highest_id()Michal Simek2019-02-081-0/+8
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+23
* dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-051-0/+20
* dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2018-06-011-0/+17
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-241-0/+5
|\
| * dm: add dev_read_u32()Masahiro Yamada2018-01-221-0/+5
* | core: Add {ofnode, dev}_translate_address functionsMario Six2018-01-211-0/+5
* | core: read: Fix style violationsMario Six2018-01-211-5/+4
|/
* dm: core: add missing dev_count_phandle_with_args()Patrice Chotard2018-01-151-0/+7
* dm: core: Correct address cast in dev_read_addr_ptr()Simon Glass2017-11-161-1/+2
* dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot2017-09-221-0/+11
* dm: core: add dev_read_addr_ptr()Philipp Tomsich2017-09-181-0/+7
* ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada2017-08-291-0/+6
* dm: core: Add ofnode_read_resource()Simon Glass2017-07-281-0/+5
* dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada2017-07-281-1/+1
* 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/+10
* dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-111-0/+11
* dm: core: Implement live tree 'read' functionsSimon Glass2017-06-011-0/+140