1. 2458a51 linux/unaligned: remove unused access_ok.h by Jens Wiklander · Mon May 22 14:22:37 2023 +0200
  2. e6618f4 include: Remove unused header files by Tom Rini · Tue May 16 12:34:47 2023 -0400
  3. d7b87b7 Fix sparse checks processing by Christophe Leroy · Fri May 05 10:39:39 2023 +0200
  4. e71451d net: phy: Add MDIO PCS 2.5G and 5G speed macros from Linux by Marek Vasut · Sun Mar 19 18:08:09 2023 +0100
  5. b0a19b3 include: kernel.h: port find_closest() from Linux by Chris Packham · Mon Mar 20 10:23:43 2023 +1300
  6. 0a6a0c4 Correct SPL uses of SANDBOX_CLK_CCF by Simon Glass · Sun Feb 05 15:40:43 2023 -0700
  7. b89eb94 mtd: Drop unused fsmc_nand driver by Simon Glass · Wed Feb 01 13:19:49 2023 -0700
  8. d694c23 mtd: Drop unused fsl_upm driver by Simon Glass · Wed Feb 01 13:19:48 2023 -0700
  9. c1c3857 mtd: spi-nor: Add support for Infineon s25fs256t by Takahiro Kuwano · Mon Dec 19 10:28:21 2022 +0900
  10. 89cf7cc mtd: spi-nor-core: Make CFRx reg fields generic by Takahiro Kuwano · Fri Jan 20 12:28:22 2023 +0900
  11. 0f4bf2a mtd: spi-nor-core: Consider reserved bits in CFR5 register by Takahiro Kuwano · Fri Jan 20 12:28:21 2023 +0900
  12. dbe88da lib: zstd: update to latest Linux zstd 1.5.2 by Brandon Maier · Thu Jan 12 10:27:45 2023 -0600
  13. 34955aa Merge tag 'u-boot-nand-20230108' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash into next by Tom Rini · Sun Jan 08 13:12:42 2023 -0500
  14. a42b770 mtd: rawnand: omap_elm: u-boot driver model support by Roger Quadros · Tue Dec 20 12:22:03 2022 +0200
  15. e8723e8 Merge tag 'u-boot-at91-2023.04-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · Fri Jan 06 11:53:26 2023 -0500
  16. a5bc092fb mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase() by Dario Binacchi · Tue Nov 08 10:07:19 2022 +0100
  17. 810f141 mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation by Balamanikandan Gunasundar · Tue Oct 25 16:21:05 2022 +0530
  18. b7fb8e5 mfd: syscon: Add atmel-matrix registers definition by Balamanikandan Gunasundar · Tue Oct 25 16:21:03 2022 +0530
  19. 705017a liteeth: LiteX Ethernet device by Joel Stanley · Mon Sep 26 15:35:58 2022 +0930
  20. 73bec9d list.h: synchronize hlist_for_each_entry* iterators with linux by Rasmus Villemoes · Fri Oct 28 13:50:52 2022 +0200
  21. 7dc75b6 memory: Add TI GPMC driver by Roger Quadros · Thu Oct 20 16:30:49 2022 +0300
  22. 9810725 mtd: spi-nor-core: Track flash's internal address mode by Takahiro Kuwano · Thu Sep 01 15:05:31 2022 +0900
  23. d23a58d mtd: Update the function name to 'rfree' by Fabio Estevam · Fri Oct 07 11:35:53 2022 -0300
  24. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  25. 77636df mtd: spi-nor: Use spi-mem dirmap API by Chin-Ting Kuo · Fri Aug 19 17:01:09 2022 +0800
  26. 445eccb Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash into next by Tom Rini · Wed Aug 24 17:30:29 2022 -0400
  27. 8e5d016 arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocation by Pali Rohár · Wed Aug 10 14:46:09 2022 +0200
  28. f20a6f0 mtd: nand: Rename nand_get_flash_type() into nand_detect() by Michael Trimarchi · Mon Jul 25 10:18:51 2022 +0200
  29. 4d4862d9 mtd: nand: change return type of nand_get_flash_type() to int by Michael Trimarchi · Mon Jul 25 10:06:06 2022 +0200
  30. 25bb179 mtd: nand: Rename the nand_manufacturers struct by Michael Trimarchi · Tue Jul 26 18:33:11 2022 +0200
  31. 5c13bd1 powerpc: remove support for kmtergr1 and MPC8309 by Holger Brunck · Fri Aug 19 16:55:06 2022 +0200
  32. 66483b3 mtd: nand: Move Macronix specific initialization in nand_macronix.c by Michael Trimarchi · Wed Jul 20 18:22:14 2022 +0200
  33. c7b2830 mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c by Michael Trimarchi · Wed Jul 20 18:22:13 2022 +0200
  34. fa5d40c mtd: nand: Move Micron specific init logic in nand_micron.c by Michael Trimarchi · Wed Jul 20 18:22:12 2022 +0200
  35. 3ba671b mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c by Michael Trimarchi · Wed Jul 20 18:22:11 2022 +0200
  36. 3dc9060 mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c by Michael Trimarchi · Wed Jul 20 18:22:10 2022 +0200
  37. 6c8ef80 mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c by Michael Trimarchi · Wed Jul 20 18:22:09 2022 +0200
  38. 60f26dc mtd: nand: Export symbol nand_decode_ext_id by Michael Trimarchi · Wed Jul 20 18:22:08 2022 +0200
  39. 270c153 mtd: nand: Get rid of mtd variable in function calls by Michael Trimarchi · Wed Jul 20 18:22:07 2022 +0200
  40. 4a26e1d mtd: nand: Add manufacturer specific initialization/detection steps by Michael Trimarchi · Wed Jul 20 18:22:06 2022 +0200
  41. cd4d904 mtd: nand: Store nand ID in struct nand_chip by Michael Trimarchi · Wed Jul 20 18:22:05 2022 +0200
  42. 4ecf919 mtd: spi: Convert is_locked callback to is_unlocked by Jan Kiszka · Wed Mar 02 15:01:55 2022 +0100
  43. 1c905eb mtd: spi-nor: Parse SFDP SCCR Map by JaimeLiao · Mon Jul 04 14:12:41 2022 +0800
  44. f8e9848 mtd: spi-nor: add support for Macronix Octal flash by JaimeLiao · Mon Jul 04 14:12:39 2022 +0800
  45. fb0c70c usb: common: move urb code to common by Rui Miguel Silva · Wed Jun 29 11:06:14 2022 +0100
  46. 798ccaf usb: xhci-fsl: Remove non-DM code by Tom Rini · Wed Jun 08 08:24:32 2022 -0400
  47. 73b4eaf firmware: psci: bind arm smccc features when discovered by Etienne Carriere · Wed Jun 01 10:27:33 2022 +0200
  48. 7a04787 smccc: define generic IDs for feature discovery by Etienne Carriere · Wed Jun 01 10:27:31 2022 +0200
  49. a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · Fri May 20 18:38:10 2022 +0200
  50. 5732eae usb: xhci-dwc3: Support role switch default role by Mark Kettenis · Tue Apr 19 21:06:33 2022 +0200
  51. aa763a5 lib/date: Make rtc_mktime and mktime64 Y2038-ready by Jan Kiszka · Sun Apr 24 11:34:56 2022 +0200
  52. 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · Sat Apr 30 00:56:52 2022 -0600
  53. 8d15d2b crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.h by Pali Rohár · Tue Apr 12 11:20:41 2022 +0200
  54. 16c68ee Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Apr 13 08:00:11 2022 -0400
  55. 8557361 iopoll: Extend read_poll_timeout macro to support variable parameters by Ariel D'Alessandro · Tue Apr 12 10:31:35 2022 -0300
  56. 9ff82d0 include/linux/byteorder: fix cpu_to_be32_array() by Heinrich Schuchardt · Thu May 20 17:36:03 2021 +0200
  57. 97a0512 linux/mtd/mtd.h: Add <dm/ofnode.h> by Tom Rini · Mon Apr 11 17:11:21 2022 -0400
  58. bee3287 mtd: Add flash_node in struct mtd_info by Patrice Chotard · Mon Mar 21 09:13:36 2022 +0100
  59. 4659612 clk: ccf: Add some helper functions for clock ops by Sean Anderson · Sun Mar 20 16:34:45 2022 -0400
  60. 982686c lib: div64: Add support for round up of div64_u64 by Ashok Reddy Soma · Wed Feb 23 15:36:04 2022 +0100
  61. f3efb3b mailbox: apple: Add driver for Apple IOP mailbox by Mark Kettenis · Sat Jan 22 20:38:12 2022 +0100
  62. 4cf5d61 kconfig: Add support for conditional values by Simon Glass · Sat Jan 22 05:07:26 2022 -0700
  63. 69227d8 kconfig: Update IS_ENABLED() internals by Simon Glass · Sat Jan 22 05:07:25 2022 -0700
  64. fbf6100 linux: bitmap.h: Add find_next_zero_area function by Keerthy · Thu Jan 27 13:16:54 2022 +0100
  65. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  66. 10cfadb stddef: Avoid warning with clang with offsetof() by Simon Glass · Thu Jan 13 06:47:55 2022 -0700
  67. 5dc7e67 include/linux/byteorder: Fix compilation of __constant_cpu_to_be32() by Pali Rohár · Fri Nov 26 14:57:05 2021 +0100
  68. 9a6473e include: import if_vlan.h from Linux by Vladimir Oltean · Wed Sep 29 18:04:37 2021 +0300
  69. d8a562b Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Sat Oct 23 10:49:28 2021 -0400
  70. 4b4896d mtd: Remove mtd_erase_callback() entirely by Marek Behún · Tue Oct 05 15:56:06 2021 +0200
  71. c3236c9 kconfig: Add tools support to CONFIG_IS_ENABLED() by Simon Glass · Sat Sep 25 19:43:15 2021 -0600
  72. 3eb3cce zstd: Create a function for use from U-Boot by Simon Glass · Sat Sep 25 07:03:09 2021 -0600
  73. 4b2a18b lib: Add memdup() by Simon Glass · Sat Sep 25 07:03:06 2021 -0600
  74. 64fc331 Convert CONFIG_SYS_NAND_MAX_CHIPS to Kconfig by Tom Rini · Wed Sep 22 14:50:36 2021 -0400
  75. 2154876 Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Sep 30 11:29:41 2021 -0400
  76. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  77. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  78. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · Mon Sep 27 17:42:37 2021 +0200
  79. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  80. 33d2cf9 mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · Mon Sep 13 16:25:53 2021 +0200
  81. 9838538 mtd: spi: nor: force mtd name to "nor%d" by Patrick Delaunay · Wed Sep 22 18:29:08 2021 +0200
  82. bc77af5 mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · Mon Sep 13 16:25:53 2021 +0200
  83. 14856c3 mtd: remove SPEAr flash driver st_smi by Patrick Delaunay · Wed Sep 22 11:02:26 2021 +0200
  84. 382cf4e usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · Mon Sep 20 15:37:22 2021 +0200
  85. 2cde1a2 firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h by Suman Anna · Tue Jul 27 18:24:39 2021 -0500
  86. 169c251 net: ethtool: Add ethernet speed macros for higher speeds by Ashok Reddy Soma · Fri Jul 02 04:40:33 2021 -0600
  87. b3ab56c soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs by Keerthy · Tue Jun 22 12:04:27 2021 +0530
  88. c84e08c build_bug.h: add wrapper for _Static_assert by Rasmus Villemoes · Tue May 18 11:19:46 2021 +0200
  89. 1cf551d mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t by Takahiro Kuwano · Tue Jun 29 15:01:03 2021 +0900
  90. 60cddaf mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte by Takahiro Kuwano · Tue Jun 29 15:01:02 2021 +0900
  91. 3e01b95 mtd: spi-nor-core: Read status by Read Any Register by Takahiro Kuwano · Tue Jun 29 15:01:01 2021 +0900
  92. d74d7fa mtd: spi-nor-core: Add the ->ready() hook by Takahiro Kuwano · Tue Jun 29 15:01:00 2021 +0900
  93. ee93e45 mtd: spi-nor-core: Add support for volatile QE bit by Takahiro Kuwano · Tue Jun 29 15:00:59 2021 +0900
  94. 902df1d mtd: spi-nor-core: Add support for Read/Write Any Register by Takahiro Kuwano · Tue Jun 29 15:00:58 2021 +0900
  95. 53b9da5 mtd: spi-nor: Add Cypress manufacturer ID by Takahiro Kuwano · Tue Jun 29 15:00:56 2021 +0900
  96. 9c35a61 mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode by Pratyush Yadav · Sat Jun 26 00:47:29 2021 +0530
  97. caee9a6 mtd: spi-nor-core: Add support for Cypress Semper flash by Pratyush Yadav · Sat Jun 26 00:47:28 2021 +0530
  98. 4610350 mtd: spi-nor-core: Perform a Soft Reset on shutdown by Pratyush Yadav · Sat Jun 26 00:47:24 2021 +0530
  99. 4e293e9 mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT by Pratyush Yadav · Sat Jun 26 00:47:23 2021 +0530
  100. 12b8f8b mtd: spi-nor-core: Enable octal DTR mode when possible by Pratyush Yadav · Sat Jun 26 00:47:21 2021 +0530