1. a5abacc ARM: rmobile: Fix the memory map on Gen3 by Marek Vasut · 7 years ago
  2. 0bad345 spi: sh_qspi: Make use of the 32byte FIFO by Marek Vasut · 7 years ago
  3. f6bdbcc spi: sh_qspi: Replace ad hoc waiting with wait_for_bit by Marek Vasut · 7 years ago
  4. 11d106c spi: sh_qspi: Drop SPBDCR wait by Marek Vasut · 7 years ago
  5. 6a1fe37 spi: sh_qspi: Replace data types with short ones by Marek Vasut · 7 years ago
  6. 6ca967b mtd: spi: Add Renesas RPC SPI-flash driver by Marek Vasut · 7 years ago
  7. c1cb356 mtd: rpc: Add Renesas RPC Hyperflash driver by Marek Vasut · 7 years ago
  8. 33d3818 mmc: renesas-sdhi: Wait after reconfiguring pins by Marek Vasut · 7 years ago
  9. 00ff10f mmc: matsushita-common: Add missing else by Marek Vasut · 7 years ago
  10. 5b1131e mmc: matsushita-common: Wait for command completion by Marek Vasut · 7 years ago
  11. 1111dbc mmc: matsushita-common: Correctly set mode in 16bit by Marek Vasut · 7 years ago
  12. 37743a7 mmc: matsushita-common: Special case only select registers in 16bit by Marek Vasut · 7 years ago
  13. 166a050 ARM: rmobile: Enable HS200 mode on RCar Gen3 by Marek Vasut · 7 years ago
  14. e0781e4 mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning support by Marek Vasut · 7 years ago
  15. fbc6c7d mmc: matsushita-common: Export register access functions by Marek Vasut · 7 years ago
  16. 858da97 mmc: matsushita-common: Properly handle pin voltage configuration by Marek Vasut · 7 years ago
  17. d08ba5a mmc: matsushita-common: Always check controller version by Marek Vasut · 7 years ago
  18. 8f9e1a4 mmc: matsushita-common: Handle bus width 0 by Marek Vasut · 7 years ago
  19. 8896e7c mmc: matsushita-common: Handle DMA completion flag differences by Marek Vasut · 7 years ago
  20. dcfb738 mmc: matsushita-common: Handle Renesas div-by-1 by Marek Vasut · 7 years ago
  21. 9db9e6a mmc: matsushita-common: Add Renesas RCar quirks by Marek Vasut · 7 years ago
  22. 11ce71e mmc: matsushita-common: Use mmc_of_parse() by Marek Vasut · 7 years ago
  23. 1949d48 mmc: renesas-sdhi: Handle 16bit IP by Marek Vasut · 7 years ago
  24. abe3e95 mmc: uniphier: Allow passing quirks to the probe function by Marek Vasut · 7 years ago
  25. 2cddcc1 mmc: uniphier: Add support for 16bit variant by Marek Vasut · 7 years ago
  26. ae5c89e mmc: uniphier: Drop useless check by Marek Vasut · 7 years ago
  27. 215ae0e mmc: uniphier: Factor out FIFO accessors by Marek Vasut · 7 years ago
  28. c22839f ARM: rmobile: Switch to CONFIG_RENESAS_SDHI by Marek Vasut · 7 years ago
  29. 2883f74 mmc: renesas-sdhi: Add Renesas SDHI Kconfig entry by Marek Vasut · 7 years ago
  30. 06485cf mmc: uniphier: Split out SoC specific bits from the driver by Marek Vasut · 7 years ago
  31. 90e8a33 ARM: rmobile: Enable HUSH on M2 Porter by Marek Vasut · 7 years ago
  32. 1c60105 ARM: rmobile: Add JTAG recovery support for M2 Porter by Marek Vasut · 7 years ago
  33. c80de6c ARM: rmobile: Add TPL support on R8A7791 M2 Porter by Marek Vasut · 7 years ago
  34. b326be4 ARM: rmobile: Do not init caches in TPL before DRAM by Marek Vasut · 7 years ago
  35. ae389e8 ARM: rmobile: Split U-Boot and SPL sources on Porter by Marek Vasut · 7 years ago
  36. 8449372 spl: ram: Add TPL Kconfig symbols by Marek Vasut · 7 years ago
  37. 2d60819 spl: ram: Convert to CONFIG_IS_ENABLED by Marek Vasut · 7 years ago
  38. 6e3abf3 ARM: Fix Makefile during SPL and TPL build by Marek Vasut · 7 years ago
  39. de570f0 serial: Fix Makefile during SPL and TPL build by Marek Vasut · 7 years ago
  40. 0477424 tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to Kconfig by Marek Vasut · 7 years ago
  41. e6b94da tpl: spi: Add CONFIG_TPL_SPI_LOAD to Kconfig by Marek Vasut · 7 years ago
  42. e254225 spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig by Marek Vasut · 7 years ago
  43. 0747afe Merge git://git.denx.de/u-boot-ubi by Tom Rini · 7 years ago
  44. f43e660 ubifs: Change value of mutex_is_locked() by Bradley Bolen · 7 years ago
  45. c664f0a checkpatch.pl: update from Linux kernel v4.16 by Heinrich Schuchardt · 7 years ago
  46. c0855f2 fw_printenv: Fix crash due to incorrect size for malloc'ed string. by Kristian Amlie · 7 years ago
  47. 0cb0c7e get_maintainer.pl: update from Linux kernel v4.16 by Heinrich Schuchardt · 7 years ago
  48. 356bb3a MAINTAINERS: ARM STM STM32MP: correct file paths by Heinrich Schuchardt · 7 years ago
  49. 567a38b clk: add sandbox test for bulk API by Neil Armstrong · 7 years ago
  50. 8a275a0 clk: Add get/enable/disable/release for a bulk of clocks by Neil Armstrong · 7 years ago
  51. 20c633d reset: add sandbox test for bulk API by Neil Armstrong · 7 years ago
  52. dbb26d3 reset: Add get/assert/deassert/release for bulk of reset signals by Neil Armstrong · 7 years ago
  53. db5a12c log: Add units to code-size stats in README.log by Simon Glass · 7 years ago
  54. f14f393 log: Correct missing free() on error in log_add_filter() by Simon Glass · 7 years ago
  55. dfe25fa mkimage: do not fail if there is no print_header function by Guillaume GARDET · 7 years ago
  56. bedc158 armv7m: disable icache before linux booting by Patrice Chotard · 7 years ago
  57. d5a2245 serial: meson: Update compatible with new Linux bindings by Neil Armstrong · 7 years ago
  58. 4f03d6b reset: Add Amlogic Meson Reset Controller by Neil Armstrong · 7 years ago
  59. 4bc3e25 sysreset: syscon: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  60. 9ab1c4f Merge tag 'xilinx-for-v2018.05-rc2' of git://git.denx.de/u-boot-microblaze by Tom Rini · 7 years ago
  61. 628ff20 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  62. 7531f86 arm64: zynqmp: Add support for Xilinx zcu111-revA by Michal Simek · 7 years ago
  63. 1a79c27 arm64: zynqmp: Add support for Xilinx zcu106-revA by Michal Simek · 7 years ago
  64. e116c54 arm64: zynqmp: Add support for zcu104 customer board by Michal Simek · 7 years ago
  65. 8aad25c arm64: zynqmp: Add support for zc12xx boards by Michal Simek · 7 years ago
  66. 316a9f2 arm64: zynqmp: Add support for zc1751 dc3 by Michal Simek · 7 years ago
  67. a057d22 arm64: zynqmp: Add support for zcu100 aka Ultra96 board by Michal Simek · 7 years ago
  68. 10aac09 arm64: zynqmp: Get 200MHz clock early for MMC by Michal Simek · 7 years ago
  69. 81c1080 arm64: zynqmp: Remove pinctrl settings by Michal Simek · 7 years ago
  70. deb7bba arm64: zynqmp: Remove power domain description by Michal Simek · 7 years ago
  71. 60f0783 arm64: zynqmp: Add low level initialization for zc1751 by Michal Simek · 7 years ago
  72. d99247d arm64: zynqmp: Add low level initialization for zcu102-revA by Michal Simek · 7 years ago
  73. f77f81c arm64: zynqmp: Enable Fixed link support by Michal Simek · 7 years ago
  74. 2419197 arm64: zynqmp: Enable mac address randomization for zc1751 dc5 by Michal Simek · 7 years ago
  75. ad16a45 arm64: zynqmp: Enable ethernet phys for zc1751 dc5 by Michal Simek · 7 years ago
  76. 560f419 arm64: zynqmp: Enable booting to ATF by Luca Ceresoli · 7 years ago
  77. 5d23227 arm64: zynqmp: Enable pxe and dhcp if commands are enabled by Michal Simek · 7 years ago
  78. 008d738 net: phy: xilinx_phy: Read phytype using property xlnx,phy-type by Siva Durga Prasad Paladugu · 7 years ago
  79. 3b06a0f axi: ethernet: Added support for 64 bit addressing for axi-ethernet by Vipul Kumar · 7 years ago
  80. 9d9b99b nand: arasan_nfc: Fixed NAND write issue by Vipul Kumar · 7 years ago
  81. eac0cd1 fpga: zynq: Add delay after PCFG_PROG_B change by Siva Durga Prasad Paladugu · 7 years ago
  82. e4d16c2 fpga: zynqmp: Fix the nonsecure bitstream loading issue by Siva Durga Prasad Paladugu · 7 years ago
  83. 91c315d fpga: zynqmp: Update zynqmp_load() as per latest xilfpga by Siva Durga Prasad Paladugu · 7 years ago
  84. d9361d4 fpga: zynqmp: Add support to get the PCAP status for fpga info command by Nitin Jain · 7 years ago
  85. d260ac7 clk: zynqmp: Add new compatible string for clock driver by Michal Simek · 7 years ago
  86. a50bd28 arm: zynq: Use fixed partitions for spi flash for zc770 xm010 by Michal Simek · 7 years ago
  87. f69db10 arm: zynq: Fix eeprom dt nodes by Michal Simek · 7 years ago
  88. a2ce272 ARM: dts: zynq: Add generic compatible string for I2C EEPROM by Javier Martinez Canillas · 7 years ago
  89. f6fd3f2 arm: zynq: Use i2c-mux instead of i2cswitch for pca9548 by Michal Simek · 7 years ago
  90. 71d84b4 arm: zynq: Sync up licenses with mainline kernel by Michal Simek · 7 years ago
  91. 3f3a213 arm: zynq: Remove 0x prefixes from cc108 by Michal Simek · 7 years ago
  92. 0a2c32a arm64: zynqmp: Remove double spaces from dts file by Michal Simek · 7 years ago
  93. 7b5a7a4 arm64: zynqmp: Add silabs prefix to u69 for zcu102 by Michal Simek · 7 years ago
  94. 68ddc17 arm64: zynqmp: Remove number from clock-generator node name by Michal Simek · 7 years ago
  95. d45b440 arm64: zynqmp: Remove u-boot commands from dts files by Michal Simek · 7 years ago
  96. ff1cac7 arm64: zynqmp: Update sd properties for dc5 by Srinivas Goud · 7 years ago
  97. 88555f6 arm64: zynqmp: Enable ttcs for zc1751 dc5 by Michal Simek · 7 years ago
  98. c454c6f arm64: zynqmp: Add eeprom reference to eeprom nodes by Michal Simek · 7 years ago
  99. 28cf3ba arm64: zynqmp: Use atmel prefix instead of at by Michal Simek · 7 years ago
  100. 393f9db arm64: zynqmp: Fix spi flash partition definition for zc1751 dc2 by Michal Simek · 7 years ago