Re: [PATCH] pinctrl: stm32: fix compile error and modernize

From: Maxime Coquelin
Date: Mon Feb 08 2016 - 12:23:21 EST


2016-02-05 23:49 GMT+01:00 Linus Walleij <linus.walleij@xxxxxxxxxx>:
> - Fix the dev->parent assignment compile error
> - Use gpiochip_get_data() to get the data pointer for the
> banks
>
> Cc: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx>
> Cc: Patrice Chotard <patrice.chotard@xxxxxx>
> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> ---
> I don't even know how to compile test this, I hope it works,
> Maxime can you verify?

Thanks Linus, I just tested your patch with success:
Tested-by: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx>

About the compile testing, I have identified the problem last week,
and sent a v5 of the series.
I will discard this series, and will send you a patch that fixes
compile testing,
and also unneeded dependency with DT bindings header file.

Regards,
Maxime