From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/2] Move arasan nand driver to driver model
Date: Thu, 19 Dec 2019 16:06:46 +0100 [thread overview]
Message-ID: <cover.1576768004.git.michal.simek@xilinx.com> (raw)
Hi,
these two patches are moving nand driver to DM and also remove hardcoded
base address of nand controller and get it from device tree.
Thanks,
Michal
Ashok Reddy Soma (2):
mtd: nand: Move arasan nand driver to driver model
mtd: nand: Remove hardcoded base address of nand
arch/arm/mach-zynqmp/include/mach/hardware.h | 2 -
drivers/mtd/nand/raw/Kconfig | 1 +
drivers/mtd/nand/raw/arasan_nfc.c | 364 +++++++++++--------
3 files changed, 206 insertions(+), 161 deletions(-)
--
2.24.0
next reply other threads:[~2019-12-19 15:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-19 15:06 Michal Simek [this message]
2019-12-19 15:06 ` [PATCH 1/2] mtd: nand: Move arasan nand driver to driver model Michal Simek
2019-12-19 15:06 ` [PATCH 2/2] mtd: nand: Remove hardcoded base address of nand Michal Simek
2020-01-16 7:32 ` [PATCH 0/2] Move arasan nand driver to driver model Michal Simek
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=cover.1576768004.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.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 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.