Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1319808
| From | Maxime Coquelin <mcoquelin.stm32@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 0/9] Add STM32 pinctrl/GPIO driver |
| Date | 2016-01-27 22:00 +0100 |
| Message-ID | <qVFm3-S5-59@gated-at.bofh.it> (permalink) |
| References | <qQP2G-6Qm-9@gated-at.bofh.it> <qVykE-43Z-119@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 01/27/2016 02:20 PM, Linus Walleij wrote:
> On Thu, Jan 14, 2016 at 1:16 PM, Maxime Coquelin
> <mcoquelin.stm32@gmail.com> wrote:
>
>> >This is the fourth round of STM32 pinctrl series, which takes into
>> >account comments made by Patrice on patch 4.
> I have applied patch 2 and 4 to the pinctrl tree.
Just tried to compile your devel branch, and it breaks:
CC drivers/pinctrl/stm32/pinctrl-stm32f429.o
drivers/pinctrl/stm32/pinctrl-stm32.c: In function
'stm32_gpiolib_register_bank':
drivers/pinctrl/stm32/pinctrl-stm32.c:692:17: error: 'struct gpio_chip'
has no member named 'dev'
bank->gpio_chip.dev = dev;
^
make[3]: *** [drivers/pinctrl/stm32/pinctrl-stm32.o] Error 1
This is due to the field renaming you did in gpio_chip struct:
58383c7 gpio: change member .dev to .parent
How do you prefer to proceed?
Should I send a fix on top of your devel branch, or you will fix it
directly?
Thanks,
Maxime
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v4 0/9] Add STM32 pinctrl/GPIO driver Linus Walleij <linus.walleij@linaro.org> - 2016-01-27 14:30 +0100
Re: [PATCH v4 0/9] Add STM32 pinctrl/GPIO driver Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2016-01-27 18:10 +0100
Re: [PATCH v4 0/9] Add STM32 pinctrl/GPIO driver Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2016-01-27 22:00 +0100
Re: [PATCH v4 0/9] Add STM32 pinctrl/GPIO driver Linus Walleij <linus.walleij@linaro.org> - 2016-02-06 00:00 +0100
csiph-web