1. a21b4f0 arm: mvebu: Fix SAR1_CPU_CORE_MASK by Dirk Eibach · 9 years ago
  2. 544acb0 arm: mvebu: a38x: Remove unsupported topologies by Kevin Smith · 9 years ago
  3. 98e73c8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  4. 618a51e Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc by Tom Rini · 9 years ago
  5. 439fcb9 sf: Fix NULL pointer exception for flashes without lock methods by Bin Meng · 9 years ago
  6. e43ce3f sparc: leon3: Add debug_uart support to LEON3 serial driver. by Francois Retief · 9 years ago
  7. f2879f5 sparc: leon3: Moved GRLIB core header files to common include/grlib directory by Daniel Hellstrom · 15 years ago
  8. 898cc81 sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. by Daniel Hellstrom · 15 years ago
  9. bc80109 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  10. 5ea667e pengwyn: nand and ethernet fixes by Vincent BENOIT · 9 years ago
  11. 4408248 block: ahci: Remove dead code by Fabio Estevam · 9 years ago
  12. daa75b3 i2c: Fix pca953x endianess issue by Dirk Eibach · 9 years ago
  13. 37b3325 i2c: soft_i2c: Fix bus indizes by Dirk Eibach · 9 years ago
  14. 5c3b6dc hrcon: Add fan controllers by Dirk Eibach · 9 years ago
  15. 7ed45d3 hrcon: Add support for the DH variant by Dirk Eibach · 9 years ago
  16. 4574915 i2c: ihs_i2c: Fix hold_bus control by Dirk Eibach · 9 years ago
  17. 3af0cdb i2c: ihs_i2c: Use macro bestpractices by Dirk Eibach · 9 years ago
  18. 071be89 i2c: ihs_i2c: Dual channel support by Dirk Eibach · 9 years ago
  19. 5b47d40 driver: net: Fix pointer conversion warnings for xilinx_zynqmp_ep by Prabhakar Kushwaha · 9 years ago
  20. b30dc57 driver: usb: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · 9 years ago
  21. 41f7be3 driver: dwmmc: Fix pointer conversion warnings for hikey by Prabhakar Kushwaha · 9 years ago
  22. 3526285 pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus() by Cheng Gu · 9 years ago
  23. bf8940d fastboot: Implement NAND backend by Maxime Ripard · 9 years ago
  24. 6c9e00e fastboot: Implement flashing session counter by Maxime Ripard · 9 years ago
  25. 3c8f98f fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · 9 years ago
  26. 10b6971 mtd: uboot: Add meaningful error message by Maxime Ripard · 9 years ago
  27. a3c252d video: mxsfb: introduce lcdif_power_down by Peng Fan · 9 years ago
  28. 95ae700 mxs: add parameter base_addr for mxs_set_lcdclk by Peng Fan · 9 years ago
  29. 4e675ff Tegra: T210: Add QSPI driver by Tom Warren · 9 years ago
  30. d9eda6c pci: tegra: add/enable support for Tegra210 by Stephen Warren · 9 years ago
  31. a02e263 pci: tegra: call tegra_pcie_board_init() earlier by Stephen Warren · 9 years ago
  32. 514e191 pci: tegra: implement PCA enable workaround by Stephen Warren · 9 years ago
  33. 223ddbc pci: tegra: use #address-/size-cells from DT by Stephen Warren · 9 years ago
  34. bec0524 pci: tegra: clip RAM size to 32-bits by Stephen Warren · 9 years ago
  35. 5f5620a Merge git://git.denx.de/u-boot by Stefano Babic · 9 years ago
  36. e3e8726 net: altera_tse: add mSG-DMA support by Thomas Chou · 9 years ago
  37. 38fa4ac net: altera_tse: add priv ops to prepare msgdma support by Thomas Chou · 9 years ago
  38. 577662f net: altera_tse: wait sgdma in altera_tse_recv by Thomas Chou · 9 years ago
  39. acd71c3 net: altera_tse: factor out stop mac func by Thomas Chou · 9 years ago
  40. 38a0f36 mtd: add altera quadspi driver by Thomas Chou · 9 years ago
  41. f105691 cfi_flash: convert to driver model by Thomas Chou · 9 years ago
  42. d858799 dm: implement a MTD uclass by Thomas Chou · 9 years ago
  43. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  44. 4ca0c3c Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · 9 years ago
  45. 75199d6 net: altera_tse: get numbers of fdt address and size cells by Thomas Chou · 9 years ago
  46. 4c8df1d net: altera_tse: use BIT macro by Thomas Chou · 9 years ago
  47. 14fb536 net: altera_tse: remove the useless parenthesis by Thomas Chou · 9 years ago
  48. 13146ec net: altera_tse: fix packed and aligned attribute by Thomas Chou · 9 years ago
  49. 2cd0a52 net: altera_tse: use data type u32 for regs and desc by Thomas Chou · 9 years ago
  50. fba54a5 net: altera_tse: remove unused macro and regs def by Thomas Chou · 9 years ago
  51. e03c17d altera_uart: Adjust the declaration of debug_uart_init() by Thomas Chou · 9 years ago
  52. 933529c altera_jtag_uart: Adjust the declaration of debug_uart_init() by Thomas Chou · 9 years ago
  53. ddf34c2 spi: altera_spi: minor clean up by Thomas Chou · 9 years ago
  54. 687dbff misc: altera_sysid: minor clean up by Thomas Chou · 9 years ago
  55. 1235e5a timer: altera_timer: minor clean up by Thomas Chou · 9 years ago
  56. 430b43e timer: altera_timer: use BIT macro by Thomas Chou · 9 years ago
  57. 8924148 serial: altera_uart: minor clean up by Thomas Chou · 9 years ago
  58. d0b1483 serial: altera_uart: use BIT macro by Thomas Chou · 9 years ago
  59. 315acd0 serial: altera_jtag_uart: minor clean up by Thomas Chou · 9 years ago
  60. 886161a serial: altera_jtag_uart: use BIT macro by Thomas Chou · 9 years ago
  61. c3c016c sf: Add SPI NOR protection mechanism by Fabio Estevam · 9 years ago
  62. 41b358d sf: Add SPI protection mechanism from the kernel by Fabio Estevam · 9 years ago
  63. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  64. ed02c53 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  65. 60b2525 Merge git://git.denx.de/u-boot-samsung by Tom Rini · 9 years ago
  66. 1674942 Merge git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  67. 2882440 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  68. 4b6d094 video: Drop DEV_EXT_VIDEO flag by Bin Meng · 9 years ago
  69. 1caf934 video: Drop DEV_FLAGS_SYSTEM flag by Bin Meng · 9 years ago
  70. 4e609b6 spi: cadence_qspi: Ensure check for max frequency in place by Chin Liang See · 9 years ago
  71. 040f4ba spi: cadence_qspi: Fix fdt read of spi-max-frequency by Chin Liang See · 9 years ago
  72. 98fbd71 spi: cadence_qspi: Ensure spi_calibration is run when sclk change by Chin Liang See · 9 years ago
  73. 8168ee3 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 9 years ago
  74. c79e1c1 rtc: Add MCP79411 support to DS1307 rtc driver by Andy Fleming · 9 years ago
  75. 42800ff arm: zynq: Move serial driver to driver model by Simon Glass · 9 years ago
  76. 325c8d5 arm: zynq: serial: Drop non-device-tree serial driver portions by Simon Glass · 9 years ago
  77. c54c0a4 arm: zynq: Support the debug UART by Simon Glass · 9 years ago
  78. 6bdc593 dm: serial: Deal with stdout-path with an alias by Simon Glass · 9 years ago
  79. f6fcebf usb: udc: Fix warnings on 64-bit builds by Michal Simek · 9 years ago
  80. 3219175 usb: lthor: Specify correct parameter for sizeof type by Michal Simek · 9 years ago
  81. 01c94c4 usb: dwc3: Fix warnings on 64-bit builds by Michal Simek · 9 years ago
  82. 30e3ea4 dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · 9 years ago
  83. b748b24 ohci: Add missing cache-flush for hcca area by Hans de Goede · 9 years ago
  84. a3b59b1 mmc: atmel: Add atmel sdhci support by Wenyou Yang · 9 years ago
  85. 79667b7 mmc: sdhci: Fix the SD clock stop sequence by Wenyou Yang · 9 years ago
  86. bf50be8 mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter Card by Yangbo Lu · 9 years ago
  87. cdc6955 mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 Adapter Card by Yangbo Lu · 9 years ago
  88. 512bdbd Powerpc: eSDHC: expand a fix to T4160 by Shaohui Xie · 9 years ago
  89. 96094d4 s5p sdhci: call pinmux for card's gpio pins before use them by Przemyslaw Marczak · 9 years ago
  90. 08d6300 sandbox: add ADC driver by Przemyslaw Marczak · 9 years ago
  91. 3b3ad90 dm: adc: add Exynos54xx compatible ADC driver by Przemyslaw Marczak · 9 years ago
  92. 5decbf5 dm: adc: add simple ADC uclass implementation by Przemyslaw Marczak · 9 years ago
  93. 7c816e2 dm: regulator: add function device_get_supply_regulator() by Przemyslaw Marczak · 9 years ago
  94. 35d460f dm: pmic: add s2mps11 PMIC I/O driver by Przemyslaw Marczak · 9 years ago
  95. 8c1b717 lcd: atmel: Add 32bpp support for HLCDC by Marek Vasut · 9 years ago
  96. 877807e mmc: atmel: Zap global 'initialized' variable by Marek Vasut · 9 years ago
  97. 6b75d35 mmc: atmel: Implement proper private data by Marek Vasut · 9 years ago
  98. ecfb0ff mmc: atmel: Fix clock configuration by Marek Vasut · 9 years ago
  99. b84c9c9 mmc: atmel: Silence debug output by Marek Vasut · 9 years ago
  100. 588eec2 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago