All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] AM335x large page support
@ 2021-06-10 13:49 Miquel Raynal
  2021-06-10 13:49 ` [PATCH 1/5] mtd: rawnand: omap: Aggregate the HW configuration of the ELM Miquel Raynal
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Miquel Raynal @ 2021-06-10 13:49 UTC (permalink / raw)
  To: Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus, linux-mtd
  Cc: Thomas Petazzoni, ryan.barnett, Miquel Raynal

The OMAP ELM is limited by the number of ECC chunks that it can process
in one go. Until now, we assumed that this was the maximum flash page
size supported by this engine, but with a small code addition we can
make it generic to fit any page size.

Miquel Raynal (5):
  mtd: rawnand: omap: Aggregate the HW configuration of the ELM
  mtd: rawnand: omap: Rename a macro
  mtd: rawnand: omap: Check return values
  mtd: rawnand: omap: Various style fixes
  mtd: rawnand: omap: Add larger page NAND chips support

 drivers/mtd/nand/raw/omap2.c    | 233 ++++++++++++++++++++------------
 drivers/mtd/nand/raw/omap_elm.c |   2 +-
 2 files changed, 144 insertions(+), 91 deletions(-)

-- 
2.27.0


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

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

end of thread, other threads:[~2021-06-11 19:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 13:49 [PATCH 0/5] AM335x large page support Miquel Raynal
2021-06-10 13:49 ` [PATCH 1/5] mtd: rawnand: omap: Aggregate the HW configuration of the ELM Miquel Raynal
2021-06-11 19:01   ` Miquel Raynal
2021-06-10 13:49 ` [PATCH 2/5] mtd: rawnand: omap: Rename a macro Miquel Raynal
2021-06-10 13:49 ` [PATCH 3/5] mtd: rawnand: omap: Check return values Miquel Raynal
2021-06-11 19:01   ` Miquel Raynal
2021-06-10 13:49 ` [PATCH 4/5] mtd: rawnand: omap: Various style fixes Miquel Raynal
2021-06-11 19:01   ` Miquel Raynal
2021-06-10 13:49 ` [PATCH 5/5] mtd: rawnand: omap: Add larger page NAND chips support Miquel Raynal
2021-06-10 14:49   ` [External] " Barnett, Ryan J                            Collins
2021-06-11 19:01   ` Miquel Raynal

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.