Re: linux-next: build failure after merge of the l2-mtd tree

2017-08-28 Thread Brian Norris
On Mon, Aug 28, 2017 at 12:19:05PM +1000, Stephen Rothwell wrote: > Hi Brian, Hi Stephen, > After merging the l2-mtd tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/mtd/nand/nandsim.c: In function 'ns_init_module': > drivers/mtd/nand/nandsim.c:2353:2: error:

linux-next: build failure after merge of the l2-mtd tree

2017-08-27 Thread Stephen Rothwell
Hi Brian, After merging the l2-mtd tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/mtd/nand/nandsim.c: In function 'ns_init_module': drivers/mtd/nand/nandsim.c:2353:2: error: implicit declaration of function 'nandsim_debugfs_remove' [-Werror=implicit-function-decla

Re: linux-next: build failure after merge of the l2-mtd tree

2017-02-08 Thread Brian Norris
Hi, On Thu, Feb 09, 2017 at 12:08:39PM +1100, Stephen Rothwell wrote: > Hi Brian, > > After merging the l2-mtd tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "of_flash_probe_versatile" [drivers/mtd/maps/physmap_of.ko] undefined! > ERROR: "of_flash_probe_gemin

linux-next: build failure after merge of the l2-mtd tree

2017-02-08 Thread Stephen Rothwell
Hi Brian, After merging the l2-mtd tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "of_flash_probe_versatile" [drivers/mtd/maps/physmap_of.ko] undefined! ERROR: "of_flash_probe_gemini" [drivers/mtd/maps/physmap_of.ko] undefined! Probably caused by commit 56ff337e

Re: linux-next: build failure after merge of the l2-mtd tree

2016-07-18 Thread Stephen Rothwell
Hi Brian, On Mon, 18 Jul 2016 18:20:39 -0700 Brian Norris wrote: > > Known: > > http://lists.infradead.org/pipermail/linux-mtd/2016-July/068569.html > > > Missing include of linux/io.h ... > > It's not missing linux/io.h; x86 is missing readsl()/writesl(). If x86 > folks don't have a soluti

Re: linux-next: build failure after merge of the l2-mtd tree

2016-07-18 Thread Brian Norris
On Tue, Jul 19, 2016 at 10:59:30AM +1000, Stephen Rothwell wrote: > Hi Brian, > > After merging the l2-mtd tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/mtd/spi-nor/cadence-quadspi.c: In function > 'cqspi_indirect_read_execute': > drivers/mtd/spi-nor/cadenc

linux-next: build failure after merge of the l2-mtd tree

2016-07-18 Thread Stephen Rothwell
Hi Brian, After merging the l2-mtd tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/mtd/spi-nor/cadence-quadspi.c: In function 'cqspi_indirect_read_execute': drivers/mtd/spi-nor/cadence-quadspi.c:529:4: error: implicit declaration of function 'readsl' [-Werror=impl

linux-next: build failure after merge of the l2-mtd tree

2015-12-20 Thread Stephen Rothwell
Hi Brian, After merging the l2-mtd tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: drivers/mtd/nand/ndfc.c: In function 'ndfc_chip_init': drivers/mtd/nand/ndfc.c:177:2: error: 'ppdata' undeclared (first use in this function) ppdata.of_node = flash_np; ^ Caused by

linux-next: build failure after merge of the l2-mtd tree

2015-09-29 Thread Stephen Rothwell
Hi Brian, After merging the l2-mtd tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/mtd/nand/vf610_nfc.c: In function 'vf610_nfc_resume': drivers/mtd/nand/vf610_nfc.c:859:2: error: implicit declaration of function 'pinctrl_pm_select_default_state' [-Werror=implicit

Re: linux-next: build failure after merge of the l2-mtd tree

2014-05-27 Thread Stephen Rothwell
Hi Artem, On Tue, 27 May 2014 13:40:03 +0300 Artem Bityutskiy wrote: > > apologies for not informing you about the onwership changes in time. But > yes, Brian takes care of this tree now. OK, thanks. > The URL you have is technically correct, but it is better to use this > instead: > > git://g

Re: linux-next: build failure after merge of the l2-mtd tree

2014-05-27 Thread Artem Bityutskiy
On Tue, 2014-05-27 at 09:59 +1000, Stephen Rothwell wrote: > Hi Brian, > > On Mon, 26 May 2014 10:42:25 -0700 Brian Norris > wrote: > > > > On Thu, May 22, 2014 at 03:30:47PM +1000, Stephen Rothwell wrote: > > > Hi Artem, > > > > FYI, I'm managing this tree now, not Artem. > > OK, noted. Is t

Re: linux-next: build failure after merge of the l2-mtd tree

2014-05-26 Thread Stephen Rothwell
Hi Brian, On Mon, 26 May 2014 10:42:25 -0700 Brian Norris wrote: > > On Thu, May 22, 2014 at 03:30:47PM +1000, Stephen Rothwell wrote: > > Hi Artem, > > FYI, I'm managing this tree now, not Artem. OK, noted. Is there a different URL for the tree as well? Currently it is git://git.infradead.o

Re: linux-next: build failure after merge of the l2-mtd tree

2014-05-26 Thread Brian Norris
Hi Stephen, On Thu, May 22, 2014 at 03:30:47PM +1000, Stephen Rothwell wrote: > Hi Artem, FYI, I'm managing this tree now, not Artem. > After merging the l2-mtd tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/mtd/lpddr/lpddr2_nvm.c: In function 'ow_enable':

linux-next: build failure after merge of the l2-mtd tree

2014-05-21 Thread Stephen Rothwell
Hi Artem, After merging the l2-mtd tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/mtd/lpddr/lpddr2_nvm.c: In function 'ow_enable': drivers/mtd/lpddr/lpddr2_nvm.c:149:2: error: implicit declaration of function 'writel_relaxed' [-Werror=implicit-function-declaration

Re: linux-next: build failure after merge of the l2-mtd tree

2012-10-18 Thread Artem Bityutskiy
On Thu, 2012-10-18 at 11:28 +1100, Stephen Rothwell wrote: > Hi Artem, > > On Fri, 12 Oct 2012 11:14:51 +1100 Stephen Rothwell > wrote: > > > > After merging the l2-mtd tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > ERROR: "denali_init" [drivers/mtd/nand/dena

Re: linux-next: build failure after merge of the l2-mtd tree

2012-10-17 Thread Stephen Rothwell
Hi Artem, On Fri, 12 Oct 2012 11:14:51 +1100 Stephen Rothwell wrote: > > After merging the l2-mtd tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "denali_init" [drivers/mtd/nand/denali_pci.ko] undefined! > ERROR: "denali_remove" [drivers/mtd/nand/denali_pci.k

Re: linux-next: build failure after merge of the l2-mtd tree

2012-10-11 Thread Dinh Nguyen
Hi Stephen, On Fri, 2012-10-12 at 11:14 +1100, Stephen Rothwell wrote: > Hi Artem, > > After merging the l2-mtd tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "denali_init" [drivers/mtd/nand/denali_pci.ko] undefined! > ERROR: "denali_remove" [drivers/mtd/nand

linux-next: build failure after merge of the l2-mtd tree

2012-10-11 Thread Stephen Rothwell
Hi Artem, After merging the l2-mtd tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "denali_init" [drivers/mtd/nand/denali_pci.ko] undefined! ERROR: "denali_remove" [drivers/mtd/nand/denali_pci.ko] undefined! Probably caused by commit 305b1ee29c8e ("mtd: denali: spli