From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eCism-0007Iy-RZ for linux-mtd@lists.infradead.org; Thu, 09 Nov 2017 09:12:23 +0000 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990493AbdKIJL4kHsGw (ORCPT ); Thu, 9 Nov 2017 10:11:56 +0100 Date: Thu, 9 Nov 2017 10:11:55 +0100 Sender: Ladislav Michl From: Ladislav Michl To: linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org Cc: Roger Quadros , Tony Lindgren , Boris Brezillon , Kyungmin Park Subject: [PATCH v3 0/7] OMAP2+ OneNAND driver update Message-ID: <20171109091155.6a6azfvjarwvlfh2@lenoch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi there, this patch serie updates OMAP2+ OneNAND driver to the present times, making it fully DT configurable. Patches 2-6 are intended for 4.15 merge window via mtd-tree as they are cleanups only. Patches 1 and 7 are targetted for 4.16 merge window via mtd tree as it seems nobody tested these changes (on Nokias most importantly) so far. Please note that unlike previous driver version, which basically ignored DT specified timings, this one relies on it, so it is important to get it right in your DT (dumping it from previous kernel version). In case synchronous timings is requested, it is okay to specify timings for the slowest chip ever used for you board as it is evetually optimized after chip probe. Ladislav Michl (7): memory: omap-gpmc: Refactor OneNAND support mtd: onenand: omap2: Remove regulator support mtd: onenand: omap2: Remove skip initial unlocking support mtd: onenand: omap2: Remove partitioning support from platform data mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementation mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specific mtd: onenand: omap2: Configure driver from DT drivers/memory/omap-gpmc.c | 158 ++++++++++---- drivers/mtd/onenand/omap2.c | 512 ++++++++++++++++---------------------------- include/linux/omap-gpmc.h | 25 +++ 3 files changed, 330 insertions(+), 365 deletions(-) -- 2.11.0