1. 5e90d4e core: introduce dev_read_addr_name[_size]_ptr() functions by Matthias Schiffer · 1 year, 2 months ago
  2. 7c238d0 core: fix doc comments of dev_read_addr*() and related functions by Matthias Schiffer · 1 year, 2 months ago
  3. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 2 months ago
  4. 3b00730 core: read: add dev_read_addr_size_index_ptr function by Jonas Karlman · 1 year, 4 months ago
  5. ab62d0b core: read: fix dev_read_addr_size() by John Keeping · 1 year, 6 months ago
  6. ff40706 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · 1 year, 10 months ago
  7. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
  8. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
  9. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 6 months ago
  10. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
  11. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  12. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
  13. cb3d6d6 doc: add include/dm/read.h to the HTML documentation by Patrick Delaunay · 2 years, 11 months ago
  14. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · 3 years, 1 month ago
  15. 21cdfea dm: Provide dev_read_addr_index_ptr() wrapper by Bin Meng · 3 years, 3 months ago
  16. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 11 months ago
  17. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  18. e864940 do not pass NULL pointer to libfdt by Stanislav Pinchuk · 3 years, 10 months ago
  19. 77f7c1e dm: core: Don't inline dev_read...() calls with of-platdata by Simon Glass · 3 years, 10 months ago
  20. 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
  21. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  22. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  23. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
  24. 0a9ecc5 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 4 months ago
  25. a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 4 months ago
  26. 60a84af dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 4 months ago
  27. 992b603 net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 4 months ago
  28. d3aa90e dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 4 months ago
  29. 42db70b dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 5 months ago
  30. 65c2bf6 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 6 years ago
  31. eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · 4 years, 6 months ago
  32. d93c8b4 dm: core: Add function to get child count of ofnode or device by developer · 4 years, 7 months ago
  33. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 11 months ago
  34. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
  35. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
  36. 2f9a612 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 10 months ago
  37. 2a58088 dm: core: Use const where possible in device.h by Simon Glass · 4 years, 10 months ago
  38. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · 5 years ago
  39. 478860d dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · 5 years ago
  40. f677c6f dm: core: add support for getting register address and size by Sekhar Nori · 5 years ago
  41. 4cf914d dm: Fix parameter description of dev_read_name() by Bin Meng · 5 years ago
  42. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  43. d0e30a0 dm: core: Introduce dev_read_alias_highest_id() by Michal Simek · 6 years ago
  44. 6df01f9 dm: core: Add a function to read into a unsigned int by Simon Glass · 6 years ago
  45. a318115 dm: core: add functions to get/remap I/O addresses by name by Álvaro Fernández Rojas · 6 years ago
  46. 67036129 dm: core: add functions to get memory-mapped I/O addresses by Álvaro Fernández Rojas · 7 years ago
  47. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  48. 16408ee include: dm: Fix 'devioe'/'devuce' typos by Mario Six · 7 years ago
  49. 3f78e92 Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  50. 71d115f dm: add dev_read_u32() by Masahiro Yamada · 7 years ago
  51. aefac06 core: Add {ofnode, dev}_translate_address functions by Mario Six · 7 years ago
  52. 8365ebd dm: core: Add functions to get strings and the string count from a stringlist by Jean-Jacques Hiblot · 7 years ago
  53. 7719b39 dm: core: add dev_read_addr_ptr() by Philipp Tomsich · 7 years ago
  54. 4dada2c ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · 7 years ago
  55. d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  56. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · 7 years ago
  57. f7bfcc4 dm: core: Add ofnode_read_resource() by Simon Glass · 7 years ago
  58. baebec1 dm: ofnode: change return type of dev_read_prop() to opaque pointer by Masahiro Yamada · 7 years ago
  59. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  60. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  61. fa031f8 dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · 7 years ago
  62. 170e17c dm: core: Add dev_read_resource() to read device resources by Simon Glass · 7 years ago
  63. cfdae5c dm: core: Implement live tree 'read' functions by Simon Glass · 8 years ago
  64. 34ef0c2 dm: core: Add device-based 'read' functions to access DT by Simon Glass · 8 years ago