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 1foUbA-0004n1-I6 for linux-mtd@lists.infradead.org; Sat, 11 Aug 2018 14:10:35 +0000 Date: Sat, 11 Aug 2018 16:10:20 +0200 From: Boris Brezillon To: Miquel Raynal Cc: Richard Weinberger , linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Marek Vasut , Randy Dunlap , Thomas Petazzoni Subject: Re: [PATCH v2] mtd: rawnand: atmel: Select GENERIC_ALLOCATOR Message-ID: <20180811161020.6f0fb28b@bbrezillon> In-Reply-To: <20180811160524.0e549c24@xps13> References: <20180811134712.2903-1-boris.brezillon@bootlin.com> <20180811160524.0e549c24@xps13> 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, 11 Aug 2018 16:05:24 +0200 Miquel Raynal wrote: > Hi Boris, > > Boris Brezillon wrote on Sat, 11 Aug 2018 > 15:47:12 +0200: > > > The driver uses genalloc functions. Select GENERIC_ALLOCATOR to prevent > > build errors when selected through COMPILE_TEST. > > > > Fixes: 88a40e7dca00 ("mtd: rawnand: atmel: Allow selection of this driver when COMPILE_TEST=y") > > Reported-by: Randy Dunlap > > Signed-off-by: Boris Brezillon > > --- > > Changes in v2: > > - Use select instead of depends on (suggested by Thomas) > > --- > > Acked-by: Miquel Raynal > > That's for your -rc1's fixes PR :) Actually, I plan to queue it to mtd/next before preparing my PR for 4.19, so it should be in -rc1.