1. 3bf27ff Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · Thu Oct 01 14:52:56 2020 -0400
  2. 9963422 usb: xhci: use macros with parameter to fill ep_info2 by developer · Tue Sep 08 19:00:02 2020 +0200
  3. 57c052b usb: xhci: convert to TRB_TX_TYPE() by developer · Tue Sep 08 19:00:01 2020 +0200
  4. 6cabb14 usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() by developer · Tue Sep 08 19:00:00 2020 +0200
  5. 497dcfa usb: xhci: convert to TRB_TYPE() by developer · Tue Sep 08 18:59:59 2020 +0200
  6. 6b9e221 usb: xhci: convert to HCS_MAX_PORTS() by developer · Tue Sep 08 18:59:58 2020 +0200
  7. 8039053 usb: xhci: add quirks flag to support MediaTek xHCI 0.96 by developer · Tue Sep 08 18:59:57 2020 +0200
  8. 570c2a9 usb: xhci: create one unified function to calculate TRB TD remainder by developer · Tue Sep 08 18:59:56 2020 +0200
  9. d1c2da4 usb: xhci: add a member hci_version in xhci_ctrl struct by developer · Tue Sep 08 18:59:55 2020 +0200
  10. 2a46a2e Merge branch 'next' of git://git.denx.de/u-boot-sh into next by Tom Rini · Thu Oct 01 10:29:39 2020 -0400
  11. 36fae2f Merge branch '2020-09-30-assorted-network-improvements' into next by Tom Rini · Thu Oct 01 09:46:10 2020 -0400
  12. 2829d99 sntp: use udp framework by Philippe Reynes · Fri Sep 18 14:13:02 2020 +0200
  13. 6ec70bc net: add a generic udp protocol by Philippe Reynes · Fri Sep 18 14:13:00 2020 +0200
  14. c6e9af3 reset: add reset controller driver for SCMI agents by Etienne Carriere · Wed Sep 09 18:44:06 2020 +0200
  15. 78928e1 clk: add clock driver for SCMI agents by Etienne Carriere · Wed Sep 09 18:44:04 2020 +0200
  16. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · Wed Sep 09 18:44:00 2020 +0200
  17. b3bbbcf regmap: Add support for regmap fields by Jean-Jacques Hiblot · Thu Sep 24 10:04:16 2020 +0530
  18. 3e4e50a regmap: Allow devices to specify regmap range start and size in config by Pratyush Yadav · Thu Sep 24 10:04:15 2020 +0530
  19. 7eb2476 regmap: Add regmap_init_mem_range() by Pratyush Yadav · Thu Sep 24 10:04:14 2020 +0530
  20. 3b94e5d regmap: Allow left shifting register offset before access by Pratyush Yadav · Thu Sep 24 10:04:13 2020 +0530
  21. 1c9867c regmap: Allow specifying read/write width by Pratyush Yadav · Thu Sep 24 10:04:12 2020 +0530
  22. de03d12 regmap: Add devm_regmap_init() by Jean-Jacques Hiblot · Thu Sep 24 10:04:10 2020 +0530
  23. 775d6a2 drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · Fri Sep 11 13:43:34 2020 +0530
  24. 5be97a3 drivers: reset: Add a managed API to get reset controllers from the DT by Jean-Jacques Hiblot · Wed Sep 09 15:37:03 2020 +0530
  25. bb56633 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Wed Sep 30 09:21:43 2020 -0400
  26. bc9bb24 dm: Print device name in dev_xxx like Linux by Sean Anderson · Tue Sep 15 10:45:22 2020 -0400
  27. 16a2e86 dm: Use symbolic constants for log levels in dev_xxx by Sean Anderson · Tue Sep 15 10:45:21 2020 -0400
  28. f7d4b9b remoteproc: Remove unused function rproc_elf_sanity_check by Sean Anderson · Tue Sep 15 10:45:07 2020 -0400
  29. 3fe9807 linux/compat.h: Remove netdev_xxx functions by Sean Anderson · Tue Sep 15 10:44:58 2020 -0400
  30. d2f487f mmc: Add mmc_dev() by Sean Anderson · Tue Sep 15 10:44:45 2020 -0400
  31. 510bca3 riscv: clk: Add CLINT clock to kendryte clock driver by Sean Anderson · Mon Sep 28 10:52:27 2020 -0400
  32. 738ff53 timer: Add helper for drivers using timebase fallback by Sean Anderson · Mon Sep 28 10:52:22 2020 -0400
  33. e719d97 arm: dts: r8a774e1: Import DTS from Linux 5.9-rc4 by Biju Das · Wed Sep 16 11:38:04 2020 +0100
  34. 25e0b96 arm: dts: r8a774b1: Import DTS from Linux 5.9-rc4 by Biju Das · Wed Sep 16 09:05:07 2020 +0100
  35. 26af5a6 arm: dts: r8a774a1: Import DTS from Linux 5.9-rc4 by Biju Das · Tue Sep 15 15:36:28 2020 +0100
  36. b469006 ARM: rmobile: Enable RPC on Salvator-X, ULCB, Ebisu by Marek Vasut · Sat Jul 29 21:28:50 2017 +0200
  37. 38738d9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · Fri Sep 25 09:04:01 2020 -0400
  38. 3bbcf6f x86: video: Show information about each video device by Simon Glass · Tue Sep 22 21:16:40 2020 -0600
  39. 6e4116a acpi: Use I2cSerialBusV2() instead of I2cSerialBus() by Simon Glass · Tue Sep 22 12:45:44 2020 -0600
  40. d010cc1 acpi: Add more documentation for struct acpi_gpio by Simon Glass · Tue Sep 22 12:45:43 2020 -0600
  41. b11c2b3 x86: Move include of bitops out of ACPI region by Simon Glass · Tue Sep 22 12:45:41 2020 -0600
  42. 48ca578 acpi: Use defines for field lengths by Simon Glass · Tue Sep 22 12:45:39 2020 -0600
  43. 2802628 acpi: tpm: Add a TPM1 table by Simon Glass · Tue Sep 22 12:45:33 2020 -0600
  44. 272a703 acpi: tpm: Add a TPM2 table by Simon Glass · Tue Sep 22 12:45:32 2020 -0600
  45. b16dbec x86: apl: Generate required ACPI tables by Simon Glass · Tue Sep 22 12:45:19 2020 -0600
  46. 7aaa140 p2sb: Add some definitions used for ACPI by Simon Glass · Tue Sep 22 12:45:18 2020 -0600
  47. 87cf8d2 x86: acpi: Add support for additional Intel tables by Simon Glass · Tue Sep 22 12:45:16 2020 -0600
  48. 2f8b6af acpi: Add more support for generating processor tables by Simon Glass · Tue Sep 22 12:45:13 2020 -0600
  49. 412dc4b acpi: Add support for generating processor tables by Simon Glass · Tue Sep 22 12:45:11 2020 -0600
  50. 9597189 x86: acpi: Support generation of the DBG2 table by Simon Glass · Tue Sep 22 12:45:10 2020 -0600
  51. 4ffe8b0 x86: acpi: Support generation of the HPET table by Simon Glass · Tue Sep 22 12:45:09 2020 -0600
  52. ac779e3 x86: Add a few common Intel CPU functions by Simon Glass · Tue Sep 22 12:45:08 2020 -0600
  53. ff71114 x86: apl: Add power-management definitions by Simon Glass · Tue Sep 22 12:45:06 2020 -0600
  54. 057427c x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · Tue Sep 22 12:45:03 2020 -0600
  55. 31cc5b4 i2c: Add a generic driver to generate ACPI info by Simon Glass · Tue Sep 22 12:45:01 2020 -0600
  56. 2f3c6ba dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · Tue Sep 22 12:44:59 2020 -0600
  57. 4c8cbbd acpi: Support generating a multi-function _DSM for devices by Simon Glass · Tue Sep 22 12:44:58 2020 -0600
  58. ca72763 acpi: Add support for conditions and return values by Simon Glass · Tue Sep 22 12:44:57 2020 -0600
  59. 77dfd03 acpi: Add support for writing a _PRW by Simon Glass · Tue Sep 22 12:44:56 2020 -0600
  60. fdf5263 x86: coral: Add ACPI tables for coral by Simon Glass · Tue Sep 22 12:44:55 2020 -0600
  61. 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Sep 24 08:33:47 2020 -0400
  62. be20319 board/freescale: Remove P5020DS board support by Priyanka Jain · Mon Sep 21 11:56:44 2020 +0530
  63. e97fbb7 board/freescale: Remove P1024RDB board support by Priyanka Jain · Mon Sep 21 11:56:41 2020 +0530
  64. 5a7834a board/freescale: Remove P1021RDB board support by Priyanka Jain · Mon Sep 21 15:36:25 2020 +0530
  65. b1d2441 board/freescale: Remove P1020MBG board support by Priyanka Jain · Mon Sep 21 11:56:39 2020 +0530
  66. 769c3ce board/freescale: Remove P1020UTM board support by Priyanka Jain · Mon Sep 21 11:56:38 2020 +0530
  67. dbd83d0 board/freescale: Remove P1025RDB board support by Priyanka Jain · Mon Sep 21 15:35:16 2020 +0530
  68. 2312405 board/freescale: Remove p1023rdb board support by Priyanka Jain · Mon Sep 21 11:56:35 2020 +0530
  69. 0bbc869 configs: p1_p2_rdb: Add the default address of vsc7385 firmware by Hou Zhiqiang · Thu Jul 16 18:09:17 2020 +0800
  70. 5966b6d net: tsec: Add the compatible string "gianfar" support by Hou Zhiqiang · Thu Jul 16 18:09:14 2020 +0800
  71. 0a35579 net: fsl_mdio: Correct the MII management register block address by Hou Zhiqiang · Thu Jul 16 18:09:11 2020 +0800
  72. 788cdae xilinx: versal: Fix compilation error when !CONFIG_NET by Michal Simek · Wed Sep 16 10:14:01 2020 +0200
  73. 1aab114 fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGA by Michal Simek · Wed Sep 09 14:41:56 2020 +0200
  74. 74076ba fpga: zynqmp: Get rid of ZYNQMP_SIP_SVC* macros by Michal Simek · Wed Sep 09 13:25:40 2020 +0200
  75. 62591cb include: dt-bindings: Add MSCC header by Harini Katakam · Tue Sep 08 15:22:36 2020 +0530
  76. 21e3b04 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · Thu Sep 10 18:26:17 2020 +0200
  77. 646f8c6 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · Thu Sep 10 10:49:59 2020 +0200
  78. 8544716 core: improve of_match_ptr with OF_PLATDATA by Walter Lozano · Wed Jul 29 13:17:31 2020 -0300
  79. 594a7f0 Merge branch 'master' into next by Tom Rini · Mon Sep 21 14:25:37 2020 -0400
  80. dfba072 x86: edison: Move config SYS_MALLOC_LEN to Kconfig by Andy Shevchenko · Tue Sep 08 16:57:22 2020 +0300
  81. f5edc7a reset: Add IPQ40xx reset controller driver by Robert Marko · Thu Sep 10 16:00:02 2020 +0200
  82. 7478f9b4 Merge tag 'u-boot-imx-20200918' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Sep 18 10:42:12 2020 -0400
  83. 5480b71 apalis_imx6: provide fdtfile in env instead of setting it in runtime by Igor Opaniuk · Mon Sep 14 11:01:12 2020 +0300
  84. 5ae7af5 colibri_imx6: provide fdtfile in env instead of setting it in runtime by Igor Opaniuk · Mon Sep 14 11:01:11 2020 +0300
  85. a692001 colibri_imx7: use preboot for fdtfile evaluation by Igor Opaniuk · Mon Sep 14 11:01:10 2020 +0300
  86. dd3b7b8 colibri_vf: use preboot for fdtfile evaluation by Igor Opaniuk · Mon Sep 14 11:01:09 2020 +0300
  87. 2993c4f colibri-imx6ull: use preboot for fdtfile evaluation by Igor Opaniuk · Mon Sep 14 11:01:08 2020 +0300
  88. d8e293b colibri_imx7: use splashcreen value instead of legacy function by Igor Opaniuk · Mon Sep 14 11:01:05 2020 +0300
  89. 12f97c7 colibri-imx6ull: use splashcreen value instead of legacy function by Igor Opaniuk · Mon Sep 14 11:01:04 2020 +0300
  90. 3c52107 mpc83xx, keymile boards: enable DM_ETH and add DTS by Heiko Schocher · Mon Feb 03 07:43:57 2020 +0100
  91. 3b07a13 powerpc, qe: add DTS support for parallel I/O ports by Heiko Schocher · Mon Feb 03 10:23:53 2020 +0100
  92. 7bb4010 include: phy: fix NULL pointer check in phy_write() by Thirupathaiah Annapureddy · Mon Aug 17 17:31:08 2020 -0700
  93. f2eb699 Merge tag 'ti-v2021.01-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Tue Sep 15 15:22:00 2020 -0400
  94. 618ba9f arm: mach-omap2: am33xx: Add device structure for spi by Faiz Abbas · Mon Sep 14 12:11:15 2020 +0530
  95. 5a8141a am335x_evm: Allow booting from usb-storage device by Matwey V. Kornilov · Mon Aug 24 21:00:33 2020 +0300
  96. 0c925c4 ti: Use devtype=mmc instead of setenv devtype mmc by Matwey V. Kornilov · Mon Aug 24 21:00:32 2020 +0300
  97. 153e750 env: ti: j721e-evm: Update R5 SPL rproc env variables for J7200 by Suman Anna · Tue Aug 18 14:09:43 2020 -0500
  98. 5c8e933 env: ti: j721e-evm: Update rproc_fw_binaries env variable for J7200 by Suman Anna · Mon Aug 17 18:15:12 2020 -0500
  99. 72fd601 env: ti: j721e-evm: Limit scope of rproc env variables used by R5 SPL by Suman Anna · Mon Aug 17 16:57:36 2020 -0500
  100. a926416 configs: j721e_evm: Add Main R5FSS1 Core1 to default rproc boot list by Suman Anna · Mon Aug 17 16:57:35 2020 -0500