From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Subject: [PATCH v2 0/6] OMAP2+ OneNAND driver update Date: Wed, 8 Nov 2017 08:40:24 +0100 Message-ID: <20171108074024.vwcfnqizvd7jajnh@lenoch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+gldm-linux-mtd-36=gmane.org@lists.infradead.org To: linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org Cc: Tony Lindgren , Boris Brezillon , Kyungmin Park , Roger Quadros List-Id: linux-omap@vger.kernel.org Hi there, this patch serie updates OMAP2+ OneNAND driver to the present times, making it fully DT configurable. Patch 1 can be applied any time, it shows onenand node example and support for onenand is currently broken on igeps - hence this patches. Patches 3, 4 and 5 and intended for 4.15 merge window via mtd-tree as they are cleanups only. Patches 2 and 6 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. ladis ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ 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 1eCKyi-0002Kx-Mg for linux-mtd@lists.infradead.org; Wed, 08 Nov 2017 07:40:55 +0000 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990424AbdKHHkZVv24o (ORCPT ); Wed, 8 Nov 2017 08:40:25 +0100 Date: Wed, 8 Nov 2017 08:40:24 +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 v2 0/6] OMAP2+ OneNAND driver update Message-ID: <20171108074024.vwcfnqizvd7jajnh@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. Patch 1 can be applied any time, it shows onenand node example and support for onenand is currently broken on igeps - hence this patches. Patches 3, 4 and 5 and intended for 4.15 merge window via mtd-tree as they are cleanups only. Patches 2 and 6 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. ladis