From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932253AbdABJB2 convert rfc822-to-8bit (ORCPT ); Mon, 2 Jan 2017 04:01:28 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:34718 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981AbdABJB1 (ORCPT ); Mon, 2 Jan 2017 04:01:27 -0500 Date: Mon, 2 Jan 2017 10:01:24 +0100 From: Boris Brezillon To: Alison Wang Cc: kbuild test robot , alison.wang@nxp.com, linux-kernel@vger.kernel.org, marek.vasut@gmail.com, linux-mtd@lists.infradead.org, kbuild-all@01.org, cyrille.pitchen@atmel.com, computersforpeace@gmail.com, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] mtd: nand: Update dependency of IFC for LS1021A Message-ID: <20170102100124.78ca7d7e@bbrezillon> In-Reply-To: <201612291704.0tMw9Uis%fengguang.wu@intel.com> References: <1482973102-47659-1-git-send-email-b18965@freescale.com> <201612291704.0tMw9Uis%fengguang.wu@intel.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alison, On Thu, 29 Dec 2016 17:52:37 +0800 kbuild test robot wrote: > Hi Alison, > > [auto build test WARNING on mtd/master] > [also build test WARNING on v4.10-rc1 next-20161224] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Alison-Wang/mtd-nand-Update-dependency-of-IFC-for-LS1021A/20161229-125233 > base: git://git.infradead.org/linux-mtd.git master > config: arm-allmodconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=arm > > All warnings (new ones prefixed by >>): > > warning: (MTD_NAND_FSL_IFC) selects FSL_IFC which has unmet direct dependencies (MEMORY && (FSL_SOC || ARCH_LAYERSCAPE)) Do you have another patch adding the '|| SOC_LS1021A' dependency on FSL_IFC? If so, please send both patches in the same series. Thanks, Boris