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 1eCsE3-0004K0-Eb for linux-mtd@lists.infradead.org; Thu, 09 Nov 2017 19:11:01 +0000 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990506AbdKITKbs6usA (ORCPT ); Thu, 9 Nov 2017 20:10:31 +0100 Date: Thu, 9 Nov 2017 20:10:28 +0100 Sender: Ladislav Michl From: Ladislav Michl To: Tony Lindgren Cc: linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org, Roger Quadros , Boris Brezillon , Kyungmin Park Subject: Re: [PATCH v3 1/7] memory: omap-gpmc: Refactor OneNAND support Message-ID: <20171109191028.6r5bmg65gcz7ovv2@lenoch> References: <20171109091155.6a6azfvjarwvlfh2@lenoch> <20171109091253.lvrzi5kbaykkxlcb@lenoch> <20171109175626.GD28152@atomide.com> <20171109181004.g55vx4iveo5sulpt@lenoch> <20171109182645.GE28152@atomide.com> <20171109183408.xbc4bacawv7li54l@lenoch> <20171109184828.GF28152@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171109184828.GF28152@atomide.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Nov 09, 2017 at 10:48:28AM -0800, Tony Lindgren wrote: > * Ladislav Michl [171109 18:35]: > > On Thu, Nov 09, 2017 at 10:26:45AM -0800, Tony Lindgren wrote: > > > Well we should have the dependencies merged first to avoid breaking > > > > Yes, that's what cover letter says :-) > > Also, I still count on your suggestion to merge it via mtd tree. > > Well only after it has been tested :) At this point I'd say > we're best off waiting for v4.16 merge window on the clean > up too as the merge window is about to open. > > > > git bisect. After applying this and the first patch I see: > > > > > > omap-gpmc 6e000000.gpmc: /ocp@68000000/gpmc@6e000000/onenand@0,0 has no 'bank-width' property > > > omap-gpmc 6e000000.gpmc: failed to probe DT child 'onenand': -22 > > > > > > So seems like more dts changes are needed to test this. > > > > Argh... You are right, I should add this into serie: > > https://patchwork.kernel.org/patch/10043259/ > > Well don't we still need the related dts changes posted > and merged first? Well, except Roger's feedback, there were complete silence so far. Note that simple fix was posted in February, this was rejected as we should aim towards clean DT only driver. And here we are with some doubts. As I have no hardware nor any special knowledge going prior initial driver commit it is rather hard to send "related dts changes" given simple fact, that I'm unsure whenever we need to distinguish between OMAP2 and OMAP3. Based on that we need either one or two compatible strings. Having two is safe, but u-boot will be unable to bring onenand equipped igep up. ladis > Regards, > > Tony