1. 1faf526 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Wed Jun 30 15:48:09 2021 -0400
  2. 712e52c mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t by Takahiro Kuwano · Tue Jun 29 15:01:04 2021 +0900
  3. 1cf551d mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t by Takahiro Kuwano · Tue Jun 29 15:01:03 2021 +0900
  4. 60cddaf mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte by Takahiro Kuwano · Tue Jun 29 15:01:02 2021 +0900
  5. 3e01b95 mtd: spi-nor-core: Read status by Read Any Register by Takahiro Kuwano · Tue Jun 29 15:01:01 2021 +0900
  6. d74d7fa mtd: spi-nor-core: Add the ->ready() hook by Takahiro Kuwano · Tue Jun 29 15:01:00 2021 +0900
  7. ee93e45 mtd: spi-nor-core: Add support for volatile QE bit by Takahiro Kuwano · Tue Jun 29 15:00:59 2021 +0900
  8. 902df1d mtd: spi-nor-core: Add support for Read/Write Any Register by Takahiro Kuwano · Tue Jun 29 15:00:58 2021 +0900
  9. a3814fd mtd: spi-nor-ids: Add Cypress s25hl-t/s25hs-t by Takahiro Kuwano · Tue Jun 29 15:00:57 2021 +0900
  10. 53b9da5 mtd: spi-nor: Add Cypress manufacturer ID by Takahiro Kuwano · Tue Jun 29 15:00:56 2021 +0900
  11. 159b60e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · Mon Jun 28 18:32:07 2021 -0400
  12. 03b1715 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Mon Jun 28 18:31:53 2021 -0400
  13. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · Mon Jun 28 16:22:13 2021 -0400
  14. 8e80b6d Prepare v2021.07-rc5 by Tom Rini · Mon Jun 28 15:38:55 2021 -0400
  15. a11ee78 arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Kunihiko Hayashi · Tue Jun 15 15:33:02 2021 +0900
  16. a20e51f configs: Resync with savedefconfig by Tom Rini · Mon Jun 28 10:17:29 2021 -0400
  17. 9c35a61 mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode by Pratyush Yadav · Sat Jun 26 00:47:29 2021 +0530
  18. caee9a6 mtd: spi-nor-core: Add support for Cypress Semper flash by Pratyush Yadav · Sat Jun 26 00:47:28 2021 +0530
  19. 1c2bc5e mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress by Takahiro Kuwano · Sat Jun 26 00:47:27 2021 +0530
  20. 7f99605 mtd: spi-nor-core: allow truncated erases by Pratyush Yadav · Sat Jun 26 00:47:26 2021 +0530
  21. 62e4b5c mtd: spi-nor-core: Perform a Soft Reset on boot by Pratyush Yadav · Sat Jun 26 00:47:25 2021 +0530
  22. 4610350 mtd: spi-nor-core: Perform a Soft Reset on shutdown by Pratyush Yadav · Sat Jun 26 00:47:24 2021 +0530
  23. 4e293e9 mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT by Pratyush Yadav · Sat Jun 26 00:47:23 2021 +0530
  24. 1e9df68 mtd: spi-nor-core: Do not make invalid quad enable fatal by Pratyush Yadav · Sat Jun 26 00:47:22 2021 +0530
  25. 12b8f8b mtd: spi-nor-core: Enable octal DTR mode when possible by Pratyush Yadav · Sat Jun 26 00:47:21 2021 +0530
  26. 8e27ea8 mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode by Pratyush Yadav · Sat Jun 26 00:47:20 2021 +0530
  27. 8c49454 mtd: spi-nor-core: Parse xSPI Profile 1.0 table by Pratyush Yadav · Sat Jun 26 00:47:19 2021 +0530
  28. 6d5846b mtd: spi-nor-core: Get command opcode extension type from BFPT by Pratyush Yadav · Sat Jun 26 00:47:18 2021 +0530
  29. 6100561 mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D by Pratyush Yadav · Sat Jun 26 00:47:17 2021 +0530
  30. be389f6 mtd: spi-nor-core: Add support for DTR protocol by Pratyush Yadav · Sat Jun 26 00:47:16 2021 +0530
  31. d5baf16 mtd: spi-nor-core: Do not set data direction when there is no data by Pratyush Yadav · Sat Jun 26 00:47:15 2021 +0530
  32. 0b0a299 mtd: spi-nor-core: Rework hwcaps selection by Pratyush Yadav · Sat Jun 26 00:47:14 2021 +0530
  33. af27318 mtd: spi-nor-core: Introduce flash-specific fixup hooks by Pratyush Yadav · Sat Jun 26 00:47:13 2021 +0530
  34. 6103465 mtd: spi-nor-core: Move SFDP related declarations to top by Pratyush Yadav · Sat Jun 26 00:47:12 2021 +0530
  35. 28d20db mtd: spi-nor-core: Add a ->setup() hook by Pratyush Yadav · Sat Jun 26 00:47:11 2021 +0530
  36. 6ab0762 mtd: spi-nor-core: Fix address width on flash chips > 16MB by Pratyush Yadav · Sat Jun 26 00:47:10 2021 +0530
  37. e1814ad spi: cadence-qspi: Add support for octal DTR flashes by Pratyush Yadav · Sat Jun 26 00:47:09 2021 +0530
  38. 8dcf3e2 spi: cadence-qspi: Add a small delay before indirect writes by Pratyush Yadav · Sat Jun 26 00:47:08 2021 +0530
  39. 8e0be9e spi: cadence-qspi: Do not calibrate when device tree sets read delay by Pratyush Yadav · Sat Jun 26 00:47:07 2021 +0530
  40. 8c8452c spi: spi-mem: add spi_mem_dtr_supports_op() by Pratyush Yadav · Sat Jun 26 00:47:06 2021 +0530
  41. 8b0a2ac spi: spi-mem: export spi_mem_default_supports_op() by Pratyush Yadav · Sat Jun 26 00:47:05 2021 +0530
  42. ed08485 spi: spi-mem: allow specifying a command's extension by Pratyush Yadav · Sat Jun 26 00:47:04 2021 +0530
  43. 87a6db3 spi: spi-mem: allow specifying whether an op is DTR or not by Pratyush Yadav · Sat Jun 26 00:47:03 2021 +0530
  44. 1694588 Merge tag 'u-boot-imx-20210625' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Jun 25 13:33:47 2021 -0400
  45. c93136b spi: Add MXIC controller driver by Zhengxun · Wed Jun 23 17:15:15 2021 +0000
  46. 0400836 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Thu Jun 24 21:18:22 2021 -0400
  47. 2a0677f Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Thu Jun 24 21:17:49 2021 -0400
  48. f88939c usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · Sun Jun 20 12:00:52 2021 -0300
  49. 759126c usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · Sun Jun 20 12:00:51 2021 -0300
  50. d1e4738 ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boards by Adam Ford · Thu Jun 24 12:52:11 2021 -0500
  51. d3cf5c6 ARM: rmobile: Add basic PSCI support for R8A779A0 V3U Falcon by Hai Pham · Tue Oct 27 19:06:51 2020 +0700
  52. 69b7cc0 ARM: renesas: Add GICv3 initialization for V3U Falcon by Koji Matsuoka · Thu Jul 16 12:11:16 2020 +0900
  53. 3528c7a ARM: renesas: Add generic timer initialization for V3U Falcon by Koji Matsuoka · Tue Jul 21 15:21:53 2020 +0900
  54. 747a7ab ARM: renesas: Add R8A779A0 V3U Falcon board code by Hai Pham · Thu May 21 20:14:05 2020 +0700
  55. 47fc7be ARM: renesas: Add R8A779A0 V3U platform code by Hai Pham · Thu May 21 14:11:13 2020 +0700
  56. 027d886 ARM: dts: renesas: Add RPC node to R8A779A0 V3U by Marek Vasut · Sun Apr 25 23:00:21 2021 +0200
  57. 15bc1ca ARM: dts: renesas: Add R8A779A0 V3U DT extras by Hai Pham · Thu May 21 17:37:33 2020 +0700
  58. 4d142c7 ARM: dts: renesas: Add R8A779A0 V3U Falcon DTs by Marek Vasut · Sun Apr 25 22:28:00 2021 +0200
  59. 5711158 ARM: dts: renesas: Add R8A779A0 V3U DTs and headers by Marek Vasut · Sun Apr 25 22:28:00 2021 +0200
  60. 4dbc653 pinctrl: renesas: Import R8A779A0 V3U PFC tables by Marek Vasut · Tue Apr 27 01:55:54 2021 +0200
  61. d9544f8 gpio: renesas: Handle R8A779A0 V3U INEN register by Marek Vasut · Tue Apr 27 21:29:50 2021 +0200
  62. 86d59f3 clk: renesas: Add R8A779A0 clock tables by Hai Pham · Tue Aug 11 10:46:34 2020 +0700
  63. 0fbb8a7 clk: renesas: Handle R8A779A0 V3U clock types in Gen3 clock code by Marek Vasut · Tue Apr 27 19:52:53 2021 +0200
  64. eea5046 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Thu Jun 24 11:11:13 2021 -0400
  65. 397aaa9 cmd: mtd: expand <name> argument definition in command help by Marek Behún · Wed May 26 14:08:26 2021 +0200
  66. f96299f mtd: compare also with OF path and device name in get_mtd_device_nm() by Marek Behún · Wed May 26 14:08:25 2021 +0200
  67. c677428 cmd: mtd: print device OF path in listing by Marek Behún · Wed May 26 14:08:24 2021 +0200
  68. db3ce1f mtd: probe SPI NOR devices in mtd_probe_devices() by Marek Behún · Wed May 26 14:08:23 2021 +0200
  69. 3246ae2 mtd: remove mtd_probe() function by Marek Behún · Wed May 26 14:08:22 2021 +0200
  70. d37eb23 mtd: spi-nor: fill-in mtd->dev member by Marek Behún · Wed May 26 14:08:21 2021 +0200
  71. c1fcc14 mtd: spi-nor: allow registering multiple MTDs when DM is enabled by Marek Behún · Wed May 26 14:08:20 2021 +0200
  72. 544a8c9 mtd: add support for parsing partitions defined in OF by Marek Behún · Wed May 26 14:08:19 2021 +0200
  73. e897e3c dm: core: add ofnode_get_path() by Marek Behún · Wed May 26 14:08:18 2021 +0200
  74. 177ab7f dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · Wed May 26 14:08:17 2021 +0200
  75. 4b017b9 mtd: spinand: macronix: Add support for serial NAND flash by Jaime Liao · Mon Jun 07 16:19:15 2021 +0800
  76. 870d071 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Wed Jun 23 08:46:26 2021 -0400
  77. e9181f1 Merge tag 'mmc-2021-6-22' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Wed Jun 23 08:45:29 2021 -0400
  78. e295112 Merge branch '2021-06-22-assorted-fixes' by Tom Rini · Wed Jun 23 08:45:09 2021 -0400
  79. 70e473f test: Include /sbin to the PATH when creating file system by Andy Shevchenko · Thu Jun 10 18:08:42 2021 +0300
  80. 3c1a880 MAINTAINER, git-mailrc: Update the mmc maintainer by Jaehoon Chung · Tue Jun 15 07:16:36 2021 +0900
  81. 5dc7f61 global_data: Ensure we have <config.h> when symbols are not in Kconfig yet by Tom Rini · Thu Jun 03 09:39:02 2021 -0400
  82. e44077a5 socfpga64: Do not define CONFIG_SYS_MEM_RESERVE_SECURE to 0 by Tom Rini · Thu Jun 03 09:39:01 2021 -0400
  83. 8b6b776 Revert "powerpc: fix regression in arch_initr_trap()" by Tom Rini · Thu Jun 03 09:39:00 2021 -0400
  84. f1fc77c powerpc: Don't use relative include for config.h in global_data.h by Tom Rini · Thu Jun 03 09:38:59 2021 -0400
  85. 862dd21 malloc: add SPDX license identifiers by Heinrich Schuchardt · Sat May 29 13:18:00 2021 +0200
  86. 5f592ae MAINTAINERS: Add an entry for NVMe by Bin Meng · Tue Jun 22 21:16:23 2021 +0800
  87. 000230c doc: develop: Convert README.nvme to reST by Bin Meng · Tue Jun 22 21:16:22 2021 +0800
  88. bc80956 nvme: Don't clear nvme blk device's priv space by Bin Meng · Tue Jun 22 21:16:21 2021 +0800
  89. 36144bb nvme: Drop useless members of 'struct nvme_ns' by Bin Meng · Tue Jun 22 21:16:20 2021 +0800
  90. abc6d08 nvme: Eliminate the offset of one during block dev creation by Bin Meng · Tue Jun 22 21:16:19 2021 +0800
  91. 818db24 nvme: Skip block device creation for inactive namespaces by Bin Meng · Tue Jun 22 21:16:18 2021 +0800
  92. a82f325 nvme: Move block dev creation from uclass post_probe() to driver probe() by Bin Meng · Tue Jun 22 21:16:17 2021 +0800
  93. 631dde6 nvme: Remove the redundant aqa value setting by Wesley Sheng · Tue Jun 22 11:34:43 2021 +0800
  94. 85a9561 nvme: Correct the prps per page calculation method by Wesley Sheng · Tue Jun 22 11:34:21 2021 +0800
  95. 9f7e942 nvme: fix for big endian systems by David Lamparter · Thu May 06 20:24:30 2021 +0200
  96. 3eb15f5 x86: Discard .note.gnu.property sections by Bin Meng · Fri Jun 18 15:09:30 2021 +0800
  97. e66c876 Makefile: Adjust indention of GENENV quiet output by Jan Kiszka · Sun Jun 20 22:29:13 2021 +0200
  98. 3769e55 autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY by Da Xue · Mon Jun 21 22:39:19 2021 -0400
  99. 34be560 disk/part_dos.c: Fix a variable typo in write_mbr_partitions() by Christian Melki · Mon Jun 07 11:21:15 2021 +0200
  100. bd97b0d azure: Use msys2 20210604 installer for Windows build by Bin Meng · Tue Jun 22 07:33:21 2021 +0800