[GIT PULL] mtd: Fixes for v6.2-rc4

From: Miquel Raynal
Date: Thu Jan 12 2023 - 04:54:03 EST


Hello Linus,

This is an MTD fixes PR for the next -rc. I was told that MAINTAINERS
changes were welcome ASAP to avoid bouncing e-mails and communication
disruptions, so here is a change to update Tudor's e-mail address
included in this PR aside with 3 core MTD changes.

Thanks,
Miquèl

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/mtd/fixes-for-6.2-rc4

for you to fetch changes up to c0f7ae27539fbac267384a7bfc58296ea7550d52:

MAINTAINERS: Update email of Tudor Ambarus (2023-01-07 15:18:44 +0100)

----------------------------------------------------------------
MTD changes:
* cfi: Allow building spi-intel standalone to avoid build issues
* parsers: scpart: Fix __udivdi3 undefined on mips
* parsers: tplink_safeloader: Fix potential memory leak during parsing

MAINTAINERS change:
* Update email of Tudor Ambarus

----------------------------------------------------------------
Arnd Bergmann (1):
mtd: cfi: allow building spi-intel standalone

Mikhail Zhilkin (1):
mtd: parsers: scpart: fix __udivdi3 undefined on mips

Tudor Ambarus (1):
MAINTAINERS: Update email of Tudor Ambarus

Yuan Can (1):
mtd: parsers: Fix potential memory leak in mtd_parser_tplink_safeloader_parse()

.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 | 1 +
include/linux/mtd/spi-nor.h | 1 -
14 files changed, 21 insertions(+), 18 deletions(-)