From: Andre Przywara <andre.przywara@arm.com>
To: Samuel Holland <samuel@sholland.org>
Cc: Jagan Teki <jagan@amarulasolutions.com>,
Michael Trimarchi <michael@amarulasolutions.com>,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Hans de Goede <hdegoede@redhat.com>,
Lukasz Majewski <lukma@denx.de>,
Sean Anderson <seanga2@gmail.com>, Simon Glass <sjg@chromium.org>,
u-boot@lists.denx.de
Subject: Re: [PATCH v2 0/6] mtd: nand: sunxi: Convert to devicetree and the driver model
Date: Fri, 14 Apr 2023 11:25:52 +0100 [thread overview]
Message-ID: <20230414112552.60e3b3a5@donnerap.cambridge.arm.com> (raw)
In-Reply-To: <20230122220637.41496-1-samuel@sholland.org>
On Sun, 22 Jan 2023 16:06:30 -0600
Samuel Holland <samuel@sholland.org> wrote:
Hi,
> This series converts the sunxi NAND driver to get its resources (clocks,
> resets, pins) from the devicetree, and probe using the driver model.
>
> In addition to the immediate cleanup, this allows backporting more
> patches (bugfixes, newer SoC support) from the Linux driver.
so I cannot test this, and raw NAND support seems dodgy at best in
general, but in the interest of getting the non-DM legacy out of our
drivers, I will take it. Not sure if any actual (mainline) users are out
there, I guess we will see ;-)
Queued for sunxi/master.
Cheers,
Andre
> Changes in v2:
> - Fix A80 bus clock/reset bit positions
>
> Samuel Holland (6):
> clk: sunxi: Add NAND clocks and resets
> pinctrl: sunxi: Add NAND pinmuxes
> mtd: nand: sunxi: Remove an unnecessary check
> mtd: nand: sunxi: Convert from fdtdec to ofnode
> mtd: nand: sunxi: Convert to the driver model
> mtd: nand: sunxi: Pass the device to the init function
>
> board/sunxi/board.c | 5 +-
> drivers/clk/sunxi/clk_a10.c | 2 +
> drivers/clk/sunxi/clk_a10s.c | 2 +
> drivers/clk/sunxi/clk_a23.c | 3 +
> drivers/clk/sunxi/clk_a31.c | 6 +
> drivers/clk/sunxi/clk_a64.c | 3 +
> drivers/clk/sunxi/clk_a80.c | 8 ++
> drivers/clk/sunxi/clk_a83t.c | 3 +
> drivers/clk/sunxi/clk_h3.c | 3 +
> drivers/clk/sunxi/clk_h6.c | 6 +
> drivers/clk/sunxi/clk_h616.c | 6 +
> drivers/clk/sunxi/clk_r40.c | 3 +
> drivers/mtd/nand/raw/sunxi_nand.c | 173 ++++++++++++--------------
> drivers/pinctrl/sunxi/pinctrl-sunxi.c | 13 ++
> include/fdtdec.h | 1 -
> lib/fdtdec.c | 1 -
> 16 files changed, 138 insertions(+), 100 deletions(-)
>
prev parent reply other threads:[~2023-04-14 10:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-22 22:06 [PATCH v2 0/6] mtd: nand: sunxi: Convert to devicetree and the driver model Samuel Holland
2023-01-22 22:06 ` [PATCH v2 1/6] clk: sunxi: Add NAND clocks and resets Samuel Holland
2023-01-27 22:59 ` Andre Przywara
2023-02-12 17:55 ` Sean Anderson
2023-01-22 22:06 ` [PATCH v2 2/6] pinctrl: sunxi: Add NAND pinmuxes Samuel Holland
2023-01-22 22:06 ` [PATCH v2 3/6] mtd: nand: sunxi: Remove an unnecessary check Samuel Holland
2023-01-22 22:06 ` [PATCH v2 4/6] mtd: nand: sunxi: Convert from fdtdec to ofnode Samuel Holland
2023-04-14 9:56 ` Andre Przywara
2023-01-22 22:06 ` [PATCH v2 5/6] mtd: nand: sunxi: Convert to the driver model Samuel Holland
2023-01-22 22:06 ` [PATCH v2 6/6] mtd: nand: sunxi: Pass the device to the init function Samuel Holland
2023-04-14 10:23 ` Andre Przywara
2023-04-14 10:46 ` Michael Nazzareno Trimarchi
2023-04-14 10:25 ` Andre Przywara [this message]
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=20230414112552.60e3b3a5@donnerap.cambridge.arm.com \
--to=andre.przywara@arm.com \
--cc=dario.binacchi@amarulasolutions.com \
--cc=hdegoede@redhat.com \
--cc=jagan@amarulasolutions.com \
--cc=lukma@denx.de \
--cc=michael@amarulasolutions.com \
--cc=samuel@sholland.org \
--cc=seanga2@gmail.com \
--cc=sjg@chromium.org \
--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