Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206199
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build failure after merge of the gpio tree |
| Date | 2015-08-12 17:10 +0200 |
| Message-ID | <pWFPd-7Zw-27@gated-at.bofh.it> (permalink) |
| References | <pWzqp-77n-7@gated-at.bofh.it> <pWzA7-7iu-35@gated-at.bofh.it> <pWDko-4hj-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Uwe,
On Wed, 12 Aug 2015 22:27:58 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Wed, 12 Aug 2015 10:21:07 +0200 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> >
> > On Wed, Aug 12, 2015 at 06:10:45PM +1000, Stephen Rothwell wrote:
> > > After merging the gpio tree, today's linux-next build (powerpc
> > > allyesconfig) failed like this:
> > >
> > > drivers/extcon/extcon-palmas.c:211:25: error: too few arguments to function 'devm_gpiod_get_optional'
> > > palmas_usb->id_gpiod = devm_gpiod_get_optional(&pdev->dev, "id");
> > > ^
> > > In file included from /home/sfr/next/next/include/asm-generic/gpio.h:13:0,
> > > from /home/sfr/next/next/include/linux/gpio.h:51,
> > > from /home/sfr/next/next/include/linux/of_gpio.h:20,
> > > from /home/sfr/next/next/include/linux/mfd/palmas.h:24,
> > > from /home/sfr/next/next/drivers/extcon/extcon-palmas.c:28:
> > > /home/sfr/next/next/include/linux/gpio/consumer.h:80:32: note: declared here
> > > struct gpio_desc *__must_check devm_gpiod_get_optional(struct device *dev,
> > > ^
> > >
> > > Caused by commit
> > >
> > > b17d1bf16cc7 ("gpio: make flags mandatory for gpiod_get functions")
> > >
> > > interacting with commit
> > >
> > > 92b7cb5dc885 ("extcon: palmas: Support GPIO based USB ID detection")
> >
> > I don't find this commit, can you tell me though which tree this comes
> > into next?
>
> Umm, the next line of that email said:
>
> "from the extcon tree."
>
> :-)
>
> That would be
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git#extcon-next
>
> run by Chanwoo Choi.
Sorry about that, but I hadn't pushed the linux-tree out yet ...
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-12 10:20 +0200
Re: linux-next: build failure after merge of the gpio tree Uwe Kleine-König <u.kleine-koenig@pengutronix.de> - 2015-08-12 10:30 +0200
Re: linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-12 14:30 +0200
Re: linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-12 17:10 +0200
Re: linux-next: build failure after merge of the gpio tree Uwe Kleine-König <u.kleine-koenig@pengutronix.de> - 2015-08-12 22:20 +0200
Re: linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-13 01:10 +0200
Re: linux-next: build failure after merge of the gpio tree Chanwoo Choi <cw00.choi@samsung.com> - 2015-08-13 02:20 +0200
Re: linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-13 03:00 +0200
csiph-web