All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it
@ 2024-04-25  4:52 tkuw584924
  2024-04-25  4:52 ` [PATCH v2 1/6] mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes tkuw584924
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: tkuw584924 @ 2024-04-25  4:52 UTC (permalink / raw)
  To: u-boot
  Cc: jagan, vigneshr, tudor.ambarus, d-gole, pratyush, tkuw584924,
	Bacem.Daassi, Takahiro Kuwano

From: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>

This series is equivalent to the one for Linux MTD submitted by
Pratyush Yadav.

https://patchwork.ozlabs.org/project/linux-mtd/list/?series=217759&state=*

Changes in v2:
  - Fix an issue in setting macronix_octal_fixups
  - Rework fixup hooks

Takahiro Kuwano (6):
  mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes
  mtd: spi-nor: Allow flashes to specify MTD writesize
  mtd: spi-nor: Check nor->info before setting macronix_octal_fixups
  mtd: spi-nor: Replace default_init() hook with late_init()
  mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after
    spi_nor_parse_sfdp()
  mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER
    flashes

 drivers/mtd/spi/spi-nor-core.c | 88 +++++++++++++++++++++-------------
 drivers/mtd/ubi/build.c        |  4 +-
 drivers/mtd/ubi/io.c           |  9 +++-
 include/linux/mtd/spi-nor.h    |  1 +
 4 files changed, 65 insertions(+), 37 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-04-29 14:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-25  4:52 [PATCH v2 0/6] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it tkuw584924
2024-04-25  4:52 ` [PATCH v2 1/6] mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes tkuw584924
2024-04-29 14:17   ` Pratyush Yadav
2024-04-29 14:44     ` Tudor Ambarus
2024-04-25  4:52 ` [PATCH v2 2/6] mtd: spi-nor: Allow flashes to specify MTD writesize tkuw584924
2024-04-25  4:52 ` [PATCH v2 3/6] mtd: spi-nor: Check nor->info before setting macronix_octal_fixups tkuw584924
2024-04-25  6:17   ` Tudor Ambarus
2024-04-25  4:52 ` [PATCH v2 4/6] mtd: spi-nor: Replace default_init() hook with late_init() tkuw584924
2024-04-25  6:13   ` Tudor Ambarus
2024-04-25  4:52 ` [PATCH v2 5/6] mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp() tkuw584924
2024-04-25  6:16   ` Tudor Ambarus
2024-04-25  4:52 ` [PATCH v2 6/6] mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashes tkuw584924
2024-04-25  6:14   ` Tudor Ambarus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.