public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] mtd: nand: raw: Collected improvements
@ 2024-03-07  9:10 Alexander Dahl
  2024-03-07  9:10 ` [PATCH 1/4] mtd: nand: raw: Use macro nand_to_mtd() where appropriate Alexander Dahl
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Alexander Dahl @ 2024-03-07  9:10 UTC (permalink / raw)
  To: Dario Binacchi, Michael Trimarchi
  Cc: Balamanikandan Gunasundar, Eugen Hristev, u-boot

Hello everyone,

while working on NAND flash support for a custom board based on the at91
SAM9X60 SoC I stumbled over some issues in the raw nand subsystem.
First three patches are minor fixes.  Fourth patch is introducing a new
subcommand for the new atmel nand controller driver, which helped me a
lot when investigating issues.

Series is based on upstream next branch, but should also apply to master
cleanly.

Greets
Alex

Alexander Dahl (4):
  mtd: nand: raw: Use macro nand_to_mtd() where appropriate
  mtd: nand: raw: Port another option flag from Linux
  mtd: nand: raw: Fix (most) Kconfig indentation
  mtd: nand: raw: atmel: Introduce optional debug commands

 drivers/mtd/nand/raw/Kconfig                 | 115 +++++----
 drivers/mtd/nand/raw/atmel/nand-controller.c | 251 ++++++++++++++++++-
 drivers/mtd/nand/raw/nand_base.c             |   6 +-
 include/linux/mtd/rawnand.h                  |   7 +
 4 files changed, 321 insertions(+), 58 deletions(-)


base-commit: 6eb682bc7ea398fad4aadb612c690884e73edc03
-- 
2.39.2


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

end of thread, other threads:[~2024-03-20  7:36 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07  9:10 [PATCH 0/4] mtd: nand: raw: Collected improvements Alexander Dahl
2024-03-07  9:10 ` [PATCH 1/4] mtd: nand: raw: Use macro nand_to_mtd() where appropriate Alexander Dahl
2024-03-07 10:01   ` Michael Nazzareno Trimarchi
2024-03-07  9:10 ` [PATCH 2/4] mtd: nand: raw: Port another option flag from Linux Alexander Dahl
2024-03-07 10:02   ` Michael Nazzareno Trimarchi
2024-03-07  9:10 ` [PATCH 3/4] mtd: nand: raw: Fix (most) Kconfig indentation Alexander Dahl
2024-03-07 10:03   ` Michael Nazzareno Trimarchi
2024-03-07  9:10 ` [PATCH 4/4] mtd: nand: raw: atmel: Introduce optional debug commands Alexander Dahl
2024-03-07  9:59   ` Eugen Hristev
2024-03-18  8:09     ` Mihai.Sain
2024-03-18  8:27       ` Eugen Hristev
2024-03-18  9:15         ` Mihai.Sain
2024-03-18 10:27           ` Alexander Dahl
2024-03-18 11:15             ` Mihai.Sain
2024-03-19 11:43               ` Alexander Dahl
2024-03-20  7:35                 ` Mihai.Sain
2024-03-18  8:46       ` Alexander Dahl
2024-03-18  9:07         ` Mihai.Sain
2024-03-18 11:18           ` Alexander Dahl
2024-03-18 11:28             ` Mihai.Sain
2024-03-18 12:06               ` Alexander Dahl
2024-03-18 13:07                 ` Mihai.Sain

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