1. d4a8a68 rockchip: mmc: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  2. f2e033f rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · 9 years ago
  3. a95049e rockchip: spi: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  4. 3d15605 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  5. 344f366 rockchip: clock: Add a function to find a clock by ID by Simon Glass · 9 years ago
  6. 398ced1 rockchip: clk: Add a function to get a peripheral clock rate by Simon Glass · 9 years ago
  7. afe0cb0 rockchip: clock: Rename the general clock variable to gclk_rate by Simon Glass · 9 years ago
  8. 8d32f4b rockchip: Use a separate clock ID for clocks by Simon Glass · 9 years ago
  9. 947fd98 rockchip: mmc: Use a pwrseq device if available by Simon Glass · 9 years ago
  10. d2ce62b rockchip: Convert the PMU IOMUX registers into an array by Simon Glass · 9 years ago
  11. c979517 dm: Add a power sequencing uclass by Simon Glass · 9 years ago
  12. adecfef power: Add support for RK808 regulators by Simon Glass · 9 years ago
  13. a8bd2ac power: Add base support for the RK808 PMIC by Simon Glass · 9 years ago
  14. a098447 dm: pinctrl: Add a function to parse PIN_CONFIG flags by Simon Glass · 9 years ago
  15. 27ce962 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · 9 years ago
  16. 70ddfcf rockchip: rk3036: Bind GPIO banks by Jeffy Chen · 9 years ago
  17. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · 9 years ago
  18. 31adfc2 clk: add fixed rate clock driver by Masahiro Yamada · 9 years ago
  19. 420c8f2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  20. 8d3d7c1 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  21. 6b703e0 i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
  22. 90b6fef dm: video: test: Add tests for the video uclass by Simon Glass · 9 years ago
  23. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  24. 161eea7 sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig by Simon Glass · 9 years ago
  25. 68b2627 dm: video: Implement the bmp command for driver model by Simon Glass · 9 years ago
  26. 87aae88 dm: video: Add a driver for a rotated text console by Simon Glass · 9 years ago
  27. 23825a9 dm: video: Add a 'normal' text console driver by Simon Glass · 9 years ago
  28. 84c7fb3 dm: video: Add a uclass for the text console by Simon Glass · 9 years ago
  29. 623d28f dm: video: Add a video uclass by Simon Glass · 9 years ago
  30. 8a70d6d serial: lpuart: Add driver model serial support by Bin Meng · 9 years ago
  31. 6338fbd serial: lpuart: Prepare the driver for DM conversion by Bin Meng · 9 years ago
  32. a08d0bd serial: lpuart: Call local version of setbrg and putc directly by Bin Meng · 9 years ago
  33. a8cc172 serial: lpuart: Fix several cosmetic issues by Bin Meng · 9 years ago
  34. 4409dcf serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig by Bin Meng · 9 years ago
  35. 67c2295 clk: add API to enable clock by Masahiro Yamada · 9 years ago
  36. ecf20f6 clk: add static qualifier to local functions by Masahiro Yamada · 9 years ago
  37. 92b8c2f clk: move Kconfig options into sub-menu by Masahiro Yamada · 9 years ago
  38. 4faff28 timer: sandbox: work without device tree by Stephen Warren · 9 years ago
  39. 023ddfe dm: timer: refuse timers with zero clock_rate by Stephen Warren · 9 years ago
  40. 286863d dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  41. 9cefa47 pinctrl: Avoid binding all pinconfig nodes before relocation by Simon Glass · 9 years ago
  42. 547cb34 dm: mmc: Try to honour the sequence order by Simon Glass · 9 years ago
  43. ee8a3d9 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  44. afae370 drivers: timer: omap_timer: add timer driver for omap devices based on dm by Mugunthan V N · 9 years ago
  45. 5d0f01f dm: timer: uclass: Add flag to control sequence numbering by Mugunthan V N · 9 years ago
  46. 6f89d04 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · 9 years ago
  47. 359c487 dm: core: Provide uclass_find_device_by_phandle() only when needed by Simon Glass · 9 years ago
  48. 2e29b64 spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · 9 years ago
  49. 5710d7e arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for early debug output by Sergey Temerkhanov · 9 years ago
  50. c0ffa4e arm: serial: Add debug UART capability to the pl01x driver by Sergey Temerkhanov · 9 years ago
  51. 0269956 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  52. e6cf0aa power: regulator: max77686: Don't use switch() on bools by Tom Rini · 9 years ago
  53. 7ccac29 spi: rk_spi: Fix debug format warning by Tom Rini · 9 years ago
  54. c36adb1 pci_rom.c: Fix may be used uninitialized warning by Tom Rini · 9 years ago
  55. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  56. 20cb2e5 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  57. 9b3e6c6 net: pcnet: refactor mapping of virtual addresses to physical ones by Daniel Schwierzeck · 9 years ago
  58. f96ae6b Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  59. fd59e5f arm: socfpga: set the fpga global bit to disable HPS to FPGA signals by Dinh Nguyen · 9 years ago
  60. 42aa46d ddr: altera: Init the rule ID in debug code by Marek Vasut · 9 years ago
  61. de3737f usb: host: ehci-vf: Implement board_usb_phy_mode weak function by Sanchayan Maity · 9 years ago
  62. 81f6dfb usb: host: ehci-vf: Remove hardcoded USB host client configuration by Sanchayan Maity · 9 years ago
  63. 560bee9 usb:ci_udc: Remove ULPI setting for i.MX OTG controller by Ye.Li · 9 years ago
  64. add1eb2 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  65. 7548d64 dm: pci: Avoid a memory leak when allocating the ROM by Simon Glass · 9 years ago
  66. cec2543 dm: pci: Add a 'fall through' comment by Simon Glass · 9 years ago
  67. 30d435e dm: spi_flash: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  68. b06352f mmc: rockchip: the non-removable property must point to emmc by huang lin · 9 years ago
  69. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  70. 0872fb2 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 9 years ago
  71. d911168 mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BIT by Phil Sutter · 9 years ago
  72. 68010aa drivers/pci/pci_mvebu: Fix for boards with X4 lanes by Phil Sutter · 9 years ago
  73. 33aa8de axp: Fix debugging support in DDR3 write leveling by Phil Sutter · 9 years ago
  74. e893af8 drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY by Phil Sutter · 9 years ago
  75. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  76. ff7ad17 arm: mvebu: Make ECC support configurable on Armada XP by Stefan Roese · 9 years ago
  77. f65e82b sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XP by Tor Krill · 9 years ago
  78. 05b38c1 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  79. 27139a6 spi: kirkwood_spi.c: Add driver model support by Stefan Roese · 9 years ago
  80. ff74ca4 spi: kirkwood_spi.c: Prepare for driver model support by Stefan Roese · 9 years ago
  81. 3c6b6fc arm: mvebu: ddr: Fix compilation warning by Stefan Roese · 9 years ago
  82. e90f63a net: lpc32xx: fix ignored MDIO busy wait status on read by Vladimir Zapolskiy · 9 years ago
  83. f20d4c0 serial: lpc32xx hsuart: port driver to driver model by Vladimir Zapolskiy · 9 years ago
  84. 9e7d588 ums: support multiple LUNs at once by Stephen Warren · 9 years ago
  85. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  86. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  87. f4d480b Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  88. de857fa Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  89. 4b776e5 dm: core: Add a new api to get indexed device address by Mugunthan V N · 9 years ago
  90. 540a115 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  91. 4b0f40c spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  92. cd46773 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  93. e206d30 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  94. 132e007 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  95. e28c9ec sf: Make IO modes at last in read modes by Jagan Teki · 9 years ago
  96. 155c19f spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  97. 3dce555 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  98. d723f34 sf: Write quad bit along with read status by Jagan Teki · 9 years ago
  99. f2db1bf sf: Read back and check once macronix quad bit set by Jagan Teki · 9 years ago
  100. 294472b sf: Read back and check once spansion quad bit set by Jagan Teki · 9 years ago