From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 19 Dec 2019 16:06:46 +0100 Subject: [PATCH 0/2] Move arasan nand driver to driver model Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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