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 1eEv4V-00065Z-MW for linux-mtd@lists.infradead.org; Wed, 15 Nov 2017 10:37:33 +0000 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23990395AbdKOKhFA44Il (ORCPT ); Wed, 15 Nov 2017 11:37:05 +0100 Date: Wed, 15 Nov 2017 11:37:03 +0100 Sender: Ladislav Michl From: Ladislav Michl To: Roger Quadros Cc: linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org, Tony Lindgren , Peter Ujfalusi , Boris Brezillon , Kyungmin Park Subject: Re: [PATCH v4 13/16] memory: omap-gpmc: Refactor OneNAND support Message-ID: <20171115103703.mct5pltlln6qwgeh@lenoch> References: <20171111211206.465pgorrjp3eyix6@lenoch> <20171111212612.ynj6ckbu4u2n5i7d@lenoch> <76daab23-b20f-1613-4cb3-34cdd02acf84@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <76daab23-b20f-1613-4cb3-34cdd02acf84@ti.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Nov 15, 2017 at 12:13:56PM +0200, Roger Quadros wrote: > On 11/11/17 23:26, Ladislav Michl wrote: [snip] > > +/** > > + * gpmc_omap_onenand_set_timings - set optimized sync timings. > > + * @cs: Chip Select Region > > + * @freq: Chip frequency > > + * @latency: Burst latency cycle count > > + * @info: Structure describing parameters used > > How about adding some description? e.g. > > sets optimized timings for the provided @cs region based on > provided @freq and @latency. Updates the @info structure based on > the GPMC settings. Added to v5, thank you. Side question: u-boot has patman to deal with patch changelog. Is there something similar or even better for linux? For the time being I setup patman...