1. a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · 3 years, 11 months ago
  2. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 11 months ago
  3. c0566c2 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · 3 years, 10 months ago
  4. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
  5. abbdbbd dm: core: Add late driver remove option by Marek Vasut · 3 years, 10 months ago
  6. df34d0b dm: core: Avoid partially removing devices by Simon Glass · 3 years, 10 months ago
  7. 97c2dfc dm: pci: Correct use of wrong flag name by Simon Glass · 3 years, 10 months ago
  8. 1281065 dm: Rename DM_FLAG_REMOVE_WITH_PD_ON by Simon Glass · 3 years, 10 months ago
  9. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  10. 107819c dm: replace auto_alloc_size with auto by Dario Binacchi · 3 years, 10 months ago
  11. e864940 do not pass NULL pointer to libfdt by Stanislav Pinchuk · 3 years, 10 months ago
  12. 77f7c1e dm: core: Don't inline dev_read...() calls with of-platdata by Simon Glass · 3 years, 10 months ago
  13. bcab47a dm: core: add function uclass_probe_all() to probe all devices by Vabhav Sharma · 4 years ago
  14. 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
  15. 2500de2 dtoc: Drop dm_populate_phandle_data() by Simon Glass · 4 years ago
  16. beddd7a dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · 4 years ago
  17. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
  18. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  19. e10c0ff dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() by Simon Glass · 4 years ago
  20. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  21. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
  22. 6931439 dm: core: Rename device node to indicate it is private by Simon Glass · 4 years ago
  23. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  24. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  25. 07c1777 dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 4 years ago
  26. 2ef5638 dm: core: Rename device flags to indicate it is private by Simon Glass · 4 years ago
  27. 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
  28. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
  29. 7db0683 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · 4 years ago
  30. 4bf8972 test: Move some test drivers into their own file by Simon Glass · 4 years ago
  31. bdb7635 test: Use a simple variable to record removed device by Simon Glass · 4 years ago
  32. 541f62c dm: core: Rename the priv/plat members by Simon Glass · 4 years ago
  33. d4f0c94 dm: core: Add functions to set priv/plat by Simon Glass · 4 years ago
  34. 96404c2 dm: core: Add function to access uclass priv by Simon Glass · 4 years ago
  35. 69ea20e dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 4 years ago
  36. 39f1d28 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years ago
  37. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
  38. b941f56 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years ago
  39. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  40. 784c1fb dm: Drop uclass_resolve_seq() by Simon Glass · 4 years ago
  41. 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
  42. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
  43. 3a9d5f1 dm: core: Allow manual sequence numbering by Simon Glass · 4 years ago
  44. 7272e92 dm: core: Add a new sequence number for devices by Simon Glass · 4 years ago
  45. 1ae093f dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 4 years ago
  46. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  47. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  48. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  49. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  50. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years ago
  51. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  52. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  53. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
  54. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
  55. 278ddba dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 4 years ago
  56. 16b4f94 dm: core: Drop device_bind_offset() by Simon Glass · 4 years ago
  57. 1876ffe dm: core: Drop dev_set_of_offset() by Simon Glass · 4 years ago
  58. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
  59. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
  60. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  61. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
  62. 458b66a board: Rename uclass to sysinfo by Simon Glass · 4 years, 1 month ago
  63. a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 1 month ago
  64. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  65. 4c73d7b dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 2 months ago
  66. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
  67. 36b15e2 dm: Support parent devices with of-platdata by Simon Glass · 4 years, 2 months ago
  68. cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 2 months ago
  69. 2698359 dm: core: fix typo in device.h by Dario Binacchi · 4 years, 2 months ago
  70. 85bf4f2 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years, 2 months ago
  71. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
  72. eb6e7e9 dm: core: Expand the comment for DM_GET_DEVICE() by Simon Glass · 4 years, 2 months ago
  73. 5b13c34 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 1 month ago
  74. f4f9056 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years, 2 months ago
  75. 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
  76. 8ef373b dm: core: improve uclass_get_device_by_phandle_id() description by Dario Binacchi · 4 years, 2 months ago
  77. c3c748e dm: Don't undefine dev_xxx macros by Sean Anderson · 4 years, 2 months ago
  78. abe2a6b pinctrl: Reformat documentation in dm/pinctrl.h by Sean Anderson · 4 years, 3 months ago
  79. 319ca70 pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · 4 years, 3 months ago
  80. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
  81. 04fcfe7 dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 2 months ago
  82. c14df8b dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years, 2 months ago
  83. 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
  84. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 3 months ago
  85. bc9bb24 dm: Print device name in dev_xxx like Linux by Sean Anderson · 4 years, 3 months ago
  86. 16a2e86 dm: Use symbolic constants for log levels in dev_xxx by Sean Anderson · 4 years, 3 months ago
  87. 21e3b04 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · 4 years, 3 months ago
  88. 8544716 core: improve of_match_ptr with OF_PLATDATA by Walter Lozano · 4 years, 4 months ago
  89. bf5b823 dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 3 months ago
  90. 0a9ecc5 dm: core: Add API to read PCI bus-range property by Stefan Roese · 4 years, 4 months ago
  91. a633f00 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 4 months ago
  92. 60a84af dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 4 months ago
  93. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  94. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
  95. 992b603 net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 4 months ago
  96. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
  97. b571d92 dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 4 months ago
  98. 3483aa2 dm: button: add an uclass for button by Philippe Reynes · 4 years, 4 months ago
  99. d3aa90e dm: Fix build error when OF_CONTROL is not set by Dan Murphy · 4 years, 4 months ago
  100. 50a6c08 dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching by Dave Gerlach · 4 years, 5 months ago