public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] mtd: rawnand: brcmnand: driver and doc updates
@ 2023-06-27 19:37 William Zhang
  2023-06-27 19:37 ` [PATCH v3 1/5] mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller William Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: William Zhang @ 2023-06-27 19:37 UTC (permalink / raw)
  To: Broadcom Kernel List, Linux MTD List
  Cc: f.fainelli, rafal, kursad.oney, joel.peshkin, computersforpeace,
	anand.gore, dregan, kamal.dasu, tomer.yacoby, dan.beygelman,
	William Zhang, Frieder Schrempf, Rob Herring, linux-kernel,
	Vignesh Raghavendra, Miquel Raynal, Richard Weinberger,
	Boris Brezillon, Kamal Dasu

[-- Attachment #1: Type: text/plain, Size: 926 bytes --]

This patch series include the accumulative updates and fixes for the
brcmnand driver. The bcmbca SoC related updates are removed from v2 and
will send separate patch series for that. v3 series adds a new patch for
mtd oobsize fix.

Changes in v3:
- Fix kernel test robot sparse warning
- Add a new patch for mtd oobsize fix

Changes in v2:
- Use driver static data for ECC level shift
- Handle the remaining unaligned oob data after the oob data write loop

William Zhang (5):
  mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller
  mtd: rawnand: brcmnand: Fix potential false time out warning
  mtd: rawnand: brcmnand: Fix crash during the panic_write
  mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write
  mtd: rawnand: brcmnand: Fix mtd oobsize

 drivers/mtd/nand/raw/brcmnand/brcmnand.c | 114 +++++++++++++++--------
 1 file changed, 76 insertions(+), 38 deletions(-)

-- 
2.37.3


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

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

end of thread, other threads:[~2023-07-05  7:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27 19:37 [PATCH v3 0/5] mtd: rawnand: brcmnand: driver and doc updates William Zhang
2023-06-27 19:37 ` [PATCH v3 1/5] mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller William Zhang
2023-07-04 15:18   ` Miquel Raynal
2023-06-27 19:37 ` [PATCH v3 2/5] mtd: rawnand: brcmnand: Fix potential false time out warning William Zhang
2023-07-04 15:21   ` Miquel Raynal
2023-06-27 19:37 ` [PATCH v3 3/5] mtd: rawnand: brcmnand: Fix crash during the panic_write William Zhang
2023-07-04 15:23   ` Miquel Raynal
2023-07-04 15:26   ` Miquel Raynal
2023-07-05  0:40     ` William Zhang
2023-07-05  7:09       ` Miquel Raynal
2023-06-27 19:37 ` [PATCH v3 4/5] mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write William Zhang
2023-07-04 15:28   ` Miquel Raynal
2023-07-05  0:43     ` William Zhang
2023-06-27 19:37 ` [PATCH v3 5/5] mtd: rawnand: brcmnand: Fix mtd oobsize William Zhang
2023-07-04 15:30   ` Miquel Raynal
2023-07-05  0:50     ` William Zhang
2023-07-05  7:11       ` Miquel Raynal

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