summaryrefslogtreecommitdiff
path: root/include/dm/read.h
AgeCommit message (Expand)Author
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay
2021-11-28dm: core: Add a way to obtain a string listSimon Glass
2021-10-20dm: Provide dev_read_addr_index_ptr() wrapperBin Meng
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30do not pass NULL pointer to libfdtStanislav Pinchuk
2021-01-30dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass
2021-01-12dm: core: add a function to decode display timingsDario Binacchi
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-08-25dm: core: Add API to read PCI bus-range propertyStefan Roese
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait
2020-08-22dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt
2020-08-03net: Drop dm.h header file from phy.hSimon Glass
2020-07-28dm: Fix build error when OF_CONTROL is not setDan Murphy
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler
2020-06-11dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun
2020-04-16dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass
2020-02-05dm: core: Use const device for the dev_read_...() interfaceSimon Glass
2020-02-05dm: core: Use const where possible in device.hSimon Glass
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori
2019-07-24dm: Fix parameter description of dev_read_name()Bin Meng
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne
2019-02-08dm: core: Introduce dev_read_alias_highest_id()Michal Simek
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-28include: dm: Fix 'devioe'/'devuce' typosMario Six
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini
2018-01-22dm: add dev_read_u32()Masahiro Yamada
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six
2017-09-22dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot
2017-09-18dm: core: add dev_read_addr_ptr()Philipp Tomsich
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada