From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Vignesh Raghavendra <vigneshr@ti.com>
Cc: Richard Weinberger <richard@nod.at>,
"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
"Yadav, Pratyush" <p.yadav@ti.com>,
Michael Walle <michael@walle.cc>,
Tudor Ambarus <Tudor.Ambarus@microchip.com>
Subject: Re: mtd: spi-nor: Changes for v5.14
Date: Wed, 30 Jun 2021 13:07:54 +0200 [thread overview]
Message-ID: <20210630130754.608b3564@xps13> (raw)
In-Reply-To: <56e24b3e-57a2-50a0-8dee-c6b7ec62193f@ti.com>
Hi Vignesh,
Vignesh Raghavendra <vigneshr@ti.com> wrote on Fri, 25 Jun 2021
12:17:36 +0530:
> Hi Richard,
>
> This is the SPI NOR PR for v5.14.
>
> Regards
> Vignesh
>
>
> The following changes since commit c4681547bcce777daf576925a966ffa824edd09d:
>
> Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/for-5.14
>
> for you to fetch changes up to c17e5c85b32f8809135f3211ba2525fb98b5c09f:
>
> mtd: spi-nor: remove redundant continue statement (2021-06-21 11:17:10 +0530)
>
> ----------------------------------------------------------------
> SPI NOR core changes:
> - Ability to dump SFDP tables via sysfs
> - Support for erasing OTP regions on Winbond and similar flashes
> - Few API doc updates and fixes
> - Locking support for MX25L12805D
>
> SPI NOR controller drivers changes:
> - Use SPI_MODE_X_MASK in nxp-spifi
> - Intel Alder Lake-M SPI serial flash support
>
> ----------------------------------------------------------------
> Andy Shevchenko (1):
> mtd: spi-nor: nxp-spifi: Use SPI_MODE_X_MASK
>
> Colin Ian King (1):
> mtd: spi-nor: remove redundant continue statement
>
> David Bauer (1):
> mtd: spi-nor: enable locking support for MX25L12805D
>
> Michael Walle (7):
> mtd: spi-nor: otp: fix kerneldoc typos
> mtd: spi-nor: otp: fix access to security registers in 4 byte mode
> mtd: spi-nor: otp: use more consistent wording
> mtd: spi-nor: otp: return -EROFS if region is read-only
> mtd: spi-nor: otp: implement erase for Winbond and similar flashes
> mtd: spi-nor: sfdp: save a copy of the SFDP data
> mtd: spi-nor: add initial sysfs support
>
> Mika Westerberg (1):
> mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial flash
>
> Pratyush Yadav (1):
> mtd: spi-nor: Add documentation for spi_nor_soft_reset()
>
> Tudor Ambarus (1):
> mtd: spi-nor: macronix: Fix name for mx66l51235f
>
> Documentation/ABI/testing/sysfs-bus-spi-devices-spi-nor | 31 ++
> drivers/mtd/spi-nor/Makefile | 2 +-
> drivers/mtd/spi-nor/controllers/intel-spi-pci.c | 1 +
> drivers/mtd/spi-nor/controllers/nxp-spifi.c | 2 +-
> drivers/mtd/spi-nor/core.c | 22 +-
> drivers/mtd/spi-nor/core.h | 16 +
> drivers/mtd/spi-nor/macronix.c | 5 +-
> drivers/mtd/spi-nor/otp.c | 160 +++++++++-
> drivers/mtd/spi-nor/sfdp.c | 58 ++++
> drivers/mtd/spi-nor/sysfs.c | 93 ++++++
> drivers/mtd/spi-nor/winbond.c | 1 +
> include/linux/mtd/spi-nor.h | 2 +
> 12 files changed, 370 insertions(+), 23 deletions(-)
> create mode 100644 Documentation/ABI/testing/sysfs-bus-spi-devices-spi-nor
> create mode 100644 drivers/mtd/spi-nor/sysfs.c
Pulled into mtd/next, thanks!
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
prev parent reply other threads:[~2021-06-30 11:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-25 6:47 mtd: spi-nor: Changes for v5.14 Vignesh Raghavendra
2021-06-30 11:07 ` Miquel Raynal [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210630130754.608b3564@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@microchip.com \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=p.yadav@ti.com \
--cc=richard@nod.at \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox