From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io0-x244.google.com ([2607:f8b0:4001:c06::244]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d1KYh-0007tv-SE for linux-mtd@lists.infradead.org; Thu, 20 Apr 2017 22:28:17 +0000 Received: by mail-io0-x244.google.com with SMTP id h41so21677284ioi.1 for ; Thu, 20 Apr 2017 15:27:54 -0700 (PDT) Date: Thu, 20 Apr 2017 15:27:50 -0700 From: Brian Norris To: Boris Brezillon Cc: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , David Woodhouse , Marek Vasut , Richard Weinberger , Cyrille Pitchen , Linus Walleij , Jason Gunthorpe , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH] mtd: physmap_of: use OF helpers for reading strings Message-ID: <20170420222750.GH20555@google.com> References: <20170330155853.30349-1-zajec5@gmail.com> <20170331100239.37a14f37@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170331100239.37a14f37@bbrezillon> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Mar 31, 2017 at 10:02:39AM +0200, Boris Brezillon wrote: > On Thu, 30 Mar 2017 17:58:53 +0200 > Rafał Miłecki wrote: > > > From: Rafał Miłecki > > > > OF core code provides helpers for counting strings and reading them so > > use them instead of doing this manually. This simplifies the code a bit. > > > > Signed-off-by: Rafał Miłecki > > Reviewed-by: Boris Brezillon Applied as a cleanup, while we figure out the future of this binding. With luck we can deprecate it (but not remove it, of course) and use something better in the generic code.