From: tkuw584924@gmail.com
To: u-boot@lists.denx.de
Cc: jagan@amarulasolutions.com, vigneshr@ti.com,
tudor.ambarus@linaro.org, d-gole@ti.com, pratyush@kernel.org,
tkuw584924@gmail.com, Bacem.Daassi@infineon.com,
Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Subject: [PATCH v2 0/6] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it
Date: Thu, 25 Apr 2024 13:52:10 +0900 [thread overview]
Message-ID: <cover.1714020303.git.Takahiro.Kuwano@infineon.com> (raw)
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
next reply other threads:[~2024-04-25 4:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-25 4:52 tkuw584924 [this message]
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
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=cover.1714020303.git.Takahiro.Kuwano@infineon.com \
--to=tkuw584924@gmail.com \
--cc=Bacem.Daassi@infineon.com \
--cc=Takahiro.Kuwano@infineon.com \
--cc=d-gole@ti.com \
--cc=jagan@amarulasolutions.com \
--cc=pratyush@kernel.org \
--cc=tudor.ambarus@linaro.org \
--cc=u-boot@lists.denx.de \
--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 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.