1. 318922b rockchip: rk3288: pinctrl: Fix HDMI pinctrl by Simon Glass · 9 years ago
  2. c87c129 rockchip: rk3288: clock: Fix various minor errors by Simon Glass · 9 years ago
  3. 4f14d13 rockchip: jerry: Fix the SDRAM timing by Simon Glass · 9 years ago
  4. f23cf90 rockchip: spl: Drop MMC support code when not needed by Simon Glass · 9 years ago
  5. affd4a9 rockchip: Tidy up the register-access macros by Simon Glass · 9 years ago
  6. 2460d18 rockchip: sdram: Use syscon_get_first_range() where possible by Simon Glass · 9 years ago
  7. 9368104 rockchip: sdram: Tidy up a few comments by Simon Glass · 9 years ago
  8. 30fc0fd rockchip: config: Enable the 'gpio' command by Simon Glass · 9 years ago
  9. 002c634 rockchip: Add a script to parse datasheets by Simon Glass · 9 years ago
  10. 74e53e0 rockchip: Add a simple 'clock' command by Simon Glass · 9 years ago
  11. ad443b7 rockchip: Don't skip low-level init by Simon Glass · 9 years ago
  12. 7b7ad5c rockchip: video: Add a video-output driver by Simon Glass · 9 years ago
  13. 5852d53 rockchip: video: Add a display driver for rockchip eDP by Simon Glass · 9 years ago
  14. c253948 rockchip: video: Add a display driver for rockchip HDMI by Simon Glass · 9 years ago
  15. 830a608 rockchip: clk: Add support for clocks needed by the displays by Simon Glass · 9 years ago
  16. 009741f rockchip: Rename the CRU_MODE_CON fields by Simon Glass · 9 years ago
  17. 2dcf143 dm: video: Repurpose the 'displayport' uclass to 'display' by Simon Glass · 9 years ago
  18. cd9c207 video: panel: Add a simple panel driver by Simon Glass · 9 years ago
  19. f563dc1 dm: panel: Add a panel uclass by Simon Glass · 9 years ago
  20. 65fba59 dm: backlight: Add a driver for a PWM backlight by Simon Glass · 9 years ago
  21. 363bf77 dm: backlight: Add a backlight uclass by Simon Glass · 9 years ago
  22. 0e23fd8 pwm: rockchip: Add a PWM driver for Rockchip SoCs by Simon Glass · 9 years ago
  23. fc760cb dm: pwm: Add a PWM uclass by Simon Glass · 9 years ago
  24. d4bf91a video: bridge: Allow GPIOs to be optional by Simon Glass · 9 years ago
  25. 68dcdc9 video: Add a function to control cache flushing by Simon Glass · 9 years ago
  26. f1a1247 video: Name consoles by their number by Simon Glass · 9 years ago
  27. 66280e8 gpio: Warn about invalid GPIOs used with the 'gpio' command by Simon Glass · 9 years ago
  28. 35a1f0d stdio: Correct a build error with driver model by Simon Glass · 9 years ago
  29. 27a1961 rockchip: jerry: Enable the Chrome OS EC by Simon Glass · 9 years ago
  30. 90a2847 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · 9 years ago
  31. e15af8e rockchip: spi: Correct chip-enable code by Simon Glass · 9 years ago
  32. 183a3a0 rockchip: spi: Implement the delays by Simon Glass · 9 years ago
  33. 4864782 rockchip: gpio: Implement the get_function() method by Simon Glass · 9 years ago
  34. 7d0c2c3 rockchip: gpio: Read the GPIO value correctly by Simon Glass · 9 years ago
  35. 78a10b6 rockchip: pinctrl: Implement the get_gpio_mux() method by Simon Glass · 9 years ago
  36. 63c5264 rockchip: pinctrl: Reduce the size for SPL by Simon Glass · 9 years ago
  37. 5ddf5d7 rockchip: clk: Make rkclk_get_clk() SoC-specific by Simon Glass · 9 years ago
  38. 2b9fe11 rockchip: spi: Correct the bus init code by Simon Glass · 9 years ago
  39. 28a943c rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · 9 years ago
  40. a49dc0a rockchip: reset: Use the rk_clr/setreg() interface by Simon Glass · 9 years ago
  41. 0906995 rockchip: sdram: Use the rk_clr/setreg() interface by Simon Glass · 9 years ago
  42. a4b10c0 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · 9 years ago
  43. 364809d dm: power: Allow regulators to not implement all operations by Simon Glass · 9 years ago
  44. 7d57799 dm: power: Tidy up debugging output and return values by Simon Glass · 9 years ago
  45. 1b30d61 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · 9 years ago
  46. 77eaa19 dm: pinctrl: Add a way for a GPIO driver to obtain a pin function by Simon Glass · 9 years ago
  47. 1f2b4b0 dm: power: Allow regulators to be omitted from SPL by Simon Glass · 9 years ago
  48. d178a1c spi: Correct device tree usage in spi_flash_decode_fdt() by Simon Glass · 9 years ago
  49. 4082fce dm: i2c: Allow muxes to be enabled for SPL separately by Simon Glass · 9 years ago
  50. d7248c4 cros_ec: Disable the Chrome OS EC in SPL by Simon Glass · 9 years ago
  51. 0ffe6ab gpio: Allow 's' as an abbreviation for 'status' by Simon Glass · 9 years ago
  52. 69a0504 rockchip: jerry: Drop unused options by Simon Glass · 9 years ago
  53. 7991809 rockchip: Disable simple-bus in SPL for firefly-rk3288, jerry by Simon Glass · 9 years ago
  54. 156ac85 rockchip: jerry: Enable the RK808 PMIC and regulator by Simon Glass · 9 years ago
  55. 9c56d6f rockchip: Move firefly and jerry to use the full pinctrl by Simon Glass · 9 years ago
  56. bea705c rockchip: pinctrl: Add a full pinctrl driver by Simon Glass · 9 years ago
  57. 342999f rockchip: mmc: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  58. 6d97786 rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · 9 years ago
  59. 71037d1 rockchip: spi: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  60. 930bc37 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  61. 64b7faa rockchip: clock: Add a function to find a clock by ID by Simon Glass · 9 years ago
  62. 4f43673 rockchip: clk: Add a function to get a peripheral clock rate by Simon Glass · 9 years ago
  63. 542635a rockchip: clock: Rename the general clock variable to gclk_rate by Simon Glass · 9 years ago
  64. 898d643 rockchip: Use a separate clock ID for clocks by Simon Glass · 9 years ago
  65. f4adc9a rockchip: jerry: Disable pmic-int-1 setup to avoid a hang by Simon Glass · 9 years ago
  66. 79d020e rockchip: Use pwrseq for MMC start-up on jerry by Simon Glass · 9 years ago
  67. ec4ac4e rockchip: Correct the defconfig order by Simon Glass · 9 years ago
  68. e1efec4 rockchip: mmc: Use a pwrseq device if available by Simon Glass · 9 years ago
  69. a4275f5 rockchip: Convert the PMU IOMUX registers into an array by Simon Glass · 9 years ago
  70. 1e724f8 rockchip: Avoid using MMC code when not booting from MMC by Simon Glass · 9 years ago
  71. 5fd6bad dm: Add a power sequencing uclass by Simon Glass · 9 years ago
  72. e122776 power: Add support for RK808 regulators by Simon Glass · 9 years ago
  73. 2a4febf power: Add base support for the RK808 PMIC by Simon Glass · 9 years ago
  74. 61101e0 dts: Bring in pinctrl device tree binding by Simon Glass · 9 years ago
  75. 931b24c dm: pmic: Add 'reg status' to show all regulators by Simon Glass · 9 years ago
  76. 52db39a dm: pinctrl: Add a function to parse PIN_CONFIG flags by Simon Glass · 9 years ago
  77. 0379597 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · 9 years ago
  78. b6517a0 rockchip: kylin: Store env in emmc by Jeffy Chen · 9 years ago
  79. e68f203 rockchip: kylin: Check fastboot request by Jeffy Chen · 9 years ago
  80. 197e14e rockchip: kylin: Add default gpt partition table by Jeffy Chen · 9 years ago
  81. 9d19e5d rockchip: rk3036: Bind GPIO banks by Jeffy Chen · 9 years ago
  82. f7ee071 ARM: bootm: Try to use relocated ramdisk by Jeffy Chen · 9 years ago
  83. e70cc43 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · 9 years ago
  84. b21e20b clk: add fixed rate clock driver by Masahiro Yamada · 9 years ago
  85. 6905f4d Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  86. 45fe380 Merge branch 'master' of git://git.denx.de/u-boot-i2c; branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 9 years ago
  87. 9d08268 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  88. 904dfbf i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
  89. b19cc6b nds32: Fix compile error. by rick · 9 years ago
  90. 747440d dm: video: test: Test that bitmap display works correctly by Simon Glass · 9 years ago
  91. 85e08db dm: video: test: Add tests for rotated consoles by Simon Glass · 9 years ago
  92. 3c97c4f dm: video: test: Add tests for the video uclass by Simon Glass · 9 years ago
  93. 3ade5bc dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  94. 1e69ad0 sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig by Simon Glass · 9 years ago
  95. e3b81c1 dm: stdio: video: Plumb the video uclass into stdio by Simon Glass · 9 years ago
  96. b01c792 dm: video: Implement the bmp command for driver model by Simon Glass · 9 years ago
  97. 5a54194 dm: common: Add memory reservation for the video uclass by Simon Glass · 9 years ago
  98. 8703ef3 common: Move LCD and video memory reservation together by Simon Glass · 9 years ago
  99. b5146b2 dm: video: Add a driver for a rotated text console by Simon Glass · 9 years ago
  100. 72cded9 dm: video: Add a 'normal' text console driver by Simon Glass · 9 years ago