1. 1f33d10 spi: zynq_spi: Use clk subsystem to get reference spi clk by T Karthik Reddy · 4 years, 10 months ago
  2. f96c789 serial: pl01x: Add error value checking by Michal Simek · 4 years, 2 months ago
  3. 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
  4. 8f344c9 spi: xilinx_spi: remove unused local variable by T Karthik Reddy · 4 years, 2 months ago
  5. ac1c7a3 mailbox: zynqmp: Extend timeout for getting observation bit by Michal Simek · 4 years, 2 months ago
  6. f33d95b firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is called by Michal Simek · 4 years, 2 months ago
  7. 16d5d3b spi: xilinx_spi: Remove unused variable by Michal Simek · 4 years, 2 months ago
  8. 259029f phy: nop-phy: add clk bulk by Peng Fan · 4 years, 2 months ago
  9. 008573b i2c: i2c-gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
  10. deb5b48 power: regulator: gpio-regulator: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
  11. 23f988a power: regulator: gpio-regulator: protect count value by Patrick Delaunay · 4 years, 3 months ago
  12. 556f5ab Revert "serial: serial_xen: print U-Boot banner and others" by Tom Rini · 4 years, 1 month ago
  13. ae965f2 Revert "serial: serial_xen: add DEBUG_UART support" by Tom Rini · 4 years, 1 month ago
  14. d0a2d6f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 1 month ago
  15. b1f9d2c rtc: move pcf8563 to Kconfig by Heiko Schocher · 4 years, 2 months ago
  16. f9ca467 mmc: mtk-sd: change some dev_err into dev_dbg by Fabien Parent · 4 years, 2 months ago
  17. 84fd316 serial: serial_xen: add DEBUG_UART support by AKASHI Takahiro · 4 years, 2 months ago
  18. cda1686 serial: serial_xen: print U-Boot banner and others by AKASHI Takahiro · 4 years, 2 months ago
  19. b39ef89 cosmetic: reset: ast2500: Rename driver and configs by Chia-Wei, Wang · 4 years, 2 months ago
  20. acc7836 reset: ast2500: Use SCU for reset control by Chia-Wei, Wang · 4 years, 2 months ago
  21. 863efd8 clk: ccf: replace the get_rate helper by Dario Binacchi · 4 years, 2 months ago
  22. ab2066b ARM: mvebu: a38x: Fix comment typo by Naoki Hayama · 4 years, 2 months ago
  23. 3110dcb mmc: Fix comment typo by Naoki Hayama · 4 years, 2 months ago
  24. fa5d33f rng: Add Qualcomm MSM PRNG driver by Robert Marko · 4 years, 2 months ago
  25. 90dfaeb net: Add IPQ40xx MDIO driver by Robert Marko · 4 years, 2 months ago
  26. e4b17a7 spi: Add Qualcomm QUP SPI controller driver by Robert Marko · 4 years, 2 months ago
  27. 947fc2d timer: Return count from timer_ops.get_count by Sean Anderson · 4 years, 2 months ago
  28. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
  29. 5726f2f tpm: cr50: Correct logging statements by Simon Glass · 4 years, 2 months ago
  30. 9a09630 i2c: designware: Use log_debug() for debugging by Simon Glass · 4 years, 2 months ago
  31. 72f0d99 syscon: Drop the logging in syscon_get_by_driver_data() by Simon Glass · 4 years, 2 months ago
  32. a0638e7 Merge tag 'u-boot-stm32-20201021' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 1 month ago
  33. b41f247 net: sun8i-emac: Lower MDIO frequency by Andre Przywara · 4 years, 5 months ago
  34. b3ce85c net: sun8i-emac: Make internal PHY handling more robust by Andre Przywara · 4 years, 1 month ago
  35. 5942282 net: sun8i_emac: Simplify and fix error handling for RX by Andre Przywara · 4 years, 5 months ago
  36. 6bdc70e net: sun8i_emac: Fix MAC soft reset by Andre Przywara · 4 years, 5 months ago
  37. 4ab675e net: sun8i_emac: Fix overlong lines by Andre Przywara · 4 years, 5 months ago
  38. 2e7dd26 net: sun8i_emac: Wrap and simplify cache maintenance operations by Andre Przywara · 4 years, 5 months ago
  39. 1fae838 net: sun8i_emac: Drop unneeded cache invalidation before sending by Andre Przywara · 4 years, 5 months ago
  40. 8cd8960 net: sun8i_emac: Reduce cache maintenance on TX descriptor init by Andre Przywara · 4 years, 5 months ago
  41. 7408b09 net: sun8i_emac: Improve cache maintenance on RX descriptor init by Andre Przywara · 4 years, 5 months ago
  42. e6e29cc net: sun8i_emac: Name magic bits and simplify read-modify-write calls by Andre Przywara · 4 years, 5 months ago
  43. f58d83c net: sun8i_emac: Remove pointless wrapper functions by Andre Przywara · 4 years, 1 month ago
  44. 0dd619b net: sun8i_emac: Simplify mdio_read/mdio_write functions by Andre Przywara · 4 years, 5 months ago
  45. df6f271 net: sun8i_emac: Don't hand out TX descriptor too early by Andre Przywara · 4 years, 5 months ago
  46. 874145f net: sun8i-emac: Bail out on PHY error by Andre Przywara · 4 years, 5 months ago
  47. cf6da85 arm: stm32: cleanup arch gpio.h by Patrick Delaunay · 4 years, 2 months ago
  48. 643e31b mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilities by Alexandru Gagniuc · 4 years, 3 months ago
  49. d6ff68d mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed" by Alexandru Gagniuc · 4 years, 3 months ago
  50. fb2dca3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 1 month ago
  51. e4db739 pinctrl: renesas: pfc-r8a77990: Sync PFC tables with Linux 5.9 by Lad Prabhakar · 4 years, 2 months ago
  52. 3434a5f clk: renesas: Import R8A774C0 clock tables from Linux 5.9 by Lad Prabhakar · 4 years, 2 months ago
  53. eb6474c clk: renesas: Add R8A774E1 clock tables by Biju Das · 4 years, 2 months ago
  54. 69159a2 clk: renesas: Add R8A774B1 clock tables by Biju Das · 4 years, 2 months ago
  55. 161bf54 clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clock by Biju Das · 4 years, 2 months ago
  56. 5e45920 spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string by Biju Das · 4 years, 2 months ago
  57. 4cb093e usb: gadget: Add bcdDevice for the MTU3 USB Gadget Controller by developer · 4 years, 2 months ago
  58. 13dc3c8 usb: add MediaTek USB3 DRD driver by developer · 4 years, 2 months ago
  59. b758158 usb: common: add define of usb_speed_string() by developer · 4 years, 2 months ago
  60. 64bb6ce usb: add USB_SPEED_SUPER_PLUS by developer · 4 years, 2 months ago
  61. deb45f8 usb: musb-new: Fix typo in caution message by Naoki Hayama · 4 years, 2 months ago
  62. e3dedea usb: dwc2: Fix control OUT transfer issue by Chance.Yang · 4 years, 2 months ago
  63. 01adeb3 usb: xhci: avoid type conversion of void * by Heinrich Schuchardt · 4 years, 2 months ago
  64. 784624c Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years, 1 month ago
  65. 4eea088 clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristics by Eugen Hristev · 4 years, 5 months ago
  66. 227fa12 clk: at91: clk-master: add 5th divisor for mck master by Eugen Hristev · 4 years, 5 months ago
  67. baf5b52 clk: at91: sam9x60: add support compatible with CCF by Claudiu Beznea · 4 years, 2 months ago
  68. b1f1763 configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs by Patrick Delaunay · 4 years, 2 months ago
  69. c47fe77 configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs by Patrick Delaunay · 4 years, 2 months ago
  70. 5d0e2ab configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs by Patrick Delaunay · 4 years, 2 months ago
  71. 753251d video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · 4 years, 2 months ago
  72. 4d57087 video: backlight: fix pwm data structure description by Dario Binacchi · 4 years, 2 months ago
  73. c73372f video: dw-mipi-dsi: permit configuring the escape clock rate by Neil Armstrong · 4 years, 2 months ago
  74. a61f0e5 video: dw-mipi-dsi: driver-specific configuration of phy timings by Neil Armstrong · 4 years, 2 months ago
  75. ba26a20 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 2 months ago
  76. e8433bf usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c by Tom Rini · 4 years, 2 months ago
  77. 51f27a8 clk: at91: Include device_compat.h in compat.c by Tom Rini · 4 years, 2 months ago
  78. aa7ebbb usb: musb-new: mt85xx: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
  79. 3e46486 usb: musb-new: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  80. 429ce52 usb: xhci: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  81. d111306 timer: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  82. 4736416 tee: optee: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  83. a89b943 spi: fsl_qspi: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  84. acccaca spi: nxp_fspi: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  85. baba248 watchdog: octeontx_wdt: Add support for start and stop by Suneel Garapati · 4 years, 2 months ago
  86. 8f0f949 mmc: octeontx_hsmmc.c: Remove test debug message by Stefan Roese · 4 years, 2 months ago
  87. bea4632 spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2 by Stefan Roese · 4 years, 4 months ago
  88. 9edf909 ram: imxrt: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  89. 03036a2 phy: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  90. eba9951 net: ldpaa_eth: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  91. 0a74944 mtd: mxs_nand: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 2 months ago
  92. 31786fe firmware: scmi: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  93. 02a8f6d dm: syscon: Set LOG_CATEGORY by Sean Anderson · 4 years, 2 months ago
  94. 1f4d206 clk: sifive: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  95. 53a55a1 Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 2 months ago
  96. 344a33b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 2 months ago
  97. 7c7b3c9 net: e1000: add defaults for i210 TX/RX PBSIZE by Christian Gmeiner · 4 years, 2 months ago
  98. 5de2f33 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years, 2 months ago
  99. 49fee03 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 4 months ago
  100. 5355be6 drivers: gpio: keep output value for input on sandbox by Heinrich Schuchardt · 4 years, 3 months ago