1. 74f4929 ddr: marvell: axp: fix array types have different bounds warning by Marek Behún · 3 years, 7 months ago
  2. e5b3e87 ddr: marvell: axp: align signature of mv_xor_mem_init() with a38x by Marek Behún · 3 years, 7 months ago
  3. 107c339 ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repository by Pali Rohár · 3 years, 7 months ago
  4. a5fc099 ddr: marvell: a38x: Add more space for additional info from SPD by Sujeet Baranwal · 3 years, 7 months ago
  5. c45f82b video: dw_mipi_dsi: update log of dphy_enable by Yannick Fertre · 3 years, 7 months ago
  6. 612f769 video: dw_mipi_dsi: missing device to log debug by Yannick Fertre · 3 years, 7 months ago
  7. a6d047c video: stm32: remove all child of DSI bridge when its probe failed by Patrick Delaunay · 3 years, 7 months ago
  8. 0689dc5 scmi: cosmetic: reorder include files by Patrick Delaunay · 3 years, 7 months ago
  9. 9f5e4aa scmi: define LOG_CATEGORY by Patrick Delaunay · 3 years, 7 months ago
  10. 1b9ad51 scmi: Include device_compat.h by Patrick Delaunay · 3 years, 7 months ago
  11. 08db5d5 clk: stm32mp1: gets root clocks from fdt by Etienne Carriere · 3 years, 7 months ago
  12. de6f70a mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write() by Patrice Chotard · 3 years, 8 months ago
  13. 3f6cfda mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase() by Patrice Chotard · 3 years, 8 months ago
  14. e48ec51 spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo() by Patrice Chotard · 3 years, 8 months ago
  15. 5988575 mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacks by Patrice Chotard · 3 years, 8 months ago
  16. 044d700 usb: mtu3: flush cache for next GPD by Chunfeng Yun · 3 years, 7 months ago
  17. 049c4dc x86: Move INTEL_ACPIGEN to arch/x86 by Simon Glass · 3 years, 7 months ago
  18. 472c548 Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 7 months ago
  19. efe1f06 button: adc: fix treshold typo by Neil Armstrong · 3 years, 7 months ago
  20. 9a5bbdf arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64 by Siew Chin Lim · 3 years, 7 months ago
  21. 5f1a08b dm: sysreset: Add a Kconfig option for the 'reset' command by Bin Meng · 3 years, 7 months ago
  22. 271a87b gpio: mpc8xxx: Support controller register physical address beyond 32-bit by Bin Meng · 3 years, 7 months ago
  23. 5474ef8 virtio: Fix VirtIO BLK driver dependency by Bin Meng · 3 years, 7 months ago
  24. 8461ee5 pci: mpc85xx: Support 64-bit bus and cpu address by Bin Meng · 3 years, 7 months ago
  25. 03ff970 pci: mpc85xx: Support controller register physical address beyond 32-bit by Bin Meng · 3 years, 7 months ago
  26. 5a40f5c pci: mpc85xx: Wrap LAW programming with CONFIG_FSL_LAW by Bin Meng · 3 years, 7 months ago
  27. 7365a03 pci: fsl_pci_init: Dynamically allocate the PCI regions by Bin Meng · 3 years, 7 months ago
  28. 668866a Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 3 years, 7 months ago
  29. 384b62c serial: ns16550: Handle zero <clock-frequency> value by Bin Meng · 3 years, 8 months ago
  30. 09bd084 serial: ns16550: Correct the base address type by Bin Meng · 3 years, 8 months ago
  31. 297b8b3 sandbox: host bind must close file descriptor by Heinrich Schuchardt · 3 years, 8 months ago
  32. 15421b7 dm: core: Add DM_DEVICE_REMOVE condition to all exit paths by Simon Glass · 3 years, 8 months ago
  33. 24fd7e3 dm: core: Fix allocation of empty of-platdata by Simon Glass · 3 years, 8 months ago
  34. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 8 months ago
  35. be04f1a gpio: Define the log category in the uclass by Simon Glass · 3 years, 8 months ago
  36. d638a18 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · 3 years, 8 months ago
  37. edab114 gpio: x86: Drop the deprecated methods in intel_gpio by Simon Glass · 3 years, 8 months ago
  38. 3d64774 gpio: Use an 'ops' variable everywhere by Simon Glass · 3 years, 8 months ago
  39. ca1e1f5 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 8 months ago
  40. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 8 months ago
  41. e87e86f gpio: sandbox: Make sandbox_gpio_set_flags() set all flags by Simon Glass · 3 years, 8 months ago
  42. 0242aec gpio: sandbox: Fully separate pin value from output value by Simon Glass · 3 years, 8 months ago
  43. 1f212af gpio: sandbox: Use a separate flag for the value by Simon Glass · 3 years, 8 months ago
  44. a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 8 months ago
  45. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 8 months ago
  46. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 8 months ago
  47. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 8 months ago
  48. 4fe4067 gpio: Disable functions not used with of-platdata by Simon Glass · 3 years, 8 months ago
  49. 52ba373 Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 7 months ago
  50. 5d23532 video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 7 months ago
  51. 795d605 usb: USB keyboard requires DM_KEYBOARD by Heinrich Schuchardt · 3 years, 7 months ago
  52. 7f98575 usb: gadget: Use dbg_ep0() macro instead of serial_printf() by Pali Rohár · 3 years, 8 months ago
  53. f2e81c1 usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint by Pali Rohár · 3 years, 8 months ago
  54. f1e8d20 usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand by Pali Rohár · 3 years, 8 months ago
  55. ff77bb3 usb: musb: Fix receiving of bigger buffers by Pali Rohár · 3 years, 8 months ago
  56. ea7125c usb: musb: Fix transmission of bigger buffers by Pali Rohár · 3 years, 8 months ago
  57. 7d7ae28 usb: musb: Read value of PERI_RXCSR to 16bit variable by Pali Rohár · 3 years, 8 months ago
  58. 10bc132 usb: musb: Fix configuring FIFO for endpoints by Pali Rohár · 3 years, 8 months ago
  59. a6f5e1b usb: musb: Always clear the data toggle bit when configuring ep by Pali Rohár · 3 years, 8 months ago
  60. 7f840c1 serial: usbtty: Send urb data in correct order by Pali Rohár · 3 years, 8 months ago
  61. d3fb8fe serial: usbtty: Fix puts function by Pali Rohár · 3 years, 8 months ago
  62. d5cb668 tpm: Use logging in the uclass by Simon Glass · 3 years, 8 months ago
  63. 13ad993 tpm: Don't include cr50 in TPL/SPL by Simon Glass · 3 years, 8 months ago
  64. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 9 months ago
  65. 3ac0523 rng: iproc_rng200: Enable support for RPi4 armv7 by Matthias Brugger · 3 years, 7 months ago
  66. 76cffd5 drivers: mmc: iproc_sdhci: enable HS200 mode by Bharat Gooty · 3 years, 7 months ago
  67. 8bad34a pinctrl: at91-pio4: add support for slew-rate by Claudiu Beznea · 3 years, 8 months ago
  68. 0ba116a mmc: fsl_esdhc_imx: fix the DTOCV to 0xE by Haibo Chen · 3 years, 7 months ago
  69. c3e6f99 mmc: fsl_esdhc_imx: Add a compatible for i.MX51 by Fabio Estevam · 3 years, 7 months ago
  70. deb78ff thermal: imx_tmu: enable monitoring and default alert/critical by Tim Harvey · 3 years, 8 months ago
  71. 08cca18 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 7 months ago
  72. b839fc9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 7 months ago
  73. 0a7e5e5 usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver() by Patrice Chotard · 3 years, 7 months ago
  74. bc820d5 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 3 years, 7 months ago
  75. de1728c fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 8 months ago
  76. ae5e6b4 fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name by Sean Anderson · 3 years, 8 months ago
  77. f3cf964 fastboot: Remove mmcpart argument from raw_part_get_info_by_name by Sean Anderson · 3 years, 8 months ago
  78. 3f6fb77 mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 8 months ago
  79. 99bebbd Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 7 months ago
  80. d9bc92f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 7 months ago
  81. 783a15b mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG by Reto Schneider · 3 years, 7 months ago
  82. 12926f4 mtd: nand: spi: Only one dummy byte in QUADIO by Hauke Mehrtens · 3 years, 7 months ago
  83. 90d76f8 spi: nxp_fspi: Fix error reporting by Adam Ford · 3 years, 8 months ago
  84. 2f0c18b ddr: marvell: a38x: fix comment in conditional macro by Marek Behún · 3 years, 7 months ago
  85. b1b17f8 ddr: marvell: a38x: bump version to 14.0.0 by Marek Behún · 3 years, 7 months ago
  86. 420e106 ddr: marvell: a38x: enum mv_ddr_twin_die: change order by heaterC · 3 years, 7 months ago
  87. a267943 ddr: marvell: a38x: import code change from upstream by Marek Behún · 3 years, 7 months ago
  88. 2ab7bbf ddr: marvell: a38x: fix memory cs size function by Moti Buskila · 3 years, 7 months ago
  89. b85c6fb ddr: marvell: a38x: import header change from upstream by Marek Behún · 3 years, 7 months ago
  90. 44aeb28 ddr: marvell: a38x: disable WL phase correction stage in case of bus_width=16bit by Moti Buskila · 3 years, 7 months ago
  91. 32e7a6b ddr: marvell: a38x: add support for twin-die combined memory device by Moti Buskila · 3 years, 7 months ago
  92. 52dd9b9 ddr: marvell: a38x: add 16Gbit memory devices support by Moti Buskila · 3 years, 7 months ago
  93. 369e532 ddr: marvell: a38x: allow board specific ODT configuration by Baruch Siach · 3 years, 7 months ago
  94. 6e05324 ddr: marvell: a38x: import header change from upstream by Marek Behún · 3 years, 7 months ago
  95. 9c4e06a ddr: marvell: a38x: fix memory size calculation using 32bit bus width by Moti Buskila · 3 years, 7 months ago
  96. 6373a92 ddr: marvell: a38x: fix 32bit by Moti Buskila · 3 years, 7 months ago
  97. 4d67673 ddr: marvell: a38x: import header change from upstream by Marek Behún · 3 years, 7 months ago
  98. 1dbd0bd ddr: marvell: a38x: add ddr 32bit ECC support by Alex Leibovich · 3 years, 7 months ago
  99. 5d88723 ddr: marvell: a38x: add ddr32 support by Alex Leibovich · 3 years, 7 months ago
  100. ab7dda7 ddr: marvell: a38x: import header change from upstream by Marek Behún · 3 years, 7 months ago