1. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  2. 405a3c6 sf: Correct data types in stm_is_locked_sr() by Marek Vasut · 9 years ago
  3. c2519df dm: ti_qspi: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
  4. d6379f0 pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIER by Masahiro Yamada · 9 years ago
  5. a64e11a pinctrl: uniphier: set input-enable before pin-muxing by Masahiro Yamada · 9 years ago
  6. 7bd04c6 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  7. 2f2c00b usb: dwc2: disable erroneous overcurrent condition by Dinh Nguyen · 9 years ago
  8. 1257562 usb: gadget: composite: Correct recovery path for register by Sam Protsenko · 9 years ago
  9. 19a5703 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 9 years ago
  10. d98f91c Revert "dm: ns16550: Add support for reg-offset property" by Tom Rini · 9 years ago
  11. a0cfcc0 mmc: uniphier: add driver for UniPhier SD/MMC host controller by Masahiro Yamada · 9 years ago
  12. 2dbca98 gpio: uniphier: add driver for UniPhier GPIO controller by Masahiro Yamada · 9 years ago
  13. c8c4e51 Merge git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  14. 1310e9e Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  15. 5dc3af8 net: phy: atheros: Fix problem with phy_reset() clearing BMCR by Alison Wang · 9 years ago
  16. cadf42c usb: ehci: Fix warning on aarch64 by Marek Vasut · 9 years ago
  17. d143ddb pci: Fix compiler warnings in dm_pciauto_setup_device() by Bin Meng · 9 years ago
  18. 07f6671 spi: Correct two error return values by Simon Glass · 9 years ago
  19. f227e64 sandbox: spi: Remove an incorrect free() by Simon Glass · 9 years ago
  20. db45d9e sandbox: spi: Add more debugging to SPI emulation by Simon Glass · 9 years ago
  21. 3c7c187b sandbox: timer: Support the early timer by Simon Glass · 9 years ago
  22. 32f6c17 timer: Provide an early timer by Simon Glass · 9 years ago
  23. 04cb14c timer: Support tracing fully by Simon Glass · 9 years ago
  24. b3cc260 serial: dcc: Move driver to DM by Michal Simek · 9 years ago
  25. d454c78 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  26. 7263983 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  27. a5c71ff pmic: tps65218: add useful functions and defines by Nikita Kiryanov · 9 years ago
  28. cb8aefa pci_rom: fix may be used uninitialized warning by Andreas Bießmann · 9 years ago
  29. 1b51c93 stm32: add support for stm32f7 & stm32f746 discovery board by Vikas Manocha · 9 years ago
  30. 5dba05e stm32x7: add support for stm32x7 serial driver by Vikas Manocha · 9 years ago
  31. 08bce2b gpio: stm32_gpio: move base addresses to the soc file by Vikas Manocha · 9 years ago
  32. 3e86a1a gpio: stm32_gpio: move clock config from driver to board by Vikas Manocha · 9 years ago
  33. e76f86a fastboot: update error and warning messages by Steve Rae · 9 years ago
  34. dfdfe6f usb: eth: fix memalign() parameter order by Stephen Warren · 9 years ago
  35. 365a70d dfu: usb: f_dfu: Set deferred call for dfu_flush() function by Lukasz Majewski · 9 years ago
  36. 7185636 usb: ehci: Be explicit about the BE IO accessors by Marek Vasut · 9 years ago
  37. d9fa048 usb: ehci: Clear USBMODE_BE on LE MMIO by Marek Vasut · 9 years ago
  38. df0b624 usb: ehci: Implement V2P mapping by Marek Vasut · 9 years ago
  39. 851fecc usb: ehci: Use map_physmem in ehci-generic by Marek Vasut · 9 years ago
  40. 0be9be8 board: ls1043ardb: Add micro QE support for ls1043ardb by Zhao Qiang · 9 years ago
  41. 3ae2220 driver: qe: Mask the codes not used for micro QE by Zhao Qiang · 9 years ago
  42. 0f331d8 driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platforms by Qianyu Gong · 9 years ago
  43. 8868a64 fm: fdt: Move fman ucode fixup to driver code by Qianyu Gong · 9 years ago
  44. ae6a758 qe: move drivers/qe/qe.h to include/fsl_qe.h by Qianyu Gong · 9 years ago
  45. 4b636c3 powerpc/SECURE_BOOT: Add PAMU driver by Aneesh Bansal · 9 years ago
  46. d218033 drivers/crypto/fsl : Allocate output ring with size aligned to CACHELNE SIZE by Ruchika Gupta · 9 years ago
  47. 2267b2f Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  48. a1f5d11 sunxi: H3: Add support for the host usb-phys by Jelle van der Waa · 9 years ago
  49. 3f3a309 sunxi: power: add support for sy8106a driver by Jelle van der Waa · 9 years ago
  50. b9534c4 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  51. fb0c53e spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN by Christophe Ricard · 9 years ago
  52. 79b815e spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx by Christophe Ricard · 9 years ago
  53. dd82d03 drivers: dma: ti-edma3: convert driver to adopt driver model by Mugunthan V N · 9 years ago
  54. 98d3d67 spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined by Mugunthan V N · 9 years ago
  55. 4e4b58d sf: spi_flash: use dma to copy data from mmap region if platform supports by Mugunthan V N · 9 years ago
  56. 7e435fb dma: Kconfig: Add TI_EDMA3 entry by Mugunthan V N · 9 years ago
  57. 8c3c918 dm: implement a DMA uclass by Mugunthan V N · 9 years ago
  58. 7ae80fb Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  59. 60f26d3 video: Add S3C24xx framebuffer support by Marek Vasut · 10 years ago
  60. bdf0b72 net: phy: realtek: Use generic genphy_parse_link() for RTL8211E by Michal Simek · 9 years ago
  61. b89a500 dm: ns16550: Add support for reg-offset property by Michal Simek · 9 years ago
  62. de6d3a9 serial: zynq: Change logic in putc by Michal Simek · 9 years ago
  63. 90770fe mmc: Kconfig: Add Arasan SDHCI entry by Michal Simek · 9 years ago
  64. b87854f video: freetype: Fix a memory leak with a bad parameter by Simon Glass · 9 years ago
  65. fd30be5 video: truetype: Fix a memory leak on error by Simon Glass · 9 years ago
  66. 844e18f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  67. 8343153 pinctrl: imx: Support i.MX7D by Peng Fan · 9 years ago
  68. e2fd36cc pinctrl: imx: Introduce pinctrl driver for i.MX6 by Peng Fan · 9 years ago
  69. 2f736a9 imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7 by Ulises Cardenas · 9 years ago
  70. 4cfcaf7 superio: Add SMSC SIO1007 driver by Bin Meng · 9 years ago
  71. a68a79e Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  72. 1dd49d5 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  73. cb88cd8 drivers: usb: ohci-at91: clean up the PLLB code by Wenyou Yang · 9 years ago
  74. 2f7be64 drivers: usb: atmel: clean up the UTMI PLL code by Wenyou Yang · 9 years ago
  75. fbd4ac1 drivers: at91: clean up peripheral clock code by Wenyou Yang · 9 years ago
  76. eb06f02 net: phy: marvell: Fix problem with phy_reset() clearing BMCR by Stefan Roese · 9 years ago
  77. d1b5282 net: phy: marvell: Call phy_reset() where possible by Stefan Roese · 9 years ago
  78. d8af3c9 tegra: video: Move LCD driver to use the DM PWM driver by Simon Glass · 9 years ago
  79. 90836ff tegra: Convert CONFIG_PWM_TEGRA to Kconfig by Simon Glass · 9 years ago
  80. 60740e7 tegra: video: Move all fdt-decoding into a single function by Simon Glass · 9 years ago
  81. 264c7f7 tegra: video: Move LCD enums into the driver by Simon Glass · 9 years ago
  82. b1c50fb tegra: video: Remove the static variables by Simon Glass · 9 years ago
  83. e865ef3 tegra: video: Convert tegra20 LCD driver to driver model by Simon Glass · 9 years ago
  84. 923128f tegra: video: Merge the two config structures together by Simon Glass · 9 years ago
  85. 54832f2 tegra: video: Move the check for CONFIG_OF_CONTROL to Kconfig by Simon Glass · 9 years ago
  86. d8fc3c5 tegra: video: Merge the display driver into one file by Simon Glass · 9 years ago
  87. 89c0346 tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20 by Simon Glass · 9 years ago
  88. fad7218 tegra: nyan-big: Move the LCD driver to driver model by Simon Glass · 9 years ago
  89. 118d11f tegra: lcd: Merge tegra124-lcd.c into display.c by Simon Glass · 9 years ago
  90. 97f6c52 tegra: pwm: Add a driver for the tegra PWM by Simon Glass · 9 years ago
  91. 5f4de1f tegra: gpio: Show the GPIO value for outputs by Simon Glass · 9 years ago
  92. a40f7a2 tegra: mmc: Fix comments in the MMC driver init by Simon Glass · 9 years ago
  93. 4f3873d dm: video: Flush the cache after a puts() by Simon Glass · 9 years ago
  94. feb53e2 tegra: keyboard: Fix the init order by Simon Glass · 9 years ago
  95. 2bb6872 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 9 years ago
  96. 94bf8b5 usb: remove UniPhier EHCI driver by Masahiro Yamada · 9 years ago
  97. e4dfb05 clk: uniphier: add Media I/O clock driver for UniPhier SoCs by Masahiro Yamada · 9 years ago
  98. c7b0bc7 arasan: nfc: Add initial nand driver support for arasan by Siva Durga Prasad Paladugu · 9 years ago
  99. 937ad76 zynqmp: nand: Add Nand driver support for zynqmp by Siva Durga Prasad Paladugu · 9 years ago
  100. f6ca2a6 mtd: pxa3xx_nand: Don't alloc unneeded memory by Kevin Smith · 9 years ago