linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* next-20160503 build: 1 failures 12 warnings (next-20160503)
       [not found] <E1axZpG-000664-AK@optimist>
@ 2016-05-03 14:17 ` Mark Brown
  2016-05-03 15:02   ` Arnd Bergmann
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2016-05-03 14:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 03, 2016 at 01:53:18PM +0100, Build bot for Mark Brown wrote:

Today's -next fails to build an ARM allmodconfig due to:

> 	arm-allmodconfig
> ../drivers/pinctrl/bcm/pinctrl-ns2-mux.c:540:17: error: 'pinctrl_utils_dt_free_map' undeclared here (not in a function)

caused by b5aa1006e4a93 (pinctrl: ns2: add pinmux driver support for
Broadcom NS2 SoC) - presumably just a missing dependency.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160503/33e6ab74/attachment.sig>

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

* next-20160503 build: 1 failures 12 warnings (next-20160503)
  2016-05-03 14:17 ` next-20160503 build: 1 failures 12 warnings (next-20160503) Mark Brown
@ 2016-05-03 15:02   ` Arnd Bergmann
  2016-05-09 10:53     ` Stephen Rothwell
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2016-05-03 15:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 03 May 2016 15:17:23 Mark Brown wrote:
> On Tue, May 03, 2016 at 01:53:18PM +0100, Build bot for Mark Brown wrote:
> 
> Today's -next fails to build an ARM allmodconfig due to:
> 
> >       arm-allmodconfig
> > ../drivers/pinctrl/bcm/pinctrl-ns2-mux.c:540:17: error: 'pinctrl_utils_dt_free_map' undeclared here (not in a function)
> 
> caused by b5aa1006e4a93 (pinctrl: ns2: add pinmux driver support for
> Broadcom NS2 SoC) - presumably just a missing dependency.
> 

No, the function got renamed in another patch. I already prepared a fix
yesterday, but haven't gotten around to submit the patches for the last
two days, I'll try to send it out today, but it might end up being
tomorrow, or Linus could fix this one himself first.

	Arnd

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

* next-20160503 build: 1 failures 12 warnings (next-20160503)
  2016-05-03 15:02   ` Arnd Bergmann
@ 2016-05-09 10:53     ` Stephen Rothwell
  2016-05-09 11:17       ` Arnd Bergmann
  2016-05-09 13:12       ` Linus Walleij
  0 siblings, 2 replies; 7+ messages in thread
From: Stephen Rothwell @ 2016-05-09 10:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd and all,

On Tue, 03 May 2016 17:02:39 +0200 Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Tuesday 03 May 2016 15:17:23 Mark Brown wrote:
> > On Tue, May 03, 2016 at 01:53:18PM +0100, Build bot for Mark Brown wrote:
> > 
> > Today's -next fails to build an ARM allmodconfig due to:
> >   
> > >       arm-allmodconfig
> > > ../drivers/pinctrl/bcm/pinctrl-ns2-mux.c:540:17: error: 'pinctrl_utils_dt_free_map' undeclared here (not in a function)  
> > 
> > caused by b5aa1006e4a93 (pinctrl: ns2: add pinmux driver support for
> > Broadcom NS2 SoC) - presumably just a missing dependency.
> >   
> 
> No, the function got renamed in another patch. I already prepared a fix
> yesterday, but haven't gotten around to submit the patches for the last
> two days, I'll try to send it out today, but it might end up being
> tomorrow, or Linus could fix this one himself first.

Can we, please, get this fixed ... less than a week to the merge window
opening ...
-- 
Cheers,
Stephen Rothwell

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

* next-20160503 build: 1 failures 12 warnings (next-20160503)
  2016-05-09 10:53     ` Stephen Rothwell
@ 2016-05-09 11:17       ` Arnd Bergmann
  2016-05-09 18:29         ` Stephen Rothwell
  2016-05-09 13:12       ` Linus Walleij
  1 sibling, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2016-05-09 11:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 09 May 2016 20:53:15 Stephen Rothwell wrote:
> Hi Arnd and all,
> 
> On Tue, 03 May 2016 17:02:39 +0200 Arnd Bergmann <arnd@arndb.de> wrote:
> >
> > On Tuesday 03 May 2016 15:17:23 Mark Brown wrote:
> > > On Tue, May 03, 2016 at 01:53:18PM +0100, Build bot for Mark Brown wrote:
> > > 
> > > Today's -next fails to build an ARM allmodconfig due to:
> > >   
> > > >       arm-allmodconfig
> > > > ../drivers/pinctrl/bcm/pinctrl-ns2-mux.c:540:17: error: 'pinctrl_utils_dt_free_map' undeclared here (not in a function)  
> > > 
> > > caused by b5aa1006e4a93 (pinctrl: ns2: add pinmux driver support for
> > > Broadcom NS2 SoC) - presumably just a missing dependency.
> > >   
> > 
> > No, the function got renamed in another patch. I already prepared a fix
> > yesterday, but haven't gotten around to submit the patches for the last
> > two days, I'll try to send it out today, but it might end up being
> > tomorrow, or Linus could fix this one himself first.
> 
> Can we, please, get this fixed ... less than a week to the merge window
> opening ...

Linus Walleij just picked up the patch I sent last week into the pinctrl tree,
so it should be fine in tomorrow's linux-next.

	Arnd

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

* next-20160503 build: 1 failures 12 warnings (next-20160503)
  2016-05-09 10:53     ` Stephen Rothwell
  2016-05-09 11:17       ` Arnd Bergmann
@ 2016-05-09 13:12       ` Linus Walleij
  2016-05-09 18:36         ` Stephen Rothwell
  1 sibling, 1 reply; 7+ messages in thread
From: Linus Walleij @ 2016-05-09 13:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 9, 2016 at 12:53 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Can we, please, get this fixed ... less than a week to the merge window
> opening ...

Mark poked me with a sharp stick, the patch is applied!
Sorry for missing this.

Yours,
Linus Walleij

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

* next-20160503 build: 1 failures 12 warnings (next-20160503)
  2016-05-09 11:17       ` Arnd Bergmann
@ 2016-05-09 18:29         ` Stephen Rothwell
  0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2016-05-09 18:29 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On Mon, 09 May 2016 13:17:19 +0200 Arnd Bergmann <arnd@arndb.de> wrote:
>
> Linus Walleij just picked up the patch I sent last week into the pinctrl tree,
> so it should be fine in tomorrow's linux-next.

Excellent, thanks.

-- 
Cheers,
Stephen Rothwell

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

* next-20160503 build: 1 failures 12 warnings (next-20160503)
  2016-05-09 13:12       ` Linus Walleij
@ 2016-05-09 18:36         ` Stephen Rothwell
  0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2016-05-09 18:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

On Mon, 9 May 2016 15:12:51 +0200 Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Mon, May 9, 2016 at 12:53 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> 
> > Can we, please, get this fixed ... less than a week to the merge window
> > opening ...  
> 
> Mark poked me with a sharp stick, the patch is applied!
> Sorry for missing this.

Thanks.

-- 
Cheers,
Stephen Rothwell

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

end of thread, other threads:[~2016-05-09 18:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1axZpG-000664-AK@optimist>
2016-05-03 14:17 ` next-20160503 build: 1 failures 12 warnings (next-20160503) Mark Brown
2016-05-03 15:02   ` Arnd Bergmann
2016-05-09 10:53     ` Stephen Rothwell
2016-05-09 11:17       ` Arnd Bergmann
2016-05-09 18:29         ` Stephen Rothwell
2016-05-09 13:12       ` Linus Walleij
2016-05-09 18:36         ` Stephen Rothwell

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