From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 26 Feb 2020 11:38:39 +0100 Subject: [PATCH v2 0/4] ARM: zynq: Switch to CFI DM driver 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, this series is switching Zynq to DM based cfi driver. On regular u-boot this is described via SMCC but for cse it is enough to place just node to DT. Thanks, Michal Changes in v2: - Add missing zynq cse nor conversion Michal Simek (4): nand: raw: Do not free xnand structure nand: raw: zynq: Do not try to probe driver if nand flash is disabled ARM: zynq: Do not report NOR flash detection failure ARM: zynq: Enable DM for CFI NOR flash arch/arm/dts/zynq-cse-nor.dts | 14 ++++++++++++++ configs/xilinx_zynq_virt_defconfig | 1 + configs/zynq_cse_nor_defconfig | 3 +++ drivers/mtd/nand/raw/zynq_nand.c | 25 ++++++++++++++----------- include/configs/zynq-common.h | 3 +-- 5 files changed, 33 insertions(+), 13 deletions(-) -- 2.25.1