1. 2698359 dm: core: fix typo in device.h by Dario Binacchi · 4 years, 2 months ago
  2. 85bf4f2 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years, 2 months ago
  3. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
  4. eb6e7e9 dm: core: Expand the comment for DM_GET_DEVICE() by Simon Glass · 4 years, 2 months ago
  5. f4f9056 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years, 1 month ago
  6. 8ef373b dm: core: improve uclass_get_device_by_phandle_id() description by Dario Binacchi · 4 years, 2 months ago
  7. c3c748e dm: Don't undefine dev_xxx macros by Sean Anderson · 4 years, 2 months ago
  8. abe2a6b pinctrl: Reformat documentation in dm/pinctrl.h by Sean Anderson · 4 years, 2 months ago
  9. 319ca70 pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · 4 years, 2 months ago
  10. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
  11. 04fcfe7 dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 2 months ago
  12. c14df8b dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years, 2 months ago
  13. 2a8bc03 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 2 months ago
  14. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 3 months ago
  15. bc9bb24 dm: Print device name in dev_xxx like Linux by Sean Anderson · 4 years, 2 months ago
  16. 16a2e86 dm: Use symbolic constants for log levels in dev_xxx by Sean Anderson · 4 years, 2 months ago
  17. 21e3b04 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · 4 years, 3 months ago
  18. 8544716 core: improve of_match_ptr with OF_PLATDATA by Walter Lozano · 4 years, 4 months ago
  19. bf5b823 dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 3 months ago
  20. 0a9ecc5 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 4 months ago
  21. a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 4 months ago
  22. 60a84af dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 4 months ago
  23. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  24. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
  25. 992b603 net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 4 months ago
  26. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
  27. b571d92 dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 4 months ago
  28. 3483aa2 dm: button: add an uclass for button by Philippe Reynes · 4 years, 4 months ago
  29. d3aa90e dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 4 months ago
  30. 50a6c08 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 4 months ago
  31. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  32. 27f81c8 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 4 months ago
  33. cd9667b dm: acpi: Add support for the NHLT table by Simon Glass · 4 years, 5 months ago
  34. 0123233 dm: core: Add a way of overriding the ACPI device path by Simon Glass · 4 years, 5 months ago
  35. 64bbc0d acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · 4 years, 5 months ago
  36. 6ad24f6 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · 4 years, 5 months ago
  37. 990cd5b acpi: Add support for DSDT generation by Simon Glass · 4 years, 5 months ago
  38. d43e0ba acpi: Add support for SSDT generation by Simon Glass · 4 years, 5 months ago
  39. 0f27763 acpigen: Support writing a length by Simon Glass · 4 years, 5 months ago
  40. 98528d4 acpi: Support generation of ACPI code by Simon Glass · 4 years, 5 months ago
  41. ffc41b0 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 5 months ago
  42. 95282d6 core: drop const for struct driver_info by Walter Lozano · 4 years, 5 months ago
  43. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
  44. 3286843 dm: core: Correct comment on uclass_id_foreach_dev() by Simon Glass · 4 years, 6 months ago
  45. 4425bf4 video: Add comments to struct sandbox_sdl_plat by Simon Glass · 4 years, 5 months ago
  46. 39832fb cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 8 months ago
  47. 42db70b dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 5 months ago
  48. 768b86d arm: pxa: mmc: add driver model support by Marcel Ziswiler · 6 years ago
  49. 65c2bf6 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 6 years ago
  50. 92f2478 serial: pxa: clean-up platform data include file by Marcel Ziswiler · 6 years ago
  51. 76c5974 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 5 months ago
  52. 4caa9fe dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · 4 years, 6 months ago
  53. eccf2d0 dm: core: fix dev_read_alias_highest_id() without libfdt by Michael Walle · 4 years, 6 months ago
  54. cd5bb77 net: Add eth phy generic driver for shared MDIO by Ye Li · 4 years, 7 months ago
  55. d93c8b4 dm: core: Add function to get child count of ofnode or device by developer · 4 years, 7 months ago
  56. abeaca8 acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · 4 years, 7 months ago
  57. 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
  58. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  59. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 11 months ago
  60. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 8 months ago
  61. 9d0731d dm: core: remove the duplicated function dm_ofnode_pre_reloc by Patrick Delaunay · 4 years, 8 months ago
  62. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
  63. 42697f5 dm: core: Add a way to skip powering down power domains by Simon Glass · 4 years, 8 months ago
  64. 4969d21 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · 4 years, 8 months ago
  65. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · 4 years, 8 months ago
  66. 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · 4 years, 8 months ago
  67. cfb28f1 dm: core: Add a flag for power domain control on device removal by Anatolij Gustschin · 4 years, 9 months ago
  68. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  69. 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 10 months ago
  70. 27c0e17 dm: core: Allow iterating devices without uclass_get() by Simon Glass · 4 years, 10 months ago
  71. fb6f482 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 10 months ago
  72. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  73. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  74. 0282757 cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 11 months ago
  75. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 10 months ago
  76. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
  77. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  78. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 10 months ago
  79. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  80. c99ba91 dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 4 years, 10 months ago
  81. 2f9a612 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 10 months ago
  82. c6548b8 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 10 months ago
  83. 2a58088 dm: core: Use const where possible in device.h by Simon Glass · 4 years, 10 months ago
  84. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 11 months ago
  85. 323ff9f dm: devres: Add tests by Simon Glass · 5 years ago
  86. 204675c dm: test: Add a test driver for devres by Simon Glass · 5 years ago
  87. fbc3cfc dm: devres: Create a new devres header file by Simon Glass · 5 years ago
  88. d3c9d30 dm: core: Add a new flag to track platform data by Simon Glass · 5 years ago
  89. 4a26385 dm: core: Export a new function to read platdata by Simon Glass · 5 years ago
  90. 2137c24 dm: core: Add a comment for DM_FLAG_OF_PLATDATA by Simon Glass · 5 years ago
  91. 90592ed dm: rng: Add random number generator(rng) uclass by Sughosh Ganu · 5 years ago
  92. 2ee1f6a pci: Add support for p2sb uclass by Simon Glass · 5 years ago
  93. 5e5c0cd x86: power: Add an ACPI PMC uclass by Simon Glass · 5 years ago
  94. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  95. 1ab8b89 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 5 years ago
  96. ee284f9 pinctrol: dm: remove the function pinctrl_decode_pin_config by Patrick Delaunay · 5 years ago
  97. 5cc5107 ufs: Add Initial Support for UFS subsystem by Faiz Abbas · 5 years ago
  98. c10e52b dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · 5 years ago
  99. 9554087 dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array() by Jean-Jacques Hiblot · 5 years ago
  100. 597fdfc dm: Fix default address cells return value by Matthias Brugger · 5 years ago