From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g8RNA-0002Aj-9v for linux-mtd@lists.infradead.org; Fri, 05 Oct 2018 14:46:34 +0000 Date: Fri, 5 Oct 2018 16:46:09 +0200 From: Boris Brezillon To: Ricardo Ribalda Delgado Cc: David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , Zhouyang Jia , linux-mtd@lists.infradead.org, LKML Subject: Re: [PATCH v10 10/10] mtd: maps: gpio-addr-flash: Add support for device-tree devices Message-ID: <20181005164609.0058ae2c@bbrezillon> In-Reply-To: References: <20181004142942.11887-1-ricardo.ribalda@gmail.com> <20181004142942.11887-2-ricardo.ribalda@gmail.com> <20181005002125.12fd229f@bbrezillon> <20181005090811.6b7e9957@bbrezillon> <20181005103730.57d52e3c@bbrezillon> <20181005121235.7e64b64a@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 5 Oct 2018 14:04:52 +0200 Ricardo Ribalda Delgado wrote: > Hi Boris > On Fri, Oct 5, 2018 at 12:12 PM Boris Brezillon > wrote: > > > > On Fri, 5 Oct 2018 11:54:18 +0200 > > Ricardo Ribalda Delgado wrote: > > > > > Hi Boris > > > > > > Just seen that you already did the rebase at > > > https://github.com/bbrezillon/linux-0day/commits/mtd/physmap-cleanup > > > > > > Thanks for that. > > > > > > I am about to test it in real hw (unless you want me wait) > > > > Sure, go ahead and test it. > > > > Thanks, > > > > Boris > I had to change this on your patchset to have it working on hw: > https://pastebin.com/78A7yhJ9 > > If you send the patchset to the mailing list I can review it patch by patch. > > Also > mtd: maps: Prepare merging of physmap and physmap_of It seems to compile just fine here. Is there a problem at runtime?