[GIT PULL] mtd: spi-nor: changes for v6.14
Pratyush Yadav
pratyush at kernel.org
Mon Jan 20 03:14:20 PST 2025
Hi Miquel,
Here are the SPI NOR changes for v6.14.
Regards,
Pratyush Yadav
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/for-6.14
for you to fetch changes up to 943e5f85600708c348f7b23d3c1cff1cf9763032:
mtd: spi-nor: sysfs: constify 'struct bin_attribute' (2025-01-13 17:47:03 +0000)
----------------------------------------------------------------
SPI NOR changes for 6.14
Notable changes:
- Add flash entries for Atmel AT25SF321, Spansion S28HL256T, S28HL02GT.
- Add support for vcc-supply regulators and their DT bindings.
- Drop mx25u25635f entry. The flash shares its ID with mx25u25645g and
both parts have an SFDP table. Removing their entry lets them be
driven by the generic SFDP-based driver.
----------------------------------------------------------------
Marcus Folkesson (1):
mtd: spi-nor: atmel: add at25sf321 entry
Parth Pancholi (1):
mtd: spi-nor: macronix: remove mx25u25635f from parts list to enable SFDP
Peng Fan (2):
dt-bindings: mtd: jedec,spi-nor: add optional vcc-supply
mtd: spi-nor: support vcc-supply regulator
Takahiro Kuwano (2):
mtd: spi-nor: spansion: Add support for S28HL256T
mtd: spi-nor: spansion: Add support for S28HL02GT
Thomas Weißschuh (1):
mtd: spi-nor: sysfs: constify 'struct bin_attribute'
Tudor Ambarus (3):
mtd: spi-nor: macronix: use nor->addr_nbytes
mtd: spi-nor: use local variable for struct device
mtd: spi-nor: extend description of size member of struct flash_info
.../devicetree/bindings/mtd/jedec,spi-nor.yaml | 4 ++++
drivers/mtd/spi-nor/atmel.c | 4 ++++
drivers/mtd/spi-nor/core.c | 19 ++++++++++++-------
drivers/mtd/spi-nor/core.h | 6 +++++-
drivers/mtd/spi-nor/macronix.c | 9 ++-------
drivers/mtd/spi-nor/spansion.c | 10 ++++++++++
drivers/mtd/spi-nor/sysfs.c | 8 ++++----
7 files changed, 41 insertions(+), 19 deletions(-)
More information about the linux-mtd
mailing list