mbox series

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

Message ID 20230112104941.27840eb4@xps-13
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for v6.2-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.2-rc4

Message

Miquel Raynal Jan. 12, 2023, 9:49 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 12, 2023, 12:16 p.m. UTC | #1
The pull request you sent on Thu, 12 Jan 2023 10:49:41 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.2-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e58f087e9c579a909e62600c3812801227cd564c

Thank you!