public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: spi-nor: changes for v6.9
@ 2024-02-29 14:15 Tudor Ambarus
  2024-03-07 17:09 ` Miquel Raynal
  2024-03-13 22:24 ` Miquel Raynal
  0 siblings, 2 replies; 4+ messages in thread
From: Tudor Ambarus @ 2024-02-29 14:15 UTC (permalink / raw)
  To: Richard Weinberger, Miquel Raynal
  Cc: Michael Walle, Pratyush Yadav, open list:SPI NOR SUBSYSTEM

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] mtd: spi-nor: changes for v6.9
  2024-02-29 14:15 [GIT PULL] mtd: spi-nor: changes for v6.9 Tudor Ambarus
@ 2024-03-07 17:09 ` Miquel Raynal
  2024-03-08  6:54   ` Tudor Ambarus
  2024-03-13 22:24 ` Miquel Raynal
  1 sibling, 1 reply; 4+ messages in thread
From: Miquel Raynal @ 2024-03-07 17:09 UTC (permalink / raw)
  To: Tudor Ambarus
  Cc: Richard Weinberger, Michael Walle, Pratyush Yadav,
	open list:SPI NOR SUBSYSTEM

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

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] mtd: spi-nor: changes for v6.9
  2024-03-07 17:09 ` Miquel Raynal
@ 2024-03-08  6:54   ` Tudor Ambarus
  0 siblings, 0 replies; 4+ messages in thread
From: Tudor Ambarus @ 2024-03-08  6:54 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Richard Weinberger, Michael Walle, Pratyush Yadav,
	open list:SPI NOR SUBSYSTEM



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!

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] mtd: spi-nor: changes for v6.9
  2024-02-29 14:15 [GIT PULL] mtd: spi-nor: changes for v6.9 Tudor Ambarus
  2024-03-07 17:09 ` Miquel Raynal
@ 2024-03-13 22:24 ` Miquel Raynal
  1 sibling, 0 replies; 4+ messages in thread
From: Miquel Raynal @ 2024-03-13 22:24 UTC (permalink / raw)
  To: Tudor Ambarus
  Cc: Richard Weinberger, Michael Walle, Pratyush Yadav,
	open list:SPI NOR SUBSYSTEM

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

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-13 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 14:15 [GIT PULL] mtd: spi-nor: changes for v6.9 Tudor Ambarus
2024-03-07 17:09 ` Miquel Raynal
2024-03-08  6:54   ` Tudor Ambarus
2024-03-13 22:24 ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox