1. cfb28f1 dm: core: Add a flag for power domain control on device removal by Anatolij Gustschin · 4 years, 10 months ago
  2. 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
  3. 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 10 months ago
  4. 27c0e17 dm: core: Allow iterating devices without uclass_get() by Simon Glass · 4 years, 10 months ago
  5. fb6f482 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 10 months ago
  6. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  7. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  8. 0282757 cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 11 months ago
  9. 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 10 months ago
  10. 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
  11. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  12. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 10 months ago
  13. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  14. c99ba91 dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 4 years, 10 months ago
  15. 2f9a612 dm: core: Use const device for the dev_read_...() interface by Simon Glass · 4 years, 10 months ago
  16. c6548b8 dm: core: Use const device for the devfdt...() interface by Simon Glass · 4 years, 10 months ago
  17. 2a58088 dm: core: Use const where possible in device.h by Simon Glass · 4 years, 10 months ago
  18. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  19. 323ff9f dm: devres: Add tests by Simon Glass · 5 years ago
  20. 204675c dm: test: Add a test driver for devres by Simon Glass · 5 years ago
  21. fbc3cfc dm: devres: Create a new devres header file by Simon Glass · 5 years ago
  22. d3c9d30 dm: core: Add a new flag to track platform data by Simon Glass · 5 years ago
  23. 4a26385 dm: core: Export a new function to read platdata by Simon Glass · 5 years ago
  24. 2137c24 dm: core: Add a comment for DM_FLAG_OF_PLATDATA by Simon Glass · 5 years ago
  25. 90592ed dm: rng: Add random number generator(rng) uclass by Sughosh Ganu · 5 years ago
  26. 2ee1f6a pci: Add support for p2sb uclass by Simon Glass · 5 years ago
  27. 5e5c0cd x86: power: Add an ACPI PMC uclass by Simon Glass · 5 years ago
  28. 0b591e0 dm: pci: Move pci_get_devfn() into a common file by Simon Glass · 5 years ago
  29. 1ab8b89 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 5 years ago
  30. ee284f9 pinctrol: dm: remove the function pinctrl_decode_pin_config by Patrick Delaunay · 5 years ago
  31. 5cc5107 ufs: Add Initial Support for UFS subsystem by Faiz Abbas · 5 years ago
  32. c10e52b dm: core: Allow for not controlling the power-domain by DM framework by Lokesh Vutla · 5 years ago
  33. 9554087 dm: device: Fix typo in the non-DEVRES version of devm_kmalloc_array() by Jean-Jacques Hiblot · 5 years ago
  34. 597fdfc dm: Fix default address cells return value by Matthias Brugger · 5 years ago
  35. 9712c82 dm: Add a dsi host uclass by Yannick Fertré · 5 years ago
  36. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · 5 years ago
  37. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · 5 years ago
  38. b98ba4c pci: sandbox: Move the emulators into their own node by Simon Glass · 5 years ago
  39. cfd7293 dm: core: Add device_foreach_child() by Simon Glass · 5 years ago
  40. 0bb4427 dm: core: Correct the return value for uclass_find_first_device() by Simon Glass · 5 years ago
  41. 478860d dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · 5 years ago
  42. 9993f75 serial: stm32: remove unused include by Patrick Delaunay · 5 years ago
  43. f677c6f dm: core: add support for getting register address and size by Sekhar Nori · 5 years ago
  44. d89bb86 dm: uclass: fix comment copy/paste error by Baruch Siach · 5 years ago
  45. 4cf914d dm: Fix parameter description of dev_read_name() by Bin Meng · 5 years ago
  46. c6b05de Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  47. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 6 years ago
  48. ab8c2a5 net: add MDIO_MUX DM class by Alex Marginean · 5 years ago
  49. 1a5b098 net: introduce MDIO DM class for MDIO devices by Alex Marginean · 5 years ago
  50. 5a822e8 Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  51. 663686d drivers: pci_ep: Introduce UCLASS_PCI_EP uclass by Ramon Fried · 6 years ago
  52. 63e4d11 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · 6 years ago
  53. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · 5 years ago
  54. c999192 dm: pinctrl: Add driver-strength-microamp property by Guillaume La Roque · 5 years ago
  55. aa86be7 drivers: spi: cf_spi: convert to driver model by Angelo Dureghello · 6 years ago
  56. 5b77541 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · 6 years ago
  57. d332e6e core: ofnode: Add ofnode_get_addr_size_index by Keerthy · 6 years ago
  58. 9175e38 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  59. d94e18e dm: cache: Create a uclass for cache by Dinh Nguyen · 6 years ago
  60. 8751096 pinctrl: gpio: Add callback for configuring pin as GPIO by Marek Vasut · 6 years ago
  61. 85bddff dm: core: Change platform specific translation-offset handling by Stefan Roese · 6 years ago
  62. 3288d04 dm: remove unused function dm_fdt_pre_reloc by Patrick Delaunay · 6 years ago
  63. 826325f dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm(). by Christoph Muellner · 6 years ago
  64. f5c9811 dm: Fix typo 'Watchdot' -> 'Watchdog' by Chris Packham · 6 years ago
  65. d0e30a0 dm: core: Introduce dev_read_alias_highest_id() by Michal Simek · 6 years ago
  66. c6203cb dm: core: Add of_alias_get_highest_id() by Michal Simek · 6 years ago
  67. 734b451 dm: pinctrl: Add pinctrl_decode_pin_config_dm(). by Christoph Muellner · 6 years ago
  68. 6df01f9 dm: core: Add a function to read into a unsigned int by Simon Glass · 6 years ago
  69. 76072ac dm: sound: Create a uclass for sound by Simon Glass · 6 years ago
  70. c953aaf dm: sound: Create a uclass for i2s by Simon Glass · 6 years ago
  71. ed96cde dm: sound: Create a uclass for audio codecs by Simon Glass · 6 years ago
  72. cfad8a4 Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  73. d914c09 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  74. aeed611 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  75. ce86031 bootcount: add uclass for bootcount by Philipp Tomsich · 6 years ago
  76. a5da300 dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL by Jean-Jacques Hiblot · 6 years ago
  77. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  78. a550b54 dm: Add Hardware Spinlock class by Benjamin Gaignard · 6 years ago
  79. 33aeaaf Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  80. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  81. a318115 dm: core: add functions to get/remap I/O addresses by name by Álvaro Fernández Rojas · 6 years ago
  82. 872f454 dm: (re)sort uclass ids alphabetically by Philipp Tomsich · 6 years ago
  83. f14cb21 ofnode: fix comment typo by Baruch Siach · 6 years ago
  84. 4b0ecc6 dm: sandbox: i2c: Add a new 'emulation parent' uclass by Simon Glass · 6 years ago
  85. 78df8b4 dm: core: Put UCLASS_SIMPLE_BUS in order by Simon Glass · 6 years ago
  86. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · 6 years ago
  87. dc3efdc dm: core: Export uclass_find_device_by_phandle() by Simon Glass · 6 years ago
  88. 0af1750 dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h by Jagan Teki · 6 years ago
  89. cd9e998 spi: pl022: Simplify platdata code by Jagan Teki · 6 years ago
  90. b03a60b dm: core: add missing prototype for ofnode_read_u64 by Lukas Auer · 6 years ago
  91. c4b4ef0 cmd: pinmux: Add pinmux command by Patrice Chotard · 6 years ago
  92. 492b7a9 dm: uclass: Add uclass_foreach_dev_probe by Patrice Chotard · 6 years ago
  93. 4dff178 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · 6 years ago
  94. fbf8082 dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count by Patrice Chotard · 6 years ago
  95. 74ba3f2 dm: pinctrl: Add get_pin_muxing() ops by Patrice Chotard · 6 years ago
  96. db7ca2e dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · 6 years ago
  97. d9bad17 test: dm: core: Add test case for uclass driver's child_post_probe() by Bin Meng · 6 years ago
  98. 30569cf dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · 6 years ago
  99. 004323a dm: Correct pre_reloc_only parameter description in several APIs' comments by Bin Meng · 6 years ago
  100. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago