index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
/
read.h
Age
Commit message (
Expand
)
Author
2020-07-01
dm: Fix error handling for dev_read_addr_ptr
Sean Anderson
2020-06-30
dm: core: gracefully handle alias seq without of
Marcel Ziswiler
2020-06-11
dm: core: fix dev_read_alias_highest_id() without libfdt
Michael Walle
2020-05-02
dm: core: Add function to get child count of ofnode or device
Chunfeng Yun
2020-04-16
dm: core: add ofnode and dev function to iterate on node property
Patrick Delaunay
2020-04-16
dm: core: support reading a single indexed u32 value
Dario Binacchi
2020-02-05
dm: core: Add a way to read platdata for all child devices
Simon Glass
2020-02-05
dm: core: Use const device for the dev_read_...() interface
Simon Glass
2020-02-05
dm: core: Use const where possible in device.h
Simon Glass
2019-10-08
dm: pci: Add a function to read a PCI BAR
Simon Glass
2019-09-06
dm: core: Add functions to read 64-bit dt properties
T Karthik Reddy
2019-08-12
dm: core: add support for getting register address and size
Sekhar Nori
2019-07-24
dm: Fix parameter description of dev_read_name()
Bin Meng
2019-07-22
dm: core: Introduce xxx_translate_dma_address()
Fabien Dessenne
2019-02-08
dm: core: Introduce dev_read_alias_highest_id()
Michal Simek
2018-12-13
dm: core: Add a function to read into a unsigned int
Simon Glass
2018-12-05
dm: core: add functions to get/remap I/O addresses by name
Álvaro Fernández Rojas
2018-06-01
dm: core: add functions to get memory-mapped I/O addresses
Álvaro Fernández Rojas
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-28
include: dm: Fix 'devioe'/'devuce' typos
Mario Six
2018-01-24
Merge git://git.denx.de/u-boot-mmc
Tom Rini
2018-01-22
dm: add dev_read_u32()
Masahiro Yamada
2018-01-21
core: Add {ofnode, dev}_translate_address functions
Mario Six
2017-09-22
dm: core: Add functions to get strings and the string count from a stringlist
Jean-Jacques Hiblot
2017-09-18
dm: core: add dev_read_addr_ptr()
Philipp Tomsich
2017-08-29
ofnode: add {ofnode, dev}_read_resource_byname()
Masahiro Yamada
2017-07-29
Merge git://git.denx.de/u-boot-usb
Tom Rini
2017-07-28
dm: core: add ofnode_count_phandle_with_args()
Patrice Chotard
2017-07-28
dm: core: Add ofnode_read_resource()
Simon Glass
2017-07-28
dm: ofnode: change return type of dev_read_prop() to opaque pointer
Masahiro Yamada
2017-07-11
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
Masahiro Yamada
2017-07-11
dm: core: Add functions to obtain node's address/size cells
Simon Glass
2017-07-11
dm: core: Add dev_read_enabled() to check if a device is enabled
Simon Glass
2017-07-11
dm: core: Add dev_read_resource() to read device resources
Simon Glass
2017-06-01
dm: core: Implement live tree 'read' functions
Simon Glass
2017-06-01
dm: core: Add device-based 'read' functions to access DT
Simon Glass