mbox series

[GIT,PULL] mtd: spi-nor: changes for v6.9

Message ID 7d391df2-09e4-4166-9116-312bfa74e738@linaro.org
State Accepted
Headers show
Series [GIT,PULL] mtd: spi-nor: changes for v6.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/for-6.9

Message

Tudor Ambarus Feb. 29, 2024, 2:15 p.m. UTC
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(-)

Comments

Miquel Raynal March 7, 2024, 5:09 p.m. UTC | #1
Hi Tudor,

tudor.ambarus@linaro.org wrote on Thu, 29 Feb 2024 16:15:34 +0200:

> Hi!
> 
> Here is the SPI NOR PR for v6.9.

Thanks for the PR. Just to let you know, I will merge it early next week
as I don't have enough time now. I will also apply as hinted:

	[PATCH v2] mtd: spi-nor: core: correct type of i

Thanks,
Miquèl
Tudor Ambarus March 8, 2024, 6:54 a.m. UTC | #2
On 3/7/24 17:09, Miquel Raynal wrote:
> Hi Tudor,

Hi!

> 
> tudor.ambarus@linaro.org wrote on Thu, 29 Feb 2024 16:15:34 +0200:
> 
>> Hi!
>>
>> Here is the SPI NOR PR for v6.9.
> 
> Thanks for the PR. Just to let you know, I will merge it early next week

ok
> as I don't have enough time now. I will also apply as hinted:
> 
> 	[PATCH v2] mtd: spi-nor: core: correct type of i
> 

Thanks!
Miquel Raynal March 13, 2024, 10:24 p.m. UTC | #3
Hi Tudor,

tudor.ambarus@linaro.org wrote on Thu, 29 Feb 2024 16:15:34 +0200:

> Hi!
> 
> Here is the SPI NOR PR for v6.9.

Pulled, thanks!

Miquèl