1. 9c10cfe mmc: am654_sdhci: Use sdhci_set_control_reg() by Faiz Abbas · Thu Feb 04 15:10:55 2021 +0530
  2. 36c8c5c mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes by Faiz Abbas · Thu Feb 04 15:10:54 2021 +0530
  3. 7a7e2c7 mmc: am654_sdhci: Add support for software tuning by Faiz Abbas · Thu Feb 04 15:10:53 2021 +0530
  4. c73f04e mmc: am654_sdhci: Add support for writing to clkbuf_sel by Faiz Abbas · Thu Feb 04 15:10:52 2021 +0530
  5. def2a0f mmc: am654_sdhci: Add support for input tap delay by Faiz Abbas · Thu Feb 04 15:10:51 2021 +0530
  6. 2c2fc96 mmc: am654_sdhci: Add support for AM65x SR2.0 by Faiz Abbas · Thu Feb 04 15:10:50 2021 +0530
  7. 947e8f3 mmc: am654_sdhci: Add flag for PHY calibration by Faiz Abbas · Thu Feb 04 15:10:49 2021 +0530
  8. b7f57bb mmc: am654_sdhci: Convert flag fields to BIT macro by Faiz Abbas · Thu Feb 04 15:10:48 2021 +0530
  9. 2c45a2c mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post() by Faiz Abbas · Thu Feb 04 15:10:47 2021 +0530
  10. 6ede121 mmc: sdhci: Add helper functions for UHS modes by Faiz Abbas · Thu Feb 04 15:10:46 2021 +0530
  11. a45e6db remoteproc: k3_r5: Sync to upstreamed kernel DT property names by Suman Anna · Tue Jan 26 18:20:56 2021 -0600
  12. 0c0c9b6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Mon Feb 01 08:15:46 2021 -0500
  13. b81b6d9 x86: tsc_timer: Correct overflow in __udelay() by Simon Glass · Wed Jan 13 20:29:45 2021 -0700
  14. 207f0cf Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Sun Jan 31 19:44:45 2021 -0500
  15. 6ddb825 ata: sunxi: fix debug messages by Dario Binacchi · Sun Jan 24 19:13:10 2021 +0100
  16. 882a923 net: sun8i-emac: Determine pinmux based on SoC, not EMAC type by Andre Przywara · Mon Jan 11 21:11:49 2021 +0100
  17. 15651d8 net: sun8i-emac: Always clear syscon EPHY register by Andre Przywara · Mon Jan 11 21:11:45 2021 +0100
  18. 032e905 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Sun Jan 31 14:24:35 2021 -0500
  19. c33ede3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sun Jan 31 14:23:47 2021 -0500
  20. fd892c3 usb: gaget: ci: set ep's desc when enable ep by Li Jun · Mon Jan 25 21:44:00 2021 +0800
  21. a4b9f4d usb: gadget: fastboot: use correct max packet size by Li Jun · Mon Jan 25 21:43:59 2021 +0800
  22. 3c5a857 usb: udc: ci: update speed handling by Li Jun · Mon Jan 25 21:43:58 2021 +0800
  23. f8cbce8 usb: composite: force gadget to be USB2 for HS only function by Li Jun · Mon Jan 25 21:43:57 2021 +0800
  24. b7202bd usb: gadget: dnl: set dnl to be super speed by Li Jun · Mon Jan 25 21:43:56 2021 +0800
  25. 394d009 usb: fastboot: add super speed support by Li Jun · Mon Jan 25 21:43:55 2021 +0800
  26. adb1c32 usb: gadget: add super speed support by Li Jun · Mon Jan 25 21:43:54 2021 +0800
  27. d981294 usb: gadget: update os_desc_config when add config by Jun Li · Mon Jan 25 21:43:53 2021 +0800
  28. be4a943 usb: gadget: set correct usb_configuration for os_desc_config by Jun Li · Mon Jan 25 21:43:52 2021 +0800
  29. 2afadd6 usb: gadget: fastboot: add ext properties for WCID by Li Jun · Mon Jan 25 21:43:51 2021 +0800
  30. 62936de usb: gadget: add WCID support for mfgtool by Li Jun · Mon Jan 25 21:43:50 2021 +0800
  31. 68bda3a usb: gadget: OS Feature Descriptors support by Li Jun · Mon Jan 25 21:43:49 2021 +0800
  32. a3669d2 usb: gadget: add Kconfig for OS descriptors by Peng Fan · Mon Jan 25 21:43:48 2021 +0800
  33. e787da4 usb: gadget: move utf8_to_utf16le to header file by Li Jun · Mon Jan 25 21:43:47 2021 +0800
  34. 2a16354 usb: gadget: OS String support by Li Jun · Mon Jan 25 21:43:46 2021 +0800
  35. b89516f usb: gadget: don't change ep name for dwc3 while ep autoconfig by Li Jun · Mon Jan 25 21:43:45 2021 +0800
  36. d22fb8a usb: gadget: Add ep_config call back to usb_gadget_ops by Ye Li · Mon Jan 25 21:43:44 2021 +0800
  37. 2cecb46 usb: gadget: Do not export usbd_device_* arrays by Pali Rohár · Sat Dec 26 19:12:11 2020 +0100
  38. ee9b855 thor: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · Tue Dec 22 11:32:24 2020 +0100
  39. b1fa1ad dfu: add 'SCRIPT' entity by Marek Szyprowski · Tue Dec 22 11:32:22 2020 +0100
  40. d7cbe12 dfu: add 'SKIP' entity by Jaehoon Chung · Tue Dec 22 11:32:21 2020 +0100
  41. 968f5e2 dfu: mmc: use the default MMC device if entity specifies it as -1 by Marek Szyprowski · Tue Dec 22 11:32:20 2020 +0100
  42. ab81b2a f_fastboot: Avoid use-after-free in the global pointer variable by Andy Shevchenko · Thu Dec 03 17:32:05 2020 +0200
  43. 6dcda09 f_rockusb: Avoid use-after-free in the global pointer variable by Andy Shevchenko · Thu Dec 03 17:32:04 2020 +0200
  44. 6f767ed f_rockusb: Use NULL instead of 0 for pointers by Andy Shevchenko · Thu Dec 03 17:32:03 2020 +0200
  45. 2753cec gadget: f_thor: fix wrong file size cast by Seung-Woo Kim · Fri Oct 16 16:29:02 2020 +0900
  46. abbe8c4 dfu: Fix handling of UBI partitions in MTD backend by Guillermo Rodriguez · Wed Sep 02 13:06:06 2020 +0200
  47. d6e2f87 mmc: tmio: sdhi: Configure internal DMA bus width by Marek Vasut · Sun Jan 03 11:38:25 2021 +0100
  48. e3cfde9 sandbox: fill block device meta information by Heinrich Schuchardt · Mon Jan 25 12:57:14 2021 +0100
  49. c0d1a00 sandbox: keep time offset when resetting by Heinrich Schuchardt · Wed Dec 30 18:07:48 2020 +0100
  50. bf0a692 dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · Thu Jan 21 13:57:14 2021 -0700
  51. 303c3c2 dm: core: Add a comment about pinctrl_select_state() by Simon Glass · Thu Jan 21 13:57:13 2021 -0700
  52. 6646c57 clk: x86: Correct the driver name by Simon Glass · Thu Jan 21 13:57:12 2021 -0700
  53. f73f581 clk: Add debugging for return values by Simon Glass · Thu Jan 21 13:57:11 2021 -0700
  54. 6d0601e sandbox: Disable I2C emulators in SPL by Simon Glass · Thu Jan 21 13:57:09 2021 -0700
  55. 62b5487 i2c: desigware: Add an alias for Intel Apollo Lake by Simon Glass · Thu Jan 21 13:57:08 2021 -0700
  56. 333e3a9 cros_ec: Add vstore support by Simon Glass · Sat Jan 16 14:52:31 2021 -0700
  57. 692f38d cros_ec: Allow use with of-platdata by Simon Glass · Sat Jan 16 14:52:30 2021 -0700
  58. 0316130 cros_ec: Show events in human-readable form by Simon Glass · Sat Jan 16 14:52:29 2021 -0700
  59. 9d70252 cros_ec: Add support for switches by Simon Glass · Sat Jan 16 14:52:28 2021 -0700
  60. 959e1ce cros_ec: Support reading EC features by Simon Glass · Sat Jan 16 14:52:26 2021 -0700
  61. 33909b5 cros_ec: Add support for reading the SKU ID by Simon Glass · Sat Jan 16 14:52:25 2021 -0700
  62. cd3a63e cros_ec: Add run-time check for input buffer overflow by Simon Glass · Sat Jan 16 14:52:24 2021 -0700
  63. ebee533 cros_ec: Tidy up a few delays by Simon Glass · Sat Jan 16 14:52:23 2021 -0700
  64. 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · Sat Jan 16 14:52:22 2021 -0700
  65. 21c6e8e tpm: cr50: Rename driver to work with of-platdata by Simon Glass · Thu Dec 31 09:52:14 2020 -0700
  66. 8e5f345 tpm: cr50: Add a better description and more debug by Simon Glass · Thu Dec 31 09:52:13 2020 -0700
  67. f6155cf tpm: cr50: Check for valid locality by Simon Glass · Thu Dec 31 09:52:12 2020 -0700
  68. f33cf3c spi: mtk_snor: add support for MTK SPI NOR controller by developer · Wed Jan 20 15:31:33 2021 +0800
  69. f9b8730 rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc by Ying-Chun Liu (PaulLiu) · Fri Jan 15 13:53:02 2021 +0800
  70. 74aaa3f mmc: pci_mmc: Set the removable flag by Simon Glass · Wed Jan 13 20:29:54 2021 -0700
  71. 5c9c49e mmc: pci_mmc: Only generate ACPI code for the SD card by Simon Glass · Wed Jan 13 20:29:52 2021 -0700
  72. 62b535e video: Allow syncing the entire framebuffer to the copy by Simon Glass · Wed Jan 13 20:29:46 2021 -0700
  73. ede8909 pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more) by Stefan Roese · Tue Jan 12 12:03:43 2021 +0100
  74. 8d82a20 bootcount: allow to use this feature on TPL by Philippe Reynes · Fri Dec 11 19:56:47 2020 +0100
  75. f68b2f7 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Wed Jan 27 11:39:31 2021 -0500
  76. 7bbc25b net: phy: micrel: Try default PHY ofnode first by Marek Vasut · Sun Jan 17 00:16:16 2021 +0100
  77. 556872f net: phy: ca_phy: Add driver for CAxxxx SoCs by Abbie Chang · Thu Jan 14 13:34:12 2021 -0800
  78. ebcdddd net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs by Aaron Tseng · Thu Jan 14 13:34:11 2021 -0800
  79. e178994 net: e1000: Add missing address translations by Stefan Roese · Mon Nov 16 18:02:30 2020 +0100
  80. 0a1a329 net: e1000: Use virt_to_phys() instead of pci_virt_to_mem() by Stefan Roese · Mon Nov 16 18:02:29 2020 +0100
  81. 9094276 net: e1000: Remove unused bus_to_phys() macro by Stefan Roese · Mon Nov 16 18:02:28 2020 +0100
  82. e3271bb arm64: a37xx: pci: Fix printing debug messages by Pali Rohár · Mon Jan 18 12:09:33 2021 +0100
  83. abba9dd serial: a3720: Implement pending method for output direction by Pali Rohár · Thu Jan 14 15:46:35 2021 +0100
  84. 09577aa pci: pci_mvebu: Define an IO region as well by Phil Sutter · Sun Jan 03 23:06:46 2021 +0100
  85. b70ae13 pci: Make auto-config code a little more robust by Phil Sutter · Sun Jan 03 23:06:45 2021 +0100
  86. f100063 arm: mvebu: Espressobin: Disable slot when emmc is not present by Pali Rohár · Mon Dec 21 11:09:10 2020 +0100
  87. 1e220b2 gpio: Add support for DM GPIO for Kirkwood by Harm Berntsen · Sun Nov 29 10:08:02 2020 +0000
  88. d719a4d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Mon Jan 25 19:46:02 2021 -0500
  89. e52dc3e clk: sunxi: Add support for H616 clocks by Jernej Skrabec · Mon Jan 11 21:11:52 2021 +0100
  90. 91dd215 sunxi: gpio: introduce compatible for H616 by Jernej Skrabec · Mon Jan 11 21:11:51 2021 +0100
  91. e638e05 sunxi: Add support for H616 SoC by Jernej Skrabec · Mon Jan 11 21:11:46 2021 +0100
  92. 6b12ad8 mmc: sunxi: Refactor mod clock register offset by Andre Przywara · Mon Jan 11 21:11:44 2021 +0100
  93. d4330c6 i2c: mvtwsi: sunxi: update macro by Jernej Skrabec · Mon Jan 11 21:11:36 2021 +0100
  94. d6da7ab mmc: sunxi: Replace H6 ifdefs with H6 gen macro by Jernej Skrabec · Mon Jan 11 21:11:35 2021 +0100
  95. fde828c sunxi: Add support for AXP305 PMIC by Jernej Skrabec · Mon Jan 11 21:11:33 2021 +0100
  96. 43bb158 net: sun8i-emac: Allow all RGMII PHY modes by Andre Przywara · Sat Nov 14 17:37:46 2020 +0000
  97. 7bf38bc Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · Mon Jan 25 14:38:40 2021 -0500
  98. 27d95eb Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Jan 25 09:02:35 2021 -0500
  99. e1a7435 Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · Mon Jan 25 09:01:28 2021 -0500
  100. 3260234 reset: reset-mtmips: add DM_FLAG_PRE_RELOC flag by developer · Thu Nov 12 16:37:14 2020 +0800