Linux-mtd Archive mirror
 help / color / mirror / Atom feed
From: Tudor Ambarus <tudor.ambarus@linaro.org>
To: Richard Weinberger <richard@nod.at>,
	Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Michael Walle <mwalle@kernel.org>,
	Pratyush Yadav <pratyush@kernel.org>,
	"open list:SPI NOR SUBSYSTEM" <linux-mtd@lists.infradead.org>
Subject: [GIT PULL] mtd: spi-nor: changes for v6.9
Date: Thu, 29 Feb 2024 16:15:34 +0200	[thread overview]
Message-ID: <7d391df2-09e4-4166-9116-312bfa74e738@linaro.org> (raw)

Hi!

Here is the SPI NOR PR for v6.9.

Thanks,
ta

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -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.9

for you to fetch changes up to 6a9eda34418fc4dc05c2a7d6741c475e287d418c:

  mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase map
(2024-02-26 13:29:09 +0200)

----------------------------------------------------------------
SPI NOR gets the non uniform erase code cleaned. We stopped using
bitmasks for erase types and flags, and instead introduced dedicated
members. We then passed the SPI NOR erase map to MTD. Users can now
determine the erase regions and make informed decisions on partitions
size.

----------------------------------------------------------------
Josua Mayer (1):
      dt-bindings: mtd: spi-nor: add optional interrupts property

Takahiro Kuwano (4):
      mtd: spi-nor: core: rework struct spi_nor_erase_region
      mtd: spi-nor: core: get rid of SNOR_LAST_REGION flag
      mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flag
      mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase map

 Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml |   3 +
 drivers/mtd/spi-nor/core.c                               | 187
++++++++++++++----------------
 drivers/mtd/spi-nor/core.h                               |  30 ++---
 drivers/mtd/spi-nor/debugfs.c                            |  26 ++---
 drivers/mtd/spi-nor/sfdp.c                               |  47 +++-----
 5 files changed, 128 insertions(+), 165 deletions(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

             reply	other threads:[~2024-02-29 14:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 14:15 Tudor Ambarus [this message]
2024-03-07 17:09 ` [GIT PULL] mtd: spi-nor: changes for v6.9 Miquel Raynal
2024-03-08  6:54   ` Tudor Ambarus
2024-03-13 22:24 ` Miquel Raynal

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=7d391df2-09e4-4166-9116-312bfa74e738@linaro.org \
    --to=tudor.ambarus@linaro.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=mwalle@kernel.org \
    --cc=pratyush@kernel.org \
    --cc=richard@nod.at \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).