From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris BREZILLON Subject: Re: Re: [RFC PATCH v2 08/14] mtd: nand: add sunxi NAND flash controller support Date: Thu, 30 Jan 2014 09:57:41 +0100 Message-ID: <52EA1405.8060801@gmail.com> References: <1391006064-28890-1-git-send-email-b.brezillon.dev@gmail.com> <1391006064-28890-9-git-send-email-b.brezillon.dev@gmail.com> <20140129175641.GF1427@obsidianresearch.com> <20140129184619.GC27143@localhost> <20140129191005.GG1427@obsidianresearch.com> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Return-path: In-Reply-To: <20140129191005.GG1427-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org> List-Post: , List-Help: , List-Archive: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Subscribe: , List-Unsubscribe: , To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, Ezequiel Garcia Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King , Arnd Bergmann , linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dev-3kdeTeqwOZ9EV1b7eY7vFQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Rob Landley , Grant Likely , Maxime Ripard , Brian Norris , David Woodhouse , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 29/01/2014 20:10, Jason Gunthorpe wrote: > On Wed, Jan 29, 2014 at 03:46:20PM -0300, Ezequiel Garcia wrote: > >> After CE# has been pulled high and then transitioned low again, the host >> should issue a Set Features to select the appropriate asynchronous timing mode. >> """ > Oh, I had forgot you should do a set feature too > > Boris, I think the core core should handle this dance and the driver > should just implement a call back to change the timing mode on the > interface.. > > If I ever get a moment I can work on support for timing setting in the > mvebu driver, I have boards here with ONFI NAND.. Okay, I'll wait :). Thanks. > > Regards, > Jason >