From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.brezillon@free-electrons.com (Boris Brezillon) Date: Mon, 15 May 2017 21:36:13 +0200 Subject: [PATCH v2 0/3] mtd: nand: fsmc: support SDR timing configuration In-Reply-To: <1493455956-18362-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1493455956-18362-1-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <20170515213613.47bfa595@bbrezillon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, 29 Apr 2017 10:52:33 +0200 Thomas Petazzoni wrote: > Hello, > > This patch series add support for configuring the FSMC NAND controller > timings according to the SDR timings exposed by the NAND chip. > > Changes since v1: > > - Dropped all patches from the series that have already been merged > in nand/next. > > - Rework the implementation as suggested by Boris Brezillon, i.e by > implementing ->setup_data_interface() only when we are going to use > the NAND SDR timings. If there is a "timings" DT property, we keep > using the old strategy without ->setup_data_interface(). > > The patch series is based on the nand/next branch. Applied to nand/next. Thanks, Boris > > Best regards, > > Thomas > > Thomas Petazzoni (3): > mtd: nand: fsmc: reduce number of arguments of fsmc_nand_setup() > mtd: nand: fsmc: add support for SDR timings > mtd: nand: fsmc: remove default timings > > drivers/mtd/nand/fsmc_nand.c | 120 +++++++++++++++++++++++++++++++++---------- > 1 file changed, 94 insertions(+), 26 deletions(-) >