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 1gBZzQ-0007US-Eq for linux-mtd@lists.infradead.org; Sun, 14 Oct 2018 06:35:02 +0000 Date: Sun, 14 Oct 2018 08:34:44 +0200 From: Boris Brezillon To: Linus Walleij Cc: David Woodhouse , Brian Norris , Boris BREZILLON , Mark Vasut , Richard Weinberger , linux-mtd@lists.infradead.org Subject: Re: [PATCH 1/2] mtd: physmap_of: Move custom initialization Message-ID: <20181014083444.6e8f5b59@bbrezillon> In-Reply-To: References: <20181011185326.1371-1-linus.walleij@linaro.org> <20181012112054.2c74b9c7@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 Sat, 13 Oct 2018 18:26:00 +0200 Linus Walleij wrote: > On Fri, Oct 12, 2018 at 11:21 AM Boris Brezillon > wrote: > > Linus Walleij wrote: > > > > In order to be able to assign custom complex mappings > > > to the physmap_of plugin for Gemini, move the initialization > > > so that the simple map is initialized before we enter the > > > platform-specific functions so the latter can override > > > them. > > > > I forgot to Cc you but I'm currently reworking the physmap driver to > > merge the physmap_of logic in it [1]. I'll probably ask you to rebase > > this patchset on top of mtd/next once [1] is applied. > > No problem. Will you apply it after v4.20-rc1? Yep, that's the plan.