1. fb96879 mmc: Parse HS400 Enhanced strobe DT properties by Peng Fan · 5 years ago
  2. eede83b mmc: support hs400 enhanced strobe mode by Peng Fan · 5 years ago
  3. 7aa20fd mmc: fsl_esdhc_imx: fix config check issue when building in SPL by Ye Li · 5 years ago
  4. a1afe25 mmc: mmc_spi: Re-write driver using DM framework by Bhargav Shah · 5 years ago
  5. d9c92c7 mmc: skip select_mode_and_width for MMC SPI host by Anup Patel · 5 years ago
  6. faf5c95 mmc: retry a few times if a partition switch failed by Jean-Jacques Hiblot · 5 years ago
  7. e8a626d mmc: do not change mode when accessing a boot partition by Jean-Jacques Hiblot · 5 years ago
  8. 5a7cf40 mmc: During a switch, poll on dat0 if available and check the final status by Jean-Jacques Hiblot · 5 years ago
  9. 7f5b169 mmc: When switching partition, use the timeout specified in the ext_csd by Jean-Jacques Hiblot · 5 years ago
  10. 201559c mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csd by Jean-Jacques Hiblot · 5 years ago
  11. 4f04a32 mmc: if possible, poll the busy state using DAT0 by Jean-Jacques Hiblot · 5 years ago
  12. 443edbe mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status() by Jean-Jacques Hiblot · 5 years ago
  13. 4527b50 mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported by Jean-Jacques Hiblot · 5 years ago
  14. a26ed26 Revert "mmc: Add a new callback function to perform the 74 clocks cycle sequence" by Jean-Jacques Hiblot · 5 years ago
  15. 6574396 mmc: omap_hsmmc: don't fill the send_init_stream callback by Jean-Jacques Hiblot · 5 years ago
  16. a1e7a4d mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command by Jean-Jacques Hiblot · 5 years ago
  17. 7e40f41 mmc: rpmb: fix response type of CMD25 by Akio Hirayama · 5 years ago
  18. c8a0ec0 mmc: sdhci: Implement SDHCI card detect by T Karthik Reddy · 5 years ago
  19. 3863f7e mmc: sdhci: Read cd-gpio from devicetree by T Karthik Reddy · 5 years ago
  20. d0bb516 mmc: Read sd card detect properties from DT by T Karthik Reddy · 5 years ago
  21. d033cbf regulator: Allow autosetting fixed regulators by Sven Schwermer · 5 years ago
  22. 39cb340 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
  23. 6305a5c pinctrl: pinctrl-single: Add 'pinctrl-single, bits' support by Adam Ford · 5 years ago
  24. fb04390 power: regulator: Kconfig: Add SPL_DM_REGULATOR configs for palmas/lp873x/lp87565 by Keerthy · 5 years ago
  25. a23e47e power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565 by Keerthy · 5 years ago
  26. 2febcea rtc: add Microcrystal RV-8803 driver by Michael Walle · 6 years ago
  27. 3f12cf1 usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET by Derald D. Woods · 6 years ago
  28. 2e819b4 rtc: ds1307: add support for m41t11 by Heiko Schocher · 6 years ago
  29. 8967664 mmc: Register only the first MMC device on MMC_TINY by Ezequiel Garcia · 6 years ago
  30. 6698318 spl: Move SPL_MMC_TINY option to appear under SPL menu by Ezequiel Garcia · 6 years ago
  31. 26d68b2 drivers: core: use strcmp when find device by name by Peng Fan · 6 years ago
  32. 5df208d pci: ensure enumeration of all devices in pci_init by Marek Behún · 6 years ago
  33. 5a822e8 Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  34. 4e5f22a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
  35. b2504a5 Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 5 years ago
  36. 47e00a3 gpio: pca953x: Add TI TCA9539 compatible string by Marek Vasut · 6 years ago
  37. c84dd7f tpm: wait for valid status by Roman Kapl · 6 years ago
  38. c64f19b pci_ep: add pci endpoint sandbox driver by Ramon Fried · 6 years ago
  39. 19873fe pci_ep: add Cadence PCIe endpoint driver by Ramon Fried · 6 years ago
  40. 663686d drivers: pci_ep: Introduce UCLASS_PCI_EP uclass by Ramon Fried · 6 years ago
  41. 1b289d3 km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards by Pascal Linder · 5 years ago
  42. 96821ba km/spi: add weak functions to kirkwood_spi driver (DM part) by Pascal Linder · 5 years ago
  43. 09467d3 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · 5 years ago
  44. f127443 test: dm: Add a test for PCI Enhanced Allocation by Alex Marginean · 5 years ago
  45. 1c934a6 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · 5 years ago
  46. d193718 fdt: Allow indicating a node is for U-Boot proper only by Patrick Delaunay · 6 years ago
  47. a8f78c6 drivers: serial: lpuart: Enable Little Endian Support by Vabhav Sharma · 6 years ago
  48. 6d0d991 spi: Avoid using malloc() in a critical function by Simon Glass · 6 years ago
  49. bfd4844 blk: Allow control of the block cache in TPL by Simon Glass · 6 years ago
  50. 7e36868 sandbox: Correct spi flash operation by Simon Glass · 6 years ago
  51. 2fe5b91 sandbox: Exit when SYSRESET_POWER_OFF is requested by Simon Glass · 6 years ago
  52. 526082f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago
  53. 584344d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · 5 years ago
  54. ec4f6ba clk: uniphier: add EMMC clock for LD11, LD20, and PXs3 by Masahiro Yamada · 5 years ago
  55. 7a40ec0 spi: Add SPI controller driver for UniPhier SoCs by Kunihiko Hayashi · 5 years ago
  56. da3833f Merge tag 'u-boot-atmel-2019.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
  57. db45213 rtc: pcf2127: Fixed bug with rtc settings and getting error time by Chuanhua Han · 5 years ago
  58. 88151bb spi: Add Atmel QuadSPI driver by Tudor Ambarus · 5 years ago
  59. 362e4e6 xilinx_xiic: Fix transfer initialisation by Melin Tomas · 5 years ago
  60. d133b1e xilinx_xiic: Fix fill tx fifo loop by Melin Tomas · 5 years ago
  61. 6e85c81 i2c: designware: Get clock rate from clock DM by Ley Foon Tan · 5 years ago
  62. d003a37 i2c: designware_i2c: Restore enable state after set speed by Jun Chen · 5 years ago
  63. cfe40f4 ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG by Markus Klotzbuecher · 6 years ago
  64. 3ce740d ubispl: add support for loading volumes by name by Hamish Guthrie · 6 years ago
  65. 9c77e20 ubi: fix UBI_SILENCE_MSG by Markus Klotzbuecher · 6 years ago
  66. ea57706 Merge tag 'mmc-6-23' of https://github.com/MrVan/u-boot by Tom Rini · 5 years ago
  67. 43e65fd Merge tag 'video-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  68. bc59fb4 video: backlight: fix pwm inversion by Marc Dietrich · 5 years ago
  69. b49b5c2 usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue by Jean-Jacques Hiblot · 5 years ago
  70. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · 5 years ago
  71. 5a94557 usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback by Jean-Jacques Hiblot · 5 years ago
  72. d93dda7 usb: ehci-mx6: Fix bus enumeration for DM case by Marek Vasut · 5 years ago
  73. 9cc3bf6 pinctrl: uniphier: Add SPI pin-mux settings by Kunihiko Hayashi · 5 years ago
  74. 8f6b935 Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  75. 09580e2 usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP by Frieder Schrempf · 5 years ago
  76. 16b3854 mmc: fsl_esdhc_imx: drop useless code by Yangbo Lu · 5 years ago
  77. 62b56b3 mmc: fsl_esdhc: drop i.MX code by Yangbo Lu · 5 years ago
  78. 982f425 mmc: split fsl_esdhc driver for i.MX by Yangbo Lu · 5 years ago
  79. 5cb3f27 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  80. d13a8a3 watchdog: tangier: Convert to use WDT class by Andy Shevchenko · 5 years ago
  81. 8e192e8 watchdog: tangier: Replace unused constant with a comment by Andy Shevchenko · 5 years ago
  82. f95cfeb pci: Avoid assigning PCI resources that are below 0x1000 by Bin Meng · 5 years ago
  83. 300329c Fix watchdog timeout setup for mt7623 by Shannon Barber · 5 years ago
  84. 53e1d3c aspeed/watchdog: Correct timeout value by Joel Stanley · 5 years ago
  85. 5072ce9 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 5 years ago
  86. 0021f46 Merge tag 'u-boot-stm32-20190619' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  87. 72f24c2 Merge tag 'mmc-6-19' of https://github.com/MrVan/u-boot by Tom Rini · 5 years ago
  88. 25ff98c dm: pci: add Freescale PowerPC PCIe driver by Hou Zhiqiang · 6 years ago
  89. a1bc50b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 5 years ago
  90. c01090e usb: dwc2: allow peripheral mode for OTG configuration by Patrick Delaunay · 5 years ago
  91. ed74263 usb: dwc2: correctly handle binding for g-tx-fifo-size by Patrick Delaunay · 5 years ago
  92. 4cc119b mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled by Yangbo Lu · 6 years ago
  93. 9e3d7b6 mmc: Avoid HS400 mode when accessing boot partitions by Marek Vasut · 5 years ago
  94. ada136e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  95. 69732df Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  96. 73dac9b fastboot: Check if partition really exist in getvar_has_slot() by Igor Opaniuk · 5 years ago
  97. 6646bbd fastboot: getvar: Refactor fastboot_*_get_part_info() usage by Sam Protsenko · 5 years ago
  98. 0fb37ee fastboot: Use const qualifier for char *part_name by Sam Protsenko · 5 years ago
  99. fd7467e fastboot: Fix slot names reported by getvar by Sam Protsenko · 5 years ago
  100. 82a17e6 spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED by Jagan Teki · 6 years ago