1. 7dc75b6 memory: Add TI GPMC driver by Roger Quadros · Thu Oct 20 16:30:49 2022 +0300
  2. 9810725 mtd: spi-nor-core: Track flash's internal address mode by Takahiro Kuwano · Thu Sep 01 15:05:31 2022 +0900
  3. d23a58d mtd: Update the function name to 'rfree' by Fabio Estevam · Fri Oct 07 11:35:53 2022 -0300
  4. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  5. 77636df mtd: spi-nor: Use spi-mem dirmap API by Chin-Ting Kuo · Fri Aug 19 17:01:09 2022 +0800
  6. 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
  7. 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
  8. f20a6f0 mtd: nand: Rename nand_get_flash_type() into nand_detect() by Michael Trimarchi · Mon Jul 25 10:18:51 2022 +0200
  9. 4d4862d9 mtd: nand: change return type of nand_get_flash_type() to int by Michael Trimarchi · Mon Jul 25 10:06:06 2022 +0200
  10. 25bb179 mtd: nand: Rename the nand_manufacturers struct by Michael Trimarchi · Tue Jul 26 18:33:11 2022 +0200
  11. 5c13bd1 powerpc: remove support for kmtergr1 and MPC8309 by Holger Brunck · Fri Aug 19 16:55:06 2022 +0200
  12. 66483b3 mtd: nand: Move Macronix specific initialization in nand_macronix.c by Michael Trimarchi · Wed Jul 20 18:22:14 2022 +0200
  13. 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
  14. fa5d40c mtd: nand: Move Micron specific init logic in nand_micron.c by Michael Trimarchi · Wed Jul 20 18:22:12 2022 +0200
  15. 3ba671b mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c by Michael Trimarchi · Wed Jul 20 18:22:11 2022 +0200
  16. 3dc9060 mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c by Michael Trimarchi · Wed Jul 20 18:22:10 2022 +0200
  17. 6c8ef80 mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c by Michael Trimarchi · Wed Jul 20 18:22:09 2022 +0200
  18. 60f26dc mtd: nand: Export symbol nand_decode_ext_id by Michael Trimarchi · Wed Jul 20 18:22:08 2022 +0200
  19. 270c153 mtd: nand: Get rid of mtd variable in function calls by Michael Trimarchi · Wed Jul 20 18:22:07 2022 +0200
  20. 4a26e1d mtd: nand: Add manufacturer specific initialization/detection steps by Michael Trimarchi · Wed Jul 20 18:22:06 2022 +0200
  21. cd4d904 mtd: nand: Store nand ID in struct nand_chip by Michael Trimarchi · Wed Jul 20 18:22:05 2022 +0200
  22. 4ecf919 mtd: spi: Convert is_locked callback to is_unlocked by Jan Kiszka · Wed Mar 02 15:01:55 2022 +0100
  23. 1c905eb mtd: spi-nor: Parse SFDP SCCR Map by JaimeLiao · Mon Jul 04 14:12:41 2022 +0800
  24. f8e9848 mtd: spi-nor: add support for Macronix Octal flash by JaimeLiao · Mon Jul 04 14:12:39 2022 +0800
  25. fb0c70c usb: common: move urb code to common by Rui Miguel Silva · Wed Jun 29 11:06:14 2022 +0100
  26. 798ccaf usb: xhci-fsl: Remove non-DM code by Tom Rini · Wed Jun 08 08:24:32 2022 -0400
  27. 73b4eaf firmware: psci: bind arm smccc features when discovered by Etienne Carriere · Wed Jun 01 10:27:33 2022 +0200
  28. 7a04787 smccc: define generic IDs for feature discovery by Etienne Carriere · Wed Jun 01 10:27:31 2022 +0200
  29. a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · Fri May 20 18:38:10 2022 +0200
  30. 5732eae usb: xhci-dwc3: Support role switch default role by Mark Kettenis · Tue Apr 19 21:06:33 2022 +0200
  31. aa763a5 lib/date: Make rtc_mktime and mktime64 Y2038-ready by Jan Kiszka · Sun Apr 24 11:34:56 2022 +0200
  32. 7eec884 Introduce Verifying Program Loader (VPL) by Simon Glass · Sat Apr 30 00:56:52 2022 -0600
  33. 8d15d2b crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.h by Pali Rohár · Tue Apr 12 11:20:41 2022 +0200
  34. 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
  35. 8557361 iopoll: Extend read_poll_timeout macro to support variable parameters by Ariel D'Alessandro · Tue Apr 12 10:31:35 2022 -0300
  36. 9ff82d0 include/linux/byteorder: fix cpu_to_be32_array() by Heinrich Schuchardt · Thu May 20 17:36:03 2021 +0200
  37. 97a0512 linux/mtd/mtd.h: Add <dm/ofnode.h> by Tom Rini · Mon Apr 11 17:11:21 2022 -0400
  38. bee3287 mtd: Add flash_node in struct mtd_info by Patrice Chotard · Mon Mar 21 09:13:36 2022 +0100
  39. 4659612 clk: ccf: Add some helper functions for clock ops by Sean Anderson · Sun Mar 20 16:34:45 2022 -0400
  40. 982686c lib: div64: Add support for round up of div64_u64 by Ashok Reddy Soma · Wed Feb 23 15:36:04 2022 +0100
  41. f3efb3b mailbox: apple: Add driver for Apple IOP mailbox by Mark Kettenis · Sat Jan 22 20:38:12 2022 +0100
  42. 4cf5d61 kconfig: Add support for conditional values by Simon Glass · Sat Jan 22 05:07:26 2022 -0700
  43. 69227d8 kconfig: Update IS_ENABLED() internals by Simon Glass · Sat Jan 22 05:07:25 2022 -0700
  44. fbf6100 linux: bitmap.h: Add find_next_zero_area function by Keerthy · Thu Jan 27 13:16:54 2022 +0100
  45. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  46. 10cfadb stddef: Avoid warning with clang with offsetof() by Simon Glass · Thu Jan 13 06:47:55 2022 -0700
  47. 5dc7e67 include/linux/byteorder: Fix compilation of __constant_cpu_to_be32() by Pali Rohár · Fri Nov 26 14:57:05 2021 +0100
  48. 9a6473e include: import if_vlan.h from Linux by Vladimir Oltean · Wed Sep 29 18:04:37 2021 +0300
  49. d8a562b Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Sat Oct 23 10:49:28 2021 -0400
  50. 4b4896d mtd: Remove mtd_erase_callback() entirely by Marek Behún · Tue Oct 05 15:56:06 2021 +0200
  51. c3236c9 kconfig: Add tools support to CONFIG_IS_ENABLED() by Simon Glass · Sat Sep 25 19:43:15 2021 -0600
  52. 3eb3cce zstd: Create a function for use from U-Boot by Simon Glass · Sat Sep 25 07:03:09 2021 -0600
  53. 4b2a18b lib: Add memdup() by Simon Glass · Sat Sep 25 07:03:06 2021 -0600
  54. 64fc331 Convert CONFIG_SYS_NAND_MAX_CHIPS to Kconfig by Tom Rini · Wed Sep 22 14:50:36 2021 -0400
  55. 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
  56. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  57. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  58. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · Mon Sep 27 17:42:37 2021 +0200
  59. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  60. 33d2cf9 mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · Mon Sep 13 16:25:53 2021 +0200
  61. 9838538 mtd: spi: nor: force mtd name to "nor%d" by Patrick Delaunay · Wed Sep 22 18:29:08 2021 +0200
  62. bc77af5 mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · Mon Sep 13 16:25:53 2021 +0200
  63. 14856c3 mtd: remove SPEAr flash driver st_smi by Patrick Delaunay · Wed Sep 22 11:02:26 2021 +0200
  64. 382cf4e usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · Mon Sep 20 15:37:22 2021 +0200
  65. 2cde1a2 firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h by Suman Anna · Tue Jul 27 18:24:39 2021 -0500
  66. 169c251 net: ethtool: Add ethernet speed macros for higher speeds by Ashok Reddy Soma · Fri Jul 02 04:40:33 2021 -0600
  67. b3ab56c soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs by Keerthy · Tue Jun 22 12:04:27 2021 +0530
  68. c84e08c build_bug.h: add wrapper for _Static_assert by Rasmus Villemoes · Tue May 18 11:19:46 2021 +0200
  69. 1cf551d mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t by Takahiro Kuwano · Tue Jun 29 15:01:03 2021 +0900
  70. 60cddaf mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte by Takahiro Kuwano · Tue Jun 29 15:01:02 2021 +0900
  71. 3e01b95 mtd: spi-nor-core: Read status by Read Any Register by Takahiro Kuwano · Tue Jun 29 15:01:01 2021 +0900
  72. d74d7fa mtd: spi-nor-core: Add the ->ready() hook by Takahiro Kuwano · Tue Jun 29 15:01:00 2021 +0900
  73. ee93e45 mtd: spi-nor-core: Add support for volatile QE bit by Takahiro Kuwano · Tue Jun 29 15:00:59 2021 +0900
  74. 902df1d mtd: spi-nor-core: Add support for Read/Write Any Register by Takahiro Kuwano · Tue Jun 29 15:00:58 2021 +0900
  75. 53b9da5 mtd: spi-nor: Add Cypress manufacturer ID by Takahiro Kuwano · Tue Jun 29 15:00:56 2021 +0900
  76. 9c35a61 mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode by Pratyush Yadav · Sat Jun 26 00:47:29 2021 +0530
  77. caee9a6 mtd: spi-nor-core: Add support for Cypress Semper flash by Pratyush Yadav · Sat Jun 26 00:47:28 2021 +0530
  78. 4610350 mtd: spi-nor-core: Perform a Soft Reset on shutdown by Pratyush Yadav · Sat Jun 26 00:47:24 2021 +0530
  79. 4e293e9 mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT by Pratyush Yadav · Sat Jun 26 00:47:23 2021 +0530
  80. 12b8f8b mtd: spi-nor-core: Enable octal DTR mode when possible by Pratyush Yadav · Sat Jun 26 00:47:21 2021 +0530
  81. 8c49454 mtd: spi-nor-core: Parse xSPI Profile 1.0 table by Pratyush Yadav · Sat Jun 26 00:47:19 2021 +0530
  82. be389f6 mtd: spi-nor-core: Add support for DTR protocol by Pratyush Yadav · Sat Jun 26 00:47:16 2021 +0530
  83. 0b0a299 mtd: spi-nor-core: Rework hwcaps selection by Pratyush Yadav · Sat Jun 26 00:47:14 2021 +0530
  84. af27318 mtd: spi-nor-core: Introduce flash-specific fixup hooks by Pratyush Yadav · Sat Jun 26 00:47:13 2021 +0530
  85. 28d20db mtd: spi-nor-core: Add a ->setup() hook by Pratyush Yadav · Sat Jun 26 00:47:11 2021 +0530
  86. 544a8c9 mtd: add support for parsing partitions defined in OF by Marek Behún · Wed May 26 14:08:19 2021 +0200
  87. de4ef9b clk: fixed_rate: add API for directly registering fixed rate clocks by Tero Kristo · Fri Jun 11 11:45:06 2021 +0300
  88. cfbe15c lib: rational: copy the rational fraction lib routines from Linux by Tero Kristo · Fri Jun 11 11:45:02 2021 +0300
  89. 959473d compiler.h: align the __ADDRESSABLE macro with Linux' version by Marek Behún · Thu May 20 13:23:53 2021 +0200
  90. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  91. 923eeaf soc: ti: k3-navss-ringacc: Remove unused ring modes by Vignesh Raghavendra · Mon May 10 20:06:04 2021 +0530
  92. 6ca4860 soc: ti: k3-navss-ringacc: Add AM64 ringacc support by Vignesh Raghavendra · Mon May 10 20:06:03 2021 +0530
  93. a8a2b8a firmware: ti_sci: Update ti_sci_cmd_rm_udmap_tx_ch_cfg() API to the latest by Vignesh Raghavendra · Mon May 10 20:06:02 2021 +0530
  94. 3696c09 psci: add features/reset2 support by Igor Opaniuk · Thu Apr 01 02:01:53 2021 +0300
  95. 76c2852 psci: add v1.0/v1.1 definitions from Linux by Igor Opaniuk · Thu Apr 01 02:01:52 2021 +0300
  96. 9297a7f lib: string: Implement strlcat by Sean Anderson · Thu Mar 11 00:15:42 2021 -0500
  97. 5474457 arm: socfpga: smc: Add function to get usercode by Siew Chin Lim · Thu Mar 25 14:07:45 2021 +0800
  98. 2bbb62a arm: socfpga: smc: Remove unused SMC function ID by Siew Chin Lim · Fri Mar 12 17:51:10 2021 +0800
  99. b95c7b9 clk: fixed-rate: Export driver parts for OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:23 2021 +1300
  100. 8712391 log: convert pr_*() to logging by Heinrich Schuchardt · Mon Jan 04 08:02:55 2021 +0100