summaryrefslogtreecommitdiff
path: root/include/dm/read.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-28core: read: add dev_read_addr_size_index_ptr functionJonas Karlman1-0/+21
2023-07-20core: read: fix dev_read_addr_size()John Keeping1-9/+3
2023-02-04drivers: core: ofnode: Add panel timing decode.Nikhil M Jain1-0/+20
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass1-1/+1
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass1-3/+3
2022-09-14dm: core: Add functions to read 8/16-bit integersStefan Herbrechtsmeier1-0/+65
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-0/+17
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-0/+19
2022-01-15doc: add include/dm/read.h to the HTML documentationPatrick Delaunay1-80/+81
2021-11-29dm: core: Add a way to obtain a string listSimon Glass1-0/+28
2021-10-20dm: Provide dev_read_addr_index_ptr() wrapperBin Meng1-0/+18
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+21
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-31do not pass NULL pointer to libfdtStanislav Pinchuk1-1/+1
2021-01-31dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass1-2/+1
2021-01-12dm: core: add a function to decode display timingsDario Binacchi1-0/+24
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-16/+0
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-3/+5
2020-08-25dm: core: Add API to read PCI bus-range propertyStefan Roese1-0/+12
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait1-3/+1
2020-08-22dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt1-4/+6
2020-08-04net: Drop dm.h header file from phy.hSimon Glass1-0/+1
2020-07-29dm: Fix build error when OF_CONTROL is not setDan Murphy1-0/+2
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson1-1/+3
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler1-0/+4
2020-06-12dm: core: fix dev_read_alias_highest_id() without libfdtMichael Walle1-0/+2
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun1-0/+13
2020-04-17dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay1-0/+67
2020-04-16dm: core: support reading a single indexed u32 valueDario Binacchi1-0/+40
2020-02-06dm: core: Add a way to read platdata for all child devicesSimon Glass1-1/+2
2020-02-06dm: core: Use const device for the dev_read_...() interfaceSimon Glass1-97/+108
2020-02-06dm: core: Use const where possible in device.hSimon Glass1-2/+2
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass1-0/+25
2019-09-06dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy1-0/+33
2019-08-12dm: core: add support for getting register address and sizeSekhar Nori1-0/+41
2019-07-24dm: Fix parameter description of dev_read_name()Bin Meng1-1/+1
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-1/+19
2019-02-08dm: core: Introduce dev_read_alias_highest_id()Michal Simek1-0/+16
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+58
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas1-0/+36
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas1-0/+32
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28include: dm: Fix 'devioe'/'devuce' typosMario Six1-4/+4
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini1-0/+16
2018-01-22dm: add dev_read_u32()Masahiro Yamada1-0/+16
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six1-0/+17
2017-09-22dm: core: Add functions to get strings and the string count from a stringlistJean-Jacques Hiblot1-0/+36
2017-09-18dm: core: add dev_read_addr_ptr()Philipp Tomsich1-0/+15