1. 2dcf143 dm: video: Repurpose the 'displayport' uclass to 'display' by Simon Glass · 9 years ago
  2. cd9c207 video: panel: Add a simple panel driver by Simon Glass · 9 years ago
  3. f563dc1 dm: panel: Add a panel uclass by Simon Glass · 9 years ago
  4. 65fba59 dm: backlight: Add a driver for a PWM backlight by Simon Glass · 9 years ago
  5. 363bf77 dm: backlight: Add a backlight uclass by Simon Glass · 9 years ago
  6. 0e23fd8 pwm: rockchip: Add a PWM driver for Rockchip SoCs by Simon Glass · 9 years ago
  7. fc760cb dm: pwm: Add a PWM uclass by Simon Glass · 9 years ago
  8. d4bf91a video: bridge: Allow GPIOs to be optional by Simon Glass · 9 years ago
  9. 68dcdc9 video: Add a function to control cache flushing by Simon Glass · 9 years ago
  10. f1a1247 video: Name consoles by their number by Simon Glass · 9 years ago
  11. 90a2847 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · 9 years ago
  12. e15af8e rockchip: spi: Correct chip-enable code by Simon Glass · 9 years ago
  13. 183a3a0 rockchip: spi: Implement the delays by Simon Glass · 9 years ago
  14. 4864782 rockchip: gpio: Implement the get_function() method by Simon Glass · 9 years ago
  15. 7d0c2c3 rockchip: gpio: Read the GPIO value correctly by Simon Glass · 9 years ago
  16. 78a10b6 rockchip: pinctrl: Implement the get_gpio_mux() method by Simon Glass · 9 years ago
  17. 63c5264 rockchip: pinctrl: Reduce the size for SPL by Simon Glass · 9 years ago
  18. 5ddf5d7 rockchip: clk: Make rkclk_get_clk() SoC-specific by Simon Glass · 9 years ago
  19. 2b9fe11 rockchip: spi: Correct the bus init code by Simon Glass · 9 years ago
  20. 28a943c rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · 9 years ago
  21. a4b10c0 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · 9 years ago
  22. 364809d dm: power: Allow regulators to not implement all operations by Simon Glass · 9 years ago
  23. 7d57799 dm: power: Tidy up debugging output and return values by Simon Glass · 9 years ago
  24. 1b30d61 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · 9 years ago
  25. 77eaa19 dm: pinctrl: Add a way for a GPIO driver to obtain a pin function by Simon Glass · 9 years ago
  26. 1f2b4b0 dm: power: Allow regulators to be omitted from SPL by Simon Glass · 9 years ago
  27. d178a1c spi: Correct device tree usage in spi_flash_decode_fdt() by Simon Glass · 9 years ago
  28. 4082fce dm: i2c: Allow muxes to be enabled for SPL separately by Simon Glass · 9 years ago
  29. d7248c4 cros_ec: Disable the Chrome OS EC in SPL by Simon Glass · 9 years ago
  30. bea705c rockchip: pinctrl: Add a full pinctrl driver by Simon Glass · 9 years ago
  31. 342999f rockchip: mmc: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  32. 6d97786 rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · 9 years ago
  33. 71037d1 rockchip: spi: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  34. 930bc37 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  35. 64b7faa rockchip: clock: Add a function to find a clock by ID by Simon Glass · 9 years ago
  36. 4f43673 rockchip: clk: Add a function to get a peripheral clock rate by Simon Glass · 9 years ago
  37. 542635a rockchip: clock: Rename the general clock variable to gclk_rate by Simon Glass · 9 years ago
  38. 898d643 rockchip: Use a separate clock ID for clocks by Simon Glass · 9 years ago
  39. e1efec4 rockchip: mmc: Use a pwrseq device if available by Simon Glass · 9 years ago
  40. a4275f5 rockchip: Convert the PMU IOMUX registers into an array by Simon Glass · 9 years ago
  41. 5fd6bad dm: Add a power sequencing uclass by Simon Glass · 9 years ago
  42. e122776 power: Add support for RK808 regulators by Simon Glass · 9 years ago
  43. 2a4febf power: Add base support for the RK808 PMIC by Simon Glass · 9 years ago
  44. 52db39a dm: pinctrl: Add a function to parse PIN_CONFIG flags by Simon Glass · 9 years ago
  45. 0379597 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · 9 years ago
  46. 9d19e5d rockchip: rk3036: Bind GPIO banks by Jeffy Chen · 9 years ago
  47. e70cc43 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · 9 years ago
  48. b21e20b clk: add fixed rate clock driver by Masahiro Yamada · 9 years ago
  49. 6905f4d Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  50. 9d08268 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  51. 904dfbf i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
  52. 3c97c4f dm: video: test: Add tests for the video uclass by Simon Glass · 9 years ago
  53. 3ade5bc dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  54. 1e69ad0 sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig by Simon Glass · 9 years ago
  55. b01c792 dm: video: Implement the bmp command for driver model by Simon Glass · 9 years ago
  56. b5146b2 dm: video: Add a driver for a rotated text console by Simon Glass · 9 years ago
  57. 72cded9 dm: video: Add a 'normal' text console driver by Simon Glass · 9 years ago
  58. 8351076 dm: video: Add a uclass for the text console by Simon Glass · 9 years ago
  59. 1acafc7 dm: video: Add a video uclass by Simon Glass · 9 years ago
  60. fdbae09 serial: lpuart: Add driver model serial support by Bin Meng · 9 years ago
  61. 6ca13b1 serial: lpuart: Prepare the driver for DM conversion by Bin Meng · 9 years ago
  62. ed3021a serial: lpuart: Call local version of setbrg and putc directly by Bin Meng · 9 years ago
  63. 47f1bfc serial: lpuart: Fix several cosmetic issues by Bin Meng · 9 years ago
  64. 5ed07cf serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig by Bin Meng · 9 years ago
  65. f0e0751 clk: add API to enable clock by Masahiro Yamada · 9 years ago
  66. 9e52126 clk: add static qualifier to local functions by Masahiro Yamada · 9 years ago
  67. 8138581 clk: move Kconfig options into sub-menu by Masahiro Yamada · 9 years ago
  68. bb883f8 timer: sandbox: work without device tree by Stephen Warren · 9 years ago
  69. 0a7edce dm: timer: refuse timers with zero clock_rate by Stephen Warren · 9 years ago
  70. 20af3c0 dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  71. 5589a81 pinctrl: Avoid binding all pinconfig nodes before relocation by Simon Glass · 9 years ago
  72. 4a1db6d dm: mmc: Try to honour the sequence order by Simon Glass · 9 years ago
  73. 4dc5259 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  74. dadf313 drivers: timer: omap_timer: add timer driver for omap devices based on dm by Mugunthan V N · 9 years ago
  75. a5d8011 dm: timer: uclass: Add flag to control sequence numbering by Mugunthan V N · 9 years ago
  76. c833697 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · 9 years ago
  77. c275dfe dm: core: Provide uclass_find_device_by_phandle() only when needed by Simon Glass · 9 years ago
  78. 74d49bf spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · 9 years ago
  79. 19de815 arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for early debug output by Sergey Temerkhanov · 9 years ago
  80. b81406d arm: serial: Add debug UART capability to the pl01x driver by Sergey Temerkhanov · 9 years ago
  81. e6ac28b Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  82. 6d6aece power: regulator: max77686: Don't use switch() on bools by Tom Rini · 9 years ago
  83. 22bd03a spi: rk_spi: Fix debug format warning by Tom Rini · 9 years ago
  84. 55616b8 pci_rom.c: Fix may be used uninitialized warning by Tom Rini · 9 years ago
  85. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  86. b57843e Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  87. df50b3b net: pcnet: refactor mapping of virtual addresses to physical ones by Daniel Schwierzeck · 9 years ago
  88. b8c5b47 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  89. b00a21f arm: socfpga: set the fpga global bit to disable HPS to FPGA signals by Dinh Nguyen · 9 years ago
  90. 1720fad ddr: altera: Init the rule ID in debug code by Marek Vasut · 9 years ago
  91. 08c11cb usb: host: ehci-vf: Implement board_usb_phy_mode weak function by Sanchayan Maity · 9 years ago
  92. 6089f75 usb: host: ehci-vf: Remove hardcoded USB host client configuration by Sanchayan Maity · 9 years ago
  93. 8991fde usb:ci_udc: Remove ULPI setting for i.MX OTG controller by Ye.Li · 9 years ago
  94. 782acf7 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  95. d830b15 dm: pci: Avoid a memory leak when allocating the ROM by Simon Glass · 9 years ago
  96. f19345b dm: pci: Add a 'fall through' comment by Simon Glass · 9 years ago
  97. 3c8fb12 dm: spi_flash: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  98. 6579385 mmc: rockchip: the non-removable property must point to emmc by huang lin · 9 years ago
  99. 192bc69 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  100. f46c255 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 9 years ago