1. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  2. fc8b2cd remove struct uclass_driver::ops by Rasmus Villemoes · 3 years, 6 months ago
  3. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  4. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 7 months ago
  5. 0449f06 dm: core: Fix uninitialized return value from dm_scan_fdt_node by Sean Anderson · 3 years, 8 months ago
  6. 781aa3e dm: core: Use separate priv/plat data region by Simon Glass · 3 years, 9 months ago
  7. 8dee67a dm: core: Allow storing priv/plat data separately by Simon Glass · 3 years, 9 months ago
  8. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 9 months ago
  9. 43f7ea5 dm: core: Set up driver model for OF_PLATDATA_INST by Simon Glass · 3 years, 9 months ago
  10. 6f15653 dm: core: Adjust uclass setup with of-platdata by Simon Glass · 3 years, 9 months ago
  11. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
  12. abbdbbd dm: core: Add late driver remove option by Marek Vasut · 3 years, 10 months ago
  13. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  14. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
  15. 2500de2 dtoc: Drop dm_populate_phandle_data() by Simon Glass · 4 years ago
  16. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
  17. c77695b dm: core: Split out scanning code to dm_scan() by Simon Glass · 4 years ago
  18. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  19. 69ea20e dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 4 years ago
  20. 7272e92 dm: core: Add a new sequence number for devices by Simon Glass · 4 years ago
  21. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  22. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  23. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  24. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
  25. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
  26. 21a3088 dm: core: Combine the flattree and livetree binding code by Simon Glass · 4 years ago
  27. 278ddba dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 4 years ago
  28. e2e8907 dm: core: Convert #ifdef to if() in root.c by Simon Glass · 4 years, 2 months ago
  29. cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 2 months ago
  30. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
  31. 719ea08 dm: core: Add an ACPI name for the root node by Simon Glass · 4 years, 5 months ago
  32. ffc41b0 core: extend struct driver_info to point to device by Walter Lozano · 4 years, 5 months ago
  33. 95282d6 core: drop const for struct driver_info by Walter Lozano · 4 years, 5 months ago
  34. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  35. c779e20 dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · 4 years, 9 months ago
  36. 7f18c34 dm: core: Decouple DM from DT by Marek Vasut · 5 years ago
  37. 1e5f6e3 dm: core: Fix dm_extended_scan_fdt() by Patrice Chotard · 6 years ago
  38. 85bddff dm: core: Change platform specific translation-offset handling by Stefan Roese · 6 years ago
  39. 272b67d drivers: core: nullify gd->dm_root after dm_uninit() by Jean-Jacques Hiblot · 6 years ago
  40. c596a59 dm: core: Mirror the chosen node parse logic in the livetree scanning by Bin Meng · 6 years ago
  41. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  42. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · 6 years ago
  43. e9fc81d dm: core: Scan "/firmware" node by default by Rajan Vaja · 6 years ago
  44. fac6463 dm: core: Move "/clock" node scan into function by Rajan Vaja · 6 years ago
  45. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  46. 4e47583 dm: core: make fixed-clock dt scan live dt compatible by Andy Yan · 7 years ago
  47. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  48. a471b67 dm: core: parse chosen node by Rob Clark · 7 years ago
  49. f70f39f dm: replace dm_dbg() with pr_debug() by Masahiro Yamada · 7 years ago
  50. bb3a45b dm: core: add clocks node scan by Patrice Chotard · 7 years ago
  51. f19d9f2 dm: core: Scan the live tree when setting up driver model by Simon Glass · 8 years ago
  52. 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · 8 years ago
  53. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · 8 years ago
  54. a4dbe25 dm: core: Dont export dm_scan_fdt_node() by Simon Glass · 8 years ago
  55. 505045d dm: core: Add dm_remove_devices_flags() and hook it into device_remove() by Stefan Roese · 8 years ago
  56. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  57. 02ba17f dm: core: Fix Handling of global_data moving in SPL by Lokesh Vutla · 8 years ago
  58. 9a2cdca dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  59. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  60. 1b0deee dm: core: Handle global_data moving in SPL by Simon Glass · 8 years ago
  61. 5d5388d dm: core: Add a function to bind child devices by Simon Glass · 8 years ago
  62. 8d7e816 dm: core: Don't use device tree with of-platdata by Simon Glass · 8 years ago
  63. f4d193b dm: add manual relocation for devices by Angelo Dureghello · 9 years ago
  64. a0ea0f9 dm: core: Add option to configure an offset for the address translation by Stefan Roese · 9 years ago
  65. 61809f5 dm: core: Add missing entries for manual relocation by Michal Simek · 9 years ago
  66. c90b917 dm: Provide better debugging when a device fails to bind by Simon Glass · 9 years ago
  67. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  68. 0704b85 dm: core: Select device tree control correctly for SPL by Simon Glass · 10 years ago
  69. 0ec473b dm: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 10 years ago
  70. 528b1ef dm: core: Ignore disabled devices when binding by Simon Glass · 10 years ago
  71. cc7cf94 dm: core: Set device tree node for root device by Simon Glass · 10 years ago
  72. 6cac81a dm: core: a trivial clean up by Masahiro Yamada · 10 years ago
  73. 439bc84 dm: Adjust lists_bind_fdt() to return the bound device by Simon Glass · 10 years ago
  74. 97e22e3 dm: Add dm_scan_other() to locate board-specific devices by Simon Glass · 10 years ago
  75. 4071742 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  76. a730c5d dm: Support driver model prior to relocation by Simon Glass · 10 years ago
  77. fef72b7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  78. 0019758 dm: Provide a way to shut down driver model by Simon Glass · 10 years ago
  79. 6d3b3e2 dm: Make sure that the root device is probed by Simon Glass · 10 years ago
  80. cf0cf82 dm: add missing includes by Jeroen Hofstee · 10 years ago
  81. 34a1d35 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  82. df6bd7d dm: Add missing header files in lists and root by Simon Glass · 10 years ago
  83. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  84. dd6ab88 dm: Add base driver model support by Simon Glass · 11 years ago