Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754397AbbGXQbS (ORCPT ); Fri, 24 Jul 2015 12:31:18 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:53968 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753084AbbGXQbJ (ORCPT ); Fri, 24 Jul 2015 12:31:09 -0400 X-Auth-Info: bXiYvR5IelCPuYuM3n62AF6HVoRVWJWySdAlvnptGhI= From: Marek Vasut To: Graham Moore Subject: Re: [PATCH V4 1/2] mtd: spi-nor: Bindings for Cadence Quad SPI Flash Controller driver. Date: Fri, 24 Jul 2015 18:25:00 +0200 User-Agent: KMail/1.13.7 (Linux/3.14-2-amd64; KDE/4.13.1; x86_64; ; ) Cc: linux-mtd@lists.infradead.org, Alan Tull , Yves Vandervennet , linux-kernel@vger.kernel.org, Dinh Nguyen , Brian Norris , David Woodhouse References: <1427117782-14764-1-git-send-email-grmoore@opensource.altera.com> <201507241445.07988.marex@denx.de> <55B263D1.8080506@opensource.altera.com> In-Reply-To: <55B263D1.8080506@opensource.altera.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201507241825.00826.marex@denx.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1873 Lines: 45 On Friday, July 24, 2015 at 06:12:01 PM, Graham Moore wrote: > On 07/24/2015 07:45 AM, Marek Vasut wrote: > > On Monday, March 23, 2015 at 02:36:21 PM, Graham Moore wrote: > >> Signed-off-by: Graham Moore > >> --- > >> V2: Add cdns prefix to driver-specific bindings. > >> V3: Use existing property "is-decoded-cs" instead of creating a > >> duplicate, "ext-decoder". Timing parameters are in nanoseconds, not > >> master reference clocks. Remove bus-num completely. > > > > Hi! > > > > do you plan to continue on this driver any soon? If not, I'd like to take > > over the mainlining if you're not opposed. I'd like to see this in > > mainline soon. > > I don't have a problem with you taking over the mainlining. I've been > stalled on the micron quad protocol issue that Cyrille Pitchen has solved. Do you mean the protocol change notification please? > > btw you'll need some kind of a variation on the attached two patches in > > the next iteration. > > I have a V5 with fixes for sparse and smatch issues. Do you want me to > post it and you add those two patches? Alternatively I can incorporate > them into my V5. Please post those patches, yup, that'd be nice :) Also, just squash those two micropatches into yours, no problem. Be careful about the 0002 patch, see the commit message. I do NOT think it is correct to pass the pdev->dev which represents the controller, not the subnode, into spi_nor_scan() in cqspi_probe() . I might be wrong here though, I am not sure. I think Brian or David would be much better people to comment on this part. Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/