linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: Update dependency of IFC for LS1021A
@ 2016-12-29  0:58 Alison Wang
  2016-12-29  9:52 ` kbuild test robot
  0 siblings, 1 reply; 4+ messages in thread
From: Alison Wang @ 2016-12-29  0:58 UTC (permalink / raw)
  To: cyrille.pitchen, marek.vasut, computersforpeace, dwmw2,
	boris.brezillon, linux-kernel, linux-mtd, linux-arm-kernel
  Cc: alison.wang

As NAND support for Freescale/NXP IFC controller is available on
LS1021A, the dependency for LS1021A is added.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
---
 drivers/mtd/nand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 353a9dd..85e3860 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -441,7 +441,7 @@ config MTD_NAND_FSL_ELBC
 
 config MTD_NAND_FSL_IFC
 	tristate "NAND support for Freescale IFC controller"
-	depends on FSL_SOC || ARCH_LAYERSCAPE
+	depends on FSL_SOC || ARCH_LAYERSCAPE || SOC_LS1021A
 	select FSL_IFC
 	select MEMORY
 	help
-- 
2.1.0.27.g96db324

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mtd: nand: Update dependency of IFC for LS1021A
  2016-12-29  0:58 [PATCH] mtd: nand: Update dependency of IFC for LS1021A Alison Wang
@ 2016-12-29  9:52 ` kbuild test robot
  2017-01-02  9:01   ` Boris Brezillon
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2016-12-29  9:52 UTC (permalink / raw)
  To: Alison Wang
  Cc: kbuild-all, cyrille.pitchen, marek.vasut, computersforpeace,
	dwmw2, boris.brezillon, linux-kernel, linux-mtd,
	linux-arm-kernel, alison.wang

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

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))

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 59438 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mtd: nand: Update dependency of IFC for LS1021A
  2016-12-29  9:52 ` kbuild test robot
@ 2017-01-02  9:01   ` Boris Brezillon
  2017-01-03  1:24     ` Alison Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Boris Brezillon @ 2017-01-02  9:01 UTC (permalink / raw)
  To: Alison Wang
  Cc: kbuild test robot, alison.wang, linux-kernel, marek.vasut,
	linux-mtd, kbuild-all, cyrille.pitchen, computersforpeace, dwmw2,
	linux-arm-kernel

Hi Alison,

On Thu, 29 Dec 2016 17:52:37 +0800
kbuild test robot <lkp@intel.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] mtd: nand: Update dependency of IFC for LS1021A
  2017-01-02  9:01   ` Boris Brezillon
@ 2017-01-03  1:24     ` Alison Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Alison Wang @ 2017-01-03  1:24 UTC (permalink / raw)
  To: Boris Brezillon, Alison Wang
  Cc: kbuild test robot, linux-kernel, marek.vasut, linux-mtd,
	kbuild-all, cyrille.pitchen, computersforpeace, dwmw2,
	linux-arm-kernel

Hi, Boris,

> kbuild test robot <lkp@intel.com> 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.
> 
[Alison Wang] Thanks for your reminder. Yes, I have another patch. I will send it soon.


Best Regards,
Alison Wang

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-03  1:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-29  0:58 [PATCH] mtd: nand: Update dependency of IFC for LS1021A Alison Wang
2016-12-29  9:52 ` kbuild test robot
2017-01-02  9:01   ` Boris Brezillon
2017-01-03  1:24     ` Alison Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).