[GIT PULL] mtd: spi-nor: Changes for v6.3
Tudor Ambarus
tudor.ambarus at linaro.org
Mon Feb 6 01:39:09 PST 2023
Hi, Miquel, Richard,
This PR contains just small fixes on SPI NOR. You'll notice that I
merged 'mtd/fixes-for-6.2-rc4' into spi-nor/next to spare Linus of
solving a conflict on the include headers in drivers/mtd/spi-nor/core.c.
Cheers,
ta
The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:
Linux 6.2-rc2 (2023-01-01 13:53:16 -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.3
for you to fetch changes up to f047382519ca41702ebaee5a862e87390f687137:
Merge tag 'mtd/fixes-for-6.2-rc4' into spi-nor/next (2023-02-06
11:23:34 +0200)
----------------------------------------------------------------
SPI NOR changes:
* small fixes on core and spansion driver.
----------------------------------------------------------------
Arnd Bergmann (1):
mtd: cfi: allow building spi-intel standalone
Louis Rannou (1):
mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type
Mikhail Zhilkin (1):
mtd: parsers: scpart: fix __udivdi3 undefined on mips
Miquel Raynal (1):
mtd: spi-nor: Create macros to define chip IDs and geometries
Takahiro Kuwano (3):
mtd: spi-nor: sfdp: Fix index value for SCCR dwords
mtd: spi-nor: sfdp: Rename BFPT_DWORD() macro to SFDP_DWORD()
mtd: spi-nor: sfdp: Use SFDP_DWORD() macro for optional parameter
tables
Tudor Ambarus (5):
MAINTAINERS: Update email of Tudor Ambarus
mtd: spi-nor: spansion: Consider reserved bits in CFR5 register
mtd: spi-nor: spansion: Make CFRx reg fields generic
mtd: spi-nor: Sort headers alphabetically
Merge tag 'mtd/fixes-for-6.2-rc4' into spi-nor/next
Yuan Can (1):
mtd: parsers: Fix potential memory leak in
mtd_parser_tplink_safeloader_parse()
Zeng Heng (1):
mtd: spi-nor: core: fix implicit declaration warning
.mailmap |
1 +
Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-aes.yaml |
2 +-
Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml |
2 +-
Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-tdes.yaml |
2 +-
Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml |
2 +-
Documentation/devicetree/bindings/spi/atmel,quadspi.yaml |
2 +-
MAINTAINERS |
10 +++---
drivers/crypto/atmel-ecc.c |
4 +--
drivers/crypto/atmel-i2c.c |
4 +--
drivers/crypto/atmel-i2c.h |
2 +-
drivers/mtd/parsers/scpart.c |
2 +-
drivers/mtd/parsers/tplink_safeloader.c |
4 ++-
drivers/mtd/spi-nor/core.c |
21 ++++++++----
drivers/mtd/spi-nor/core.h |
44 ++++++++++++------------
drivers/mtd/spi-nor/debugfs.c |
2 +-
drivers/mtd/spi-nor/issi.c |
2 +-
drivers/mtd/spi-nor/macronix.c |
2 +-
drivers/mtd/spi-nor/sfdp.c |
78 +++++++++++++++++++++++--------------------
drivers/mtd/spi-nor/sfdp.h |
9 +++--
drivers/mtd/spi-nor/spansion.c |
27 +++++++++------
include/linux/mtd/spi-nor.h |
1 -
21 files changed, 120 insertions(+), 103 deletions(-)
More information about the linux-mtd
mailing list