1. b5660c4 dm: core: Move flags to device-runtime info by Simon Glass · Mon Mar 15 17:25:37 2021 +1300
  2. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · Mon Mar 15 17:25:36 2021 +1300
  3. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · Mon Mar 15 17:25:28 2021 +1300
  4. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · Mon Mar 15 17:25:25 2021 +1300
  5. 7074354 dm: core: Add macros to access the new linker lists by Simon Glass · Mon Mar 15 17:25:14 2021 +1300
  6. a7b1c77 dtoc: Support headers needed for drivers by Simon Glass · Wed Feb 03 06:01:04 2021 -0700
  7. f303ee7 dtoc: Support tracking the phase of U-Boot by Simon Glass · Wed Feb 03 06:01:02 2021 -0700
  8. a2c7ead dm: Introduce DMA constraints into the core device model by Nicolas Saenz Julienne · Tue Jan 12 13:55:24 2021 +0100
  9. abbdbbd dm: core: Add late driver remove option by Marek Vasut · Sun Jan 24 14:32:46 2021 -0700
  10. 97c2dfc dm: pci: Correct use of wrong flag name by Simon Glass · Sun Jan 24 14:32:43 2021 -0700
  11. 1281065 dm: Rename DM_FLAG_REMOVE_WITH_PD_ON by Simon Glass · Sun Jan 24 14:32:42 2021 -0700
  12. 107819c dm: replace auto_alloc_size with auto by Dario Binacchi · Sat Jan 23 19:48:57 2021 +0100
  13. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · Mon Dec 28 20:34:57 2020 -0700
  14. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  15. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  16. 6931439 dm: core: Rename device node to indicate it is private by Simon Glass · Sat Dec 19 10:40:15 2020 -0700
  17. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  18. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · Sat Dec 19 10:40:13 2020 -0700
  19. 07c1777 dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · Sat Dec 19 10:40:12 2020 -0700
  20. 2ef5638 dm: core: Rename device flags to indicate it is private by Simon Glass · Sat Dec 19 10:40:11 2020 -0700
  21. 6211d76 dm: core: Access device flags through functions by Simon Glass · Sat Dec 19 10:40:10 2020 -0700
  22. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · Sat Dec 19 10:40:09 2020 -0700
  23. 541f62c dm: core: Rename the priv/plat members by Simon Glass · Tue Dec 22 19:30:30 2020 -0700
  24. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · Wed Dec 16 21:20:32 2020 -0700
  25. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · Wed Dec 16 21:20:29 2020 -0700
  26. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · Wed Dec 16 21:20:26 2020 -0700
  27. 7272e92 dm: core: Add a new sequence number for devices by Simon Glass · Wed Dec 16 21:20:09 2020 -0700
  28. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  29. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  30. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  31. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  32. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  33. 1876ffe dm: core: Drop dev_set_of_offset() by Simon Glass · Sat Nov 28 17:50:05 2020 -0700
  34. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · Sat Oct 03 11:31:40 2020 -0600
  35. 2698359 dm: core: fix typo in device.h by Dario Binacchi · Sun Oct 11 14:27:07 2020 +0200
  36. 8544716 core: improve of_match_ptr with OF_PLATDATA by Walter Lozano · Wed Jul 29 13:17:31 2020 -0300
  37. 6ad24f6 pci: Avoid a crash in device_is_on_pci_bus() by Simon Glass · Tue Jul 07 13:12:10 2020 -0600
  38. ffc41b0 core: extend struct driver_info to point to device by Walter Lozano · Thu Jun 25 01:10:11 2020 -0300
  39. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · Thu Jun 25 01:10:06 2020 -0300
  40. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  41. 42697f5 dm: core: Add a way to skip powering down power domains by Simon Glass · Sat Mar 28 14:03:48 2020 -0600
  42. 9fb9e9b dm: core: Add basic ACPI support by Simon Glass · Thu Apr 09 10:27:38 2020 -0600
  43. cfb28f1 dm: core: Add a flag for power domain control on device removal by Anatolij Gustschin · Mon Feb 17 12:36:43 2020 +0100
  44. fb6f482 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · Mon Feb 03 07:36:17 2020 -0700
  45. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  46. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  47. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · Mon Jan 27 08:49:48 2020 -0700
  48. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · Mon Jan 27 08:49:47 2020 -0700
  49. 2a58088 dm: core: Use const where possible in device.h by Simon Glass · Mon Jan 27 08:49:36 2020 -0700
  50. fbc3cfc dm: devres: Create a new devres header file by Simon Glass · Sun Dec 29 21:19:22 2019 -0700
  51. d3c9d30 dm: core: Add a new flag to track platform data by Simon Glass · Sun Dec 29 21:19:21 2019 -0700
  52. 2137c24 dm: core: Add a comment for DM_FLAG_OF_PLATDATA by Simon Glass · Sun Dec 29 21:19:19 2019 -0700
  53. c10e52b dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · Fri Sep 27 13:48:12 2019 +0530
  54. 9554087 dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array() by Jean-Jacques Hiblot · Thu Sep 26 15:43:54 2019 +0200
  55. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · Wed Sep 04 16:01:26 2019 +0530
  56. cfd7293 dm: core: Add device_foreach_child() by Simon Glass · Wed Sep 25 08:55:56 2019 -0600
  57. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · Sun Nov 18 08:14:31 2018 -0700
  58. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  59. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  60. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · Tue Jun 26 08:46:50 2018 +0200
  61. a7b0d6a dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode() by Jean-Jacques Hiblot · Thu Aug 09 16:17:44 2018 +0200
  62. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  63. 3e142d9 dm: core: fix typo in comment (device.h) by Heinrich Schuchardt · Mon Feb 12 12:38:36 2018 +0100
  64. 9e74eb5 dm: define dev_*() log functions in DM header by Masahiro Yamada · Tue Sep 26 11:58:29 2017 +0900
  65. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · Thu May 18 20:08:57 2017 -0600
  66. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · Wed May 17 17:18:10 2017 -0600
  67. aadfaf0 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · Wed May 17 17:18:04 2017 -0600
  68. 0745676 dm: core: Add DM_FLAG_OS_PREPARE flag by Stefan Roese · Mon Apr 24 09:48:02 2017 +0200
  69. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  70. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  71. 27367b2 dm: core: Add dev_get_addr_size_index() to retrieve addr and size by Stefan Roese · Wed Nov 30 07:24:47 2016 +0100
  72. 5d5388d dm: core: Add a function to bind child devices by Simon Glass · Tue Jul 05 17:10:08 2016 -0600
  73. 32d8ab6 dm: core: Add a way to find a device by its driver by Simon Glass · Sun Jul 17 15:23:15 2016 -0600
  74. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · Mon Jul 04 11:58:18 2016 -0600
  75. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · Mon Jul 04 11:58:15 2016 -0600
  76. 0dff370 dm: core: implement dev_map_physmem() by Vignesh R · Wed Jul 06 09:58:55 2016 +0530
  77. 4666bd9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · Thu Apr 28 15:36:02 2016 +0530
  78. 7760ba2 dm: core: Allow device names to be freed automatically by Simon Glass · Sun May 01 13:52:23 2016 -0600
  79. d8fc5ff dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address by Stefan Roese · Thu Apr 21 07:11:34 2016 +0200
  80. 1807907 fdt: implement dev_get_addr_name() by Stephen Warren · Wed Apr 06 12:49:19 2016 -0600
  81. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · Wed Dec 23 20:39:36 2015 +0530
  82. a0ea0f9 dm: core: Add option to configure an offset for the address translation by Stefan Roese · Mon Dec 14 16:18:15 2015 +0100
  83. 0a74c96 dm: core: Add safe device iteration macros by Simon Glass · Sun Nov 08 23:47:52 2015 -0700
  84. 1958eec dm: core: Tidy up comments in device.h by Simon Glass · Mon Sep 28 23:32:06 2015 -0600
  85. 30b0164 dm: core: Remove a comment about dropping per_child_auto_alloc_size by Simon Glass · Mon Sep 28 23:32:05 2015 -0600
  86. c8ca1cb dm: core: Tidy up devres comments by Simon Glass · Mon Sep 28 23:32:04 2015 -0600
  87. aa74168 dm: core: Fix device flag whitespace by Simon Glass · Mon Sep 28 23:32:03 2015 -0600
  88. ffca202 dm: core: Adjust device.h header file order by Simon Glass · Mon Sep 28 23:32:02 2015 -0600
  89. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · Mon Sep 28 23:32:01 2015 -0600
  90. 05bedb1 dm: pci: Add an inline API to test if a device is on a PCI bus by Bin Meng · Fri Sep 11 03:24:34 2015 -0700
  91. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  92. e3b23e2 dm: core: Add a way to set a device name by Simon Glass · Thu Jul 30 13:40:39 2015 -0600
  93. 029bfca devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · Sat Jul 25 21:52:37 2015 +0900
  94. b475e1f devres: add devm_kmalloc() and friends (managed memory allocators) by Masahiro Yamada · Sat Jul 25 21:52:36 2015 +0900
  95. 8b15b16 devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · Sat Jul 25 21:52:35 2015 +0900
  96. bdbb5dd dm: add DM_FLAG_BOUND flag by Masahiro Yamada · Sat Jul 25 21:52:34 2015 +0900
  97. 147a560 dm: Add a return value comment to device_get_child() by Simon Glass · Mon Jul 27 15:47:19 2015 -0600
  98. 861bc9f dm: core: Correct device_get_child_by_of_offset() parameter by Simon Glass · Tue Jun 23 15:38:38 2015 -0600
  99. ae2efac dm: core: Add a function to find any device from device tree by Simon Glass · Tue Jun 23 15:38:37 2015 -0600
  100. 5ed2e42 dm: core: device: add function: dev_get_uclass_name() by Przemyslaw Marczak · Wed Apr 15 13:07:25 2015 +0200