1. 47cf465 MIPS: add support for generating u-boot.elf by Álvaro Fernández Rojas · 7 years ago
  2. 96ee1ad u-boot.elf: allow overriding entry symbol by Álvaro Fernández Rojas · 7 years ago
  3. d57259b u-boot.elf: remove hard-coded arm64 flags by Álvaro Fernández Rojas · 7 years ago
  4. 05b8dc5 power: twl4030: Remove CONFIG_TWL4030_POWER from include/configs by Adam Ford · 7 years ago
  5. 7815c70 power: twl4030: Move CONFIG_TWL4030_POWER to Kconfig by Adam Ford · 7 years ago
  6. 4c2fb5f power: twl4030: Add CONFIG_CMD_POWEROFF support by Adam Ford · 7 years ago
  7. 15fde73 omap3_logic: Add Device Tree Support and more DM drivers by Adam Ford · 7 years ago
  8. 4c8a9f2 ARM: DTS: Add Logic PD DM3730 Torpedo Device Tree by Adam Ford · 7 years ago
  9. 063da12 ARM: DTS: Add Logic PD DM3730 SOM-LV initial support by Adam Ford · 7 years ago
  10. 65ee2f3 OMAP3: Add SMSC9221 device tree for omap devices connected on GPMC. by Adam Ford · 7 years ago
  11. c9ff04f omap3: Copy twl4030 device tree from Linux 4.9.y stable by Adam Ford · 7 years ago
  12. 0fc8a3a ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3 by Adam Ford · 7 years ago
  13. cac4d6a omap3630: Copy Device tree from Linux 4.9.y stable by Adam Ford · 7 years ago
  14. 1932145 omap3: Copy Device tree from Linux 4.9.y stable by Adam Ford · 7 years ago
  15. 46831c1 omap_hsmmc: update struct hsmmc to accommodate omap3 from DT by Adam Ford · 7 years ago
  16. 82f766d Allow boards to initialize the DT at runtime. by Alex Deymo · 7 years ago
  17. 45a6d23 bcm2835_wdt: support for the BCM2835/2836 watchdog by Paolo Pisati · 8 years ago
  18. 3e16705 arm: rpi: Add a TODO to move all messages into the msg handler by Simon Glass · 7 years ago
  19. ea843b6 dm: video: arm: rpi: Convert to use driver model for video by Simon Glass · 7 years ago
  20. d08e42a dm: video: Add driver-model support to lcd_simplefb by Simon Glass · 7 years ago
  21. 4526145 dm: video: Refactor lcd_simplefb to prepare for driver model by Simon Glass · 7 years ago
  22. 7cac2fc video: arm: rpi: Move the video settings out of the driver by Simon Glass · 7 years ago
  23. 2e4170b video: arm: rpi: Move the video query out of the driver by Simon Glass · 7 years ago
  24. 25877d4 dm: arm: rpi: Drop CONFIG_OF_EMBED by Simon Glass · 7 years ago
  25. e6c6d07 dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC by Simon Glass · 7 years ago
  26. c660651 arm: rpi: Add a function to obtain the MMC clock by Simon Glass · 7 years ago
  27. 70997d8 arm: rpi: Add a file to handle messages by Simon Glass · 7 years ago
  28. d90385b dm: arm: rpi: Use driver model for Ethernet by Simon Glass · 7 years ago
  29. 2508523 dm: arm: rpi: Move to driver model for USB by Simon Glass · 7 years ago
  30. 91b00b5 arm: rpi: Drop CONFIG_CONS_INDEX by Simon Glass · 7 years ago
  31. b593574 arm: rpi: Drop the GPIO device addresses by Simon Glass · 7 years ago
  32. cb0eae8 string: Use memcpy() within memmove() when we can by Simon Glass · 7 years ago
  33. 20b429b net: smsc95xx: Correct free_pkt() implementation by Simon Glass · 7 years ago
  34. dd9999d Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  35. a284212 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 7 years ago
  36. 9d0c4de defconfig: dra7xx_evm: enable CONFIG_BLK and disk driver model for SCSI by Jean-Jacques Hiblot · 7 years ago
  37. 02a4b42 drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device by Jean-Jacques Hiblot · 7 years ago
  38. 33a5e2c dra7: dtsi: mark ocp2scp bus compatible with "simple-bus" by Jean-Jacques Hiblot · 7 years ago
  39. 982082d drivers: phy: add PIPE3 phy driver by Jean-Jacques Hiblot · 7 years ago
  40. 86322f5 dm: test: Add tests for the generic PHY uclass by Jean-Jacques Hiblot · 7 years ago
  41. 72e5016 drivers: phy: add generic PHY framework by Jean-Jacques Hiblot · 7 years ago
  42. d52063b scsi: dm: split scsi_scan() by Jean-Jacques Hiblot · 7 years ago
  43. eaa59b3 board: at91sam9263ek: Enable early debug UART by Wenyou Yang · 7 years ago
  44. bbd7622 board: at91sam9263ek: Clean up code by Wenyou Yang · 7 years ago
  45. 0b8908f configs: at91sam9263ek: Update for DT and DM support by Wenyou Yang · 7 years ago
  46. 84a9b80 board: at91sam9rlek: Enable early debug UART by Wenyou Yang · 7 years ago
  47. 104c752 board: at91sam9rlek: Clean up code by Wenyou Yang · 7 years ago
  48. 2011dca configs: at91sam9rlek: Update for DT and DM support by Wenyou Yang · 7 years ago
  49. 2510be1 board: at91sam9260ek/9g20ek: Enable early debug UART by Wenyou Yang · 7 years ago
  50. c97c2eb board: at91sam9260ek: Clean up code by Wenyou Yang · 7 years ago
  51. 83f1c2e configs: at91sam9260ek/9g20ek: Update for DT and DM by Wenyou Yang · 7 years ago
  52. 6a991af board: at91sam9m10g45ek: Enable early debug UART by Wenyou Yang · 7 years ago
  53. e95a29e board: at91sam9m10g45ek: Clean up code by Wenyou Yang · 7 years ago
  54. 59b3712 configs: at91sam9m10g45ek: Update to support DM/DT by Wenyou Yang · 7 years ago
  55. c1868ad board: at91sam9n12ek: Enable early debug UART by Wenyou Yang · 7 years ago
  56. adc6b28 board: at91sam9n12ek: Clean up code by Wenyou Yang · 7 years ago
  57. 0ab5433 configs: at91sam9n12ek: Update for DT and DM support by Wenyou Yang · 7 years ago
  58. 9daf89c board: at91sam9x5ek: Enable early debug UART by Wenyou Yang · 7 years ago
  59. 154de5a board: at91sam9x5ek: Clean up code by Wenyou Yang · 7 years ago
  60. 74631b6 configs: at91sam9x5ek: Update to support DM/DT by Wenyou Yang · 7 years ago
  61. 6cb2a7f ARM: dts: at91: Add dts files for at91sam9263ek by Wenyou Yang · 7 years ago
  62. 1e315a3 ARM: dts: at91: Add dts files for at91sam9rlek by Wenyou Yang · 7 years ago
  63. 627e41f ARM: dts: at91: Add dts files for at91sam9260ek/9g20ek by Wenyou Yang · 7 years ago
  64. eb6f87c ARM: dts: at91: Add dts files for at91sam9m10g45ek by Wenyou Yang · 7 years ago
  65. cd33934 ARM: dts: at91: Add dts files for at91sam9n12ek by Wenyou Yang · 7 years ago
  66. 25e88d4 ARM: dts: at91: Add dts files for at91sam9x5ek by Wenyou Yang · 7 years ago
  67. f8b7fff serial: atmel_usart: Add clk support by Wenyou Yang · 7 years ago
  68. 5f29e79 serial: atmel_usart: Fix early debug not work in SPL by Wenyou Yang · 7 years ago
  69. 3fea809 clk: at91: Align the at91 pmc's compatibles by Wenyou Yang · 7 years ago
  70. a9513d4 clk: at91: Align clk-master compatibles with kernel by Wenyou Yang · 7 years ago
  71. bb1adf2 clk: at91: Enhance the peripheral clock by Wenyou Yang · 7 years ago
  72. 7546025 net: macb: Align the compatibles with kernel by Wenyou Yang · 7 years ago
  73. 1870d4d net: macb: Add remove callback by Wenyou Yang · 7 years ago
  74. 1c0ac82 configs: sama5d3xek: add default config for CMP board by Wenyou Yang · 8 years ago
  75. 0d00f9b board: sama5d4ek: fix DD2 configuration by Wenyou Yang · 8 years ago
  76. 62904b7 configs: sama5d2_xplained: update for SPL by Wenyou Yang · 8 years ago
  77. 5521d9e board: sama5d2_xplained: remove unnecessary header files by Wenyou Yang · 8 years ago
  78. ed03b1b board: sama5d2_xplained: remove uart1 init by Wenyou Yang · 8 years ago
  79. a66e4d0 board: sama5d2_xplained: clean up macb init code by Wenyou Yang · 8 years ago
  80. d4ce9e7 configs: sama5d2_xplained: enable CONFIG_DM_ETH by Wenyou Yang · 8 years ago
  81. 4529ee3 ARM: dts: sama5d2_xplained: update for SPL by Wenyou Yang · 8 years ago
  82. 20bb165 ARM: dts: sama5d2: add clock property for uart1 node by Wenyou Yang · 8 years ago
  83. e6ceaff Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  84. 85ea850 p1_p2_rdb: Fix unused variable warning by Tom Rini · 7 years ago
  85. 78df5e1 dm: Update Simple Watchdog uclass by Maxim Sloyko · 7 years ago
  86. e38f5fc ARM: mvebu: switch db-88f6820-amc to DM for i2c by Chris Packham · 7 years ago
  87. f2ca24d arm64: mvebu: Fix the bubt comamnd NAND device support by Konstantin Porotchkin · 8 years ago
  88. 1d45329 fix: nand: pxa3xx: Remove hardcode values from the driver by Konstantin Porotchkin · 8 years ago
  89. ae07a70 fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETP by Igal Liberman · 7 years ago
  90. 528213d fix: phy: marvell: cp110: rename comphy_index to cp_index by Igal Liberman · 7 years ago
  91. 781ea0a fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETP by Igal Liberman · 7 years ago
  92. 52dc7b0 phy: marvell: print comphy status even when it's disconnected by Stefan Roese · 7 years ago
  93. e7ed957 fix: phy: marvell: cp110: fix comphy lane 4 selection options by Stefan Roese · 7 years ago
  94. b617a0d phy: marvell: cp110: add 5G XFI mode by Igal Liberman · 7 years ago
  95. fdc9e88 fix: phy: marvell: cp110: update comphy selector option by Stefan Roese · 7 years ago
  96. c01f9fe fix: phy: marvell: cp110: sata: update analog parameters according to latest ETP by Igal Liberman · 7 years ago
  97. d37f020 fix: phy: marvell: cp110: fix the KR/SFI line 4 selector by Stefan Roese · 7 years ago
  98. 6ecc0b1 phy: marvell: add IGNORE COMPHY type by Stefan Roese · 7 years ago
  99. e89acc4 phy: marvell: cp110: update utmi phy connection type by Stefan Roese · 7 years ago
  100. 7dda98e phy: marvell: cp110: add support for end point configuration by Stefan Roese · 7 years ago