public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>,
	Michael Trimarchi <michael@amarulasolutions.com>
Cc: Balamanikandan Gunasundar
	<balamanikandan.gunasundar@microchip.com>,
	Eugen Hristev <eugen.hristev@collabora.com>,
	u-boot@lists.denx.de
Subject: [PATCH 0/4] mtd: nand: raw: Collected improvements
Date: Thu,  7 Mar 2024 10:10:10 +0100	[thread overview]
Message-ID: <20240307091014.39796-1-ada@thorsis.com> (raw)

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


             reply	other threads:[~2024-03-07  9:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07  9:10 Alexander Dahl [this message]
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

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=20240307091014.39796-1-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=balamanikandan.gunasundar@microchip.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=eugen.hristev@collabora.com \
    --cc=michael@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox