1. 9b6dbd4 usb: eth: add Realtek RTL8152B/RTL8153 DRIVER by Ted Chen · 9 years ago
  2. 081dcc7 usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check bounds by Stefan Brüns · 9 years ago
  3. 247241e usb: dwc2: Add SPLIT INTERRUPT transaction support by Stefan Brüns · 9 years ago
  4. 0c4b065 usb: dwc2: Implement SPLIT transaction support by Stefan Brüns · 9 years ago
  5. 2e194e2 usb: dwc2: add helper function for setting SPLIT HC registers by Stefan Brüns · 9 years ago
  6. 2385db3 usb: dwc2: split transfer core from outer loop by Stefan Brüns · 9 years ago
  7. aa9506e usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ack by Stefan Brüns · 9 years ago
  8. 575b0eb usb: dwc2: Fix out-of-bounds access, fix chunk size by Stefan Brüns · 9 years ago
  9. 94906e4 rockchip: spl: Support full-speed CPU in SPL by Simon Glass · 9 years ago
  10. 4ef01fc rockchip: rk3288: pinctrl: Fix HDMI pinctrl by Simon Glass · 9 years ago
  11. e6a682b rockchip: rk3288: clock: Fix various minor errors by Simon Glass · 9 years ago
  12. e421bb8 rockchip: video: Add a video-output driver by Simon Glass · 9 years ago
  13. 9160b4c rockchip: video: Add a display driver for rockchip eDP by Simon Glass · 9 years ago
  14. 0139ae6 rockchip: video: Add a display driver for rockchip HDMI by Simon Glass · 9 years ago
  15. 273afb2 rockchip: clk: Add support for clocks needed by the displays by Simon Glass · 9 years ago
  16. 5562bf1 rockchip: Rename the CRU_MODE_CON fields by Simon Glass · 9 years ago
  17. 7d3d776 dm: video: Repurpose the 'displayport' uclass to 'display' by Simon Glass · 9 years ago
  18. 6aa801b video: panel: Add a simple panel driver by Simon Glass · 9 years ago
  19. 14d1c8e dm: panel: Add a panel uclass by Simon Glass · 9 years ago
  20. 37211bf dm: backlight: Add a driver for a PWM backlight by Simon Glass · 9 years ago
  21. 8f79048 dm: backlight: Add a backlight uclass by Simon Glass · 9 years ago
  22. c5915f7 pwm: rockchip: Add a PWM driver for Rockchip SoCs by Simon Glass · 9 years ago
  23. b3f0756 dm: pwm: Add a PWM uclass by Simon Glass · 9 years ago
  24. 661d5de video: bridge: Allow GPIOs to be optional by Simon Glass · 9 years ago
  25. 6463538 video: Add a function to control cache flushing by Simon Glass · 9 years ago
  26. 798ff50 video: Name consoles by their number by Simon Glass · 9 years ago
  27. c45aec9 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · 9 years ago
  28. 2c9693c rockchip: spi: Correct chip-enable code by Simon Glass · 9 years ago
  29. 58a52e8 rockchip: spi: Implement the delays by Simon Glass · 9 years ago
  30. 9c73e74 rockchip: gpio: Implement the get_function() method by Simon Glass · 9 years ago
  31. c8d7240 rockchip: gpio: Read the GPIO value correctly by Simon Glass · 9 years ago
  32. 5ec58d2 rockchip: pinctrl: Implement the get_gpio_mux() method by Simon Glass · 9 years ago
  33. 15a4322 rockchip: pinctrl: Reduce the size for SPL by Simon Glass · 9 years ago
  34. 410d45c rockchip: clk: Make rkclk_get_clk() SoC-specific by Simon Glass · 9 years ago
  35. f9ed818 rockchip: spi: Correct the bus init code by Simon Glass · 9 years ago
  36. 30508e9 rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · 9 years ago
  37. 508c077 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · 9 years ago
  38. d6eddad dm: power: Allow regulators to not implement all operations by Simon Glass · 9 years ago
  39. 46ad8cb dm: power: Tidy up debugging output and return values by Simon Glass · 9 years ago
  40. 96f0444 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · 9 years ago
  41. 2d4fa3c dm: pinctrl: Add a way for a GPIO driver to obtain a pin function by Simon Glass · 9 years ago
  42. c8db7b4 dm: power: Allow regulators to be omitted from SPL by Simon Glass · 9 years ago
  43. 0f5c269 spi: Correct device tree usage in spi_flash_decode_fdt() by Simon Glass · 9 years ago
  44. 6e4666b dm: i2c: Allow muxes to be enabled for SPL separately by Simon Glass · 9 years ago
  45. 2096af6 cros_ec: Disable the Chrome OS EC in SPL by Simon Glass · 9 years ago
  46. 253ea25 rockchip: pinctrl: Add a full pinctrl driver by Simon Glass · 9 years ago
  47. d4a8a68 rockchip: mmc: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  48. f2e033f rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · 9 years ago
  49. a95049e rockchip: spi: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  50. 3d15605 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  51. 344f366 rockchip: clock: Add a function to find a clock by ID by Simon Glass · 9 years ago
  52. 398ced1 rockchip: clk: Add a function to get a peripheral clock rate by Simon Glass · 9 years ago
  53. afe0cb0 rockchip: clock: Rename the general clock variable to gclk_rate by Simon Glass · 9 years ago
  54. 8d32f4b rockchip: Use a separate clock ID for clocks by Simon Glass · 9 years ago
  55. 947fd98 rockchip: mmc: Use a pwrseq device if available by Simon Glass · 9 years ago
  56. d2ce62b rockchip: Convert the PMU IOMUX registers into an array by Simon Glass · 9 years ago
  57. c979517 dm: Add a power sequencing uclass by Simon Glass · 9 years ago
  58. adecfef power: Add support for RK808 regulators by Simon Glass · 9 years ago
  59. a8bd2ac power: Add base support for the RK808 PMIC by Simon Glass · 9 years ago
  60. a098447 dm: pinctrl: Add a function to parse PIN_CONFIG flags by Simon Glass · 9 years ago
  61. 27ce962 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · 9 years ago
  62. 70ddfcf rockchip: rk3036: Bind GPIO banks by Jeffy Chen · 9 years ago
  63. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · 9 years ago
  64. 31adfc2 clk: add fixed rate clock driver by Masahiro Yamada · 9 years ago
  65. 420c8f2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  66. 8d3d7c1 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  67. 6b703e0 i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
  68. 90b6fef dm: video: test: Add tests for the video uclass by Simon Glass · 9 years ago
  69. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  70. 161eea7 sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig by Simon Glass · 9 years ago
  71. 68b2627 dm: video: Implement the bmp command for driver model by Simon Glass · 9 years ago
  72. 87aae88 dm: video: Add a driver for a rotated text console by Simon Glass · 9 years ago
  73. 23825a9 dm: video: Add a 'normal' text console driver by Simon Glass · 9 years ago
  74. 84c7fb3 dm: video: Add a uclass for the text console by Simon Glass · 9 years ago
  75. 623d28f dm: video: Add a video uclass by Simon Glass · 9 years ago
  76. 8a70d6d serial: lpuart: Add driver model serial support by Bin Meng · 9 years ago
  77. 6338fbd serial: lpuart: Prepare the driver for DM conversion by Bin Meng · 9 years ago
  78. a08d0bd serial: lpuart: Call local version of setbrg and putc directly by Bin Meng · 9 years ago
  79. a8cc172 serial: lpuart: Fix several cosmetic issues by Bin Meng · 9 years ago
  80. 4409dcf serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig by Bin Meng · 9 years ago
  81. 67c2295 clk: add API to enable clock by Masahiro Yamada · 9 years ago
  82. ecf20f6 clk: add static qualifier to local functions by Masahiro Yamada · 9 years ago
  83. 92b8c2f clk: move Kconfig options into sub-menu by Masahiro Yamada · 9 years ago
  84. 4faff28 timer: sandbox: work without device tree by Stephen Warren · 9 years ago
  85. 023ddfe dm: timer: refuse timers with zero clock_rate by Stephen Warren · 9 years ago
  86. 286863d dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  87. 9cefa47 pinctrl: Avoid binding all pinconfig nodes before relocation by Simon Glass · 9 years ago
  88. 547cb34 dm: mmc: Try to honour the sequence order by Simon Glass · 9 years ago
  89. ee8a3d9 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  90. afae370 drivers: timer: omap_timer: add timer driver for omap devices based on dm by Mugunthan V N · 9 years ago
  91. 5d0f01f dm: timer: uclass: Add flag to control sequence numbering by Mugunthan V N · 9 years ago
  92. 6f89d04 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · 9 years ago
  93. 359c487 dm: core: Provide uclass_find_device_by_phandle() only when needed by Simon Glass · 9 years ago
  94. 2e29b64 spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · 9 years ago
  95. 5710d7e arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for early debug output by Sergey Temerkhanov · 9 years ago
  96. c0ffa4e arm: serial: Add debug UART capability to the pl01x driver by Sergey Temerkhanov · 9 years ago
  97. 0269956 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  98. e6cf0aa power: regulator: max77686: Don't use switch() on bools by Tom Rini · 9 years ago
  99. 7ccac29 spi: rk_spi: Fix debug format warning by Tom Rini · 9 years ago
  100. c36adb1 pci_rom.c: Fix may be used uninitialized warning by Tom Rini · 9 years ago