1. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  2. c4e68d3 dm: MIGRATION: Add migration plan for DM_SPI & DM_SPI_FLASH by Jagan Teki · 7 years ago
  3. 0d15463 dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  4. d944bf6 dm: core: Add livetree documentation by Simon Glass · 7 years ago
  5. 302466d dm: Add migration plan for CONFIG_BLK by Simon Glass · 7 years ago
  6. 2cce586 dtoc: Support multiple compatible strings in a node by Simon Glass · 7 years ago
  7. 2a79275 dm: Add callback to modify the device tree by mario.six@gdsys.cc · 8 years ago
  8. 27326c7 dm: allow limiting pre-reloc markings to spl or tpl by Heiko Stübner · 8 years ago
  9. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  10. 6ccb410 dm: Add timeline and guide for porting I2C drivers by Simon Glass · 8 years ago
  11. ebb2c53 serial: Drop the s3c24x0 serial driver by Simon Glass · 8 years ago
  12. 8ff89f8 serial: Update docs to indicate mcfuart supports DM_SERIAL by Simon Glass · 8 years ago
  13. 1269625 dm: Update the of-platdata README for the new features by Simon Glass · 8 years ago
  14. 39782af dm: Add a README for of-platdata by Simon Glass · 8 years ago
  15. daac3bf dm: allow setting driver_data before/during bind by Stephen Warren · 8 years ago
  16. e57f9c8 doc: driver-model: Update dm tests run using test.py by Jagan Teki · 9 years ago
  17. 508770a dm: Remove ARM dcc from the list by Michal Simek · 9 years ago
  18. 92d05e5 dm: Update on current serial driver status by Simon Glass · 9 years ago
  19. 9376839 serial: uartlite: Move driver to DM by Michal Simek · 9 years ago
  20. fdbae09 serial: lpuart: Add driver model serial support by Bin Meng · 9 years ago
  21. 11b35d5 serial-howto: remove altera_jtag_uart and altera_uart from the list by Thomas Chou · 9 years ago
  22. 6656241 stm32: Convert serial driver to DM by Kamil Lulko · 9 years ago
  23. 1d149ed dm: Add timeline and guide for porting serial drivers by Simon Glass · 9 years ago
  24. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  25. ddf56bc drivers: Introduce a simplified remoteproc framework by Nishanth Menon · 9 years ago
  26. f4b5db7 dm: pci: Document binding of pci device drivers by Bin Meng · 9 years ago
  27. 947eb43 doc: dm: Update pci-info.txt for pci support by Bin Meng · 9 years ago
  28. 97f3ee3 dm: Add platform data advice and admonishment by Simon Glass · 9 years ago
  29. 769c948 doc: driver-model: pmic-framework.txt - cleanup by Przemyslaw Marczak · 9 years ago
  30. fdea8bb doc: driver-model: pmic and regulator uclass documentation by Przemyslaw Marczak · 9 years ago
  31. 98a1605 dm: Update the README to reflect the current test output by Simon Glass · 9 years ago
  32. 5fd2733 dm: usb: Add a README for driver model by Simon Glass · 10 years ago
  33. ff3e077 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago
  34. f94a1be dm: Expand and complete Kconfig in drivers/ by Simon Glass · 10 years ago
  35. 2017aae dm: Update documentation for new bus features by Simon Glass · 10 years ago
  36. 9cc36a2 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  37. 2f3b95d dm: core: Set device tree node for root device by Simon Glass · 10 years ago
  38. 33fcd1b dm: README: recommend u-boot.dtb to try driver-model on sandbox by Masahiro Yamada · 10 years ago
  39. 38687ae dm: Update documentation to include CONFIG_DM... options by Simon Glass · 10 years ago
  40. 4324174 test: dm: Add additional GPIO tests by Simon Glass · 10 years ago
  41. d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  42. 4b8f11c test: dm: Update GPIO tests for new gpio_request() method by Simon Glass · 10 years ago
  43. 6126c8e dm: spi: Add documentation on how to convert over SPI drivers by Simon Glass · 10 years ago
  44. 547cea1 dm: core: Add a clarifying comment on struct udevice's seq member by Simon Glass · 10 years ago
  45. a8981d4 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  46. a327dee dm: Add child_pre_probe() and child_post_remove() methods by Simon Glass · 10 years ago
  47. e59f458 dm: Introduce per-child data for devices by Simon Glass · 10 years ago
  48. 997c87b dm: Add functions to access a device's children by Simon Glass · 10 years ago
  49. 1ca7e20 dm: Provide a function to scan child FDT nodes by Simon Glass · 10 years ago
  50. c910e2e dm: Avoid accessing uclasses before they are ready by Simon Glass · 10 years ago
  51. f4cdead dm: Allow a device to be found by its FDT offset by Simon Glass · 10 years ago
  52. 5a66a8f dm: Introduce device sequence numbering by Simon Glass · 10 years ago
  53. 00606d7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  54. 22ec136 dm: Expand and improve the device lifecycle docs by Simon Glass · 10 years ago
  55. ae7f451 dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  56. 34e4a2e docs: driver-model: Fix spelling by Chris Packham · 10 years ago
  57. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  58. f9aa6a1 dm: Remove old driver model documentation by Simon Glass · 11 years ago
  59. 65c7053 dm: Add README for driver model by Simon Glass · 11 years ago
  60. f8d1086 ARM: serial: Remove the IXP UART driver by Marek Vasut · 11 years ago
  61. c75692d ARM: PCI: Remove the IXP PCI driver by Marek Vasut · 11 years ago
  62. 9e22408 cosmetic: UDM-net: clean up the remainders of dead driver by Masahiro Yamada · 11 years ago
  63. d7dd4ff cosmetic: UDM-serial: clean up the remainders of dead driver by Masahiro Yamada · 11 years ago
  64. 566c6e4 cosmetic: doc: driver-model: Do not number driver lists by Masahiro Yamada · 11 years ago
  65. 16641d5 Coding Style cleanup: drop some excessive empty lines by Wolfgang Denk · 11 years ago
  66. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  67. 82cecfc drivers: s3c44b0_rtc: delete an unused driver by Masahiro Yamada · 11 years ago
  68. d964df3 drivers: serial_s3c44b0: delete an unused driver by Masahiro Yamada · 11 years ago
  69. c575180 block: constify sect_buf argument of ide_write_data by Gabor Juhos · 11 years ago
  70. d6ed322 Power: remove support for Freescale MPC8220 by Wolfgang Denk · 11 years ago
  71. e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 11 years ago
  72. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  73. 7c9e89b ppc: Remove PCIPPC2 and PCIPPC6 boards by Stefan Roese · 12 years ago
  74. 4cfc611 ARM: ns9750dev: remove remainders of dead board by Wolfgang Denk · 12 years ago
  75. 6f62f42 arm: Remove support for lpc2292 by Marek Vasut · 12 years ago
  76. b9f4bc3 Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  77. bfae89a dm: Add twserial device document by Tomáš Hlaváček · 12 years ago
  78. 0d9e599 dm: RTC subsystem analysis added. by Tomas Hlavacek · 12 years ago
  79. cbcc33e dm: Add pcmcia design document by Viktor Krivak · 12 years ago
  80. a09c649 dm: add PCI design document by Pavel Herrmann · 12 years ago
  81. f07563a dm: Driver model analysis document for Watchdog subsystem has been added. by Tomas Hlavacek · 12 years ago
  82. 5df9b14 dm: Hwmon UDM subsystem analysis added. by Tomas Hlavacek · 12 years ago
  83. 6246fdb dm: Add POWER API transition document by Viktor Krivak · 12 years ago
  84. 0463574 dm: Add block device document by Pavel Herrmann · 12 years ago
  85. 707a5e2 dm: Add SPI API transition document by Viktor Krivak · 12 years ago
  86. b59d280 dm: Add networking subsystem analysis by Marek Vasut · 12 years ago
  87. 2568182 dm: Add MMC subsystem analysis by Marek Vasut · 12 years ago
  88. 68bce38 dm: Add GPIO API transition document by Viktor Křivák · 12 years ago
  89. 3f46693 dm: Add Driver cores design document by Pavel Herrmann · 12 years ago
  90. 15c6935 dm: Initial import of design documents by Marek Vasut · 12 years ago