mbox series

[v3,0/3] Add DA9062 GPIO support

Message ID 20191129165817.20426-1-m.felsch@pengutronix.de
Headers show
Series Add DA9062 GPIO support | expand

Message

Marco Felsch Nov. 29, 2019, 4:58 p.m. UTC
Hi,

this update address all comments made on [1], for further details see
the patch based changelog.

[1] https://patchwork.ozlabs.org/cover/1201549/

Marco Felsch (3):
  dt-bindings: mfd: da9062: add gpio bindings
  mfd: da9062: add support for the DA9062 GPIOs in the core
  pinctrl: da9062: add driver support

 .../devicetree/bindings/mfd/da9062.txt        |  10 +
 MAINTAINERS                                   |   1 +
 drivers/mfd/da9062-core.c                     |  16 +-
 drivers/pinctrl/Kconfig                       |  12 +
 drivers/pinctrl/Makefile                      |   1 +
 drivers/pinctrl/pinctrl-da9062.c              | 297 ++++++++++++++++++
 6 files changed, 336 insertions(+), 1 deletion(-)
 create mode 100644 drivers/pinctrl/pinctrl-da9062.c

Comments

Marco Felsch Dec. 10, 2019, 9:51 a.m. UTC | #1
Hi,

gentle ping.

Regards,
  Marco

On 19-11-29 17:58, Marco Felsch wrote:
> Hi,
> 
> this update address all comments made on [1], for further details see
> the patch based changelog.
> 
> [1] https://patchwork.ozlabs.org/cover/1201549/
> 
> Marco Felsch (3):
>   dt-bindings: mfd: da9062: add gpio bindings
>   mfd: da9062: add support for the DA9062 GPIOs in the core
>   pinctrl: da9062: add driver support
> 
>  .../devicetree/bindings/mfd/da9062.txt        |  10 +
>  MAINTAINERS                                   |   1 +
>  drivers/mfd/da9062-core.c                     |  16 +-
>  drivers/pinctrl/Kconfig                       |  12 +
>  drivers/pinctrl/Makefile                      |   1 +
>  drivers/pinctrl/pinctrl-da9062.c              | 297 ++++++++++++++++++
>  6 files changed, 336 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/pinctrl/pinctrl-da9062.c
> 
> -- 
> 2.20.1
>
Linus Walleij Dec. 12, 2019, 2:56 p.m. UTC | #2
On Tue, Dec 10, 2019 at 10:51 AM Marco Felsch <m.felsch@pengutronix.de> wrote:

> gentle ping.
(...)
> > Marco Felsch (3):
> >   dt-bindings: mfd: da9062: add gpio bindings
> >   mfd: da9062: add support for the DA9062 GPIOs in the core
> >   pinctrl: da9062: add driver support

I can merge this to the pinctrl subsystem but then I need
Lee's ACK on patches 1 & 2 as they are to the MFD subsystem
and I think he will want me to create an immutable branch too?

As Lee is not even on the To: line I think it is unlikely to happen,
so maybe repost, stating your request for his ACK?

Yours,
Linus Walleij
Lee Jones Dec. 12, 2019, 3:48 p.m. UTC | #3
On Thu, 12 Dec 2019, Linus Walleij wrote:

> On Tue, Dec 10, 2019 at 10:51 AM Marco Felsch <m.felsch@pengutronix.de> wrote:
> 
> > gentle ping.
> (...)
> > > Marco Felsch (3):
> > >   dt-bindings: mfd: da9062: add gpio bindings
> > >   mfd: da9062: add support for the DA9062 GPIOs in the core
> > >   pinctrl: da9062: add driver support
> 
> I can merge this to the pinctrl subsystem but then I need
> Lee's ACK on patches 1 & 2 as they are to the MFD subsystem
> and I think he will want me to create an immutable branch too?
> 
> As Lee is not even on the To: line I think it is unlikely to happen,
> so maybe repost, stating your request for his ACK?

Or any other line I guess?  Seeing as these aren't in my inbox.

Yes, please submit a RESEND with me as a recipient.
Marco Felsch Dec. 12, 2019, 3:49 p.m. UTC | #4
Hi Linus,

On 19-12-12 15:56, Linus Walleij wrote:
> On Tue, Dec 10, 2019 at 10:51 AM Marco Felsch <m.felsch@pengutronix.de> wrote:
> 
> > gentle ping.
> (...)
> > > Marco Felsch (3):
> > >   dt-bindings: mfd: da9062: add gpio bindings
> > >   mfd: da9062: add support for the DA9062 GPIOs in the core
> > >   pinctrl: da9062: add driver support
> 
> I can merge this to the pinctrl subsystem but then I need
> Lee's ACK on patches 1 & 2 as they are to the MFD subsystem
> and I think he will want me to create an immutable branch too?
> 
> As Lee is not even on the To: line I think it is unlikely to happen,
> so maybe repost, stating your request for his ACK?

Damn I forgot him.. Let me resend it with the MFD guys on the To:

Regards,
  Marco

> 
> Yours,
> Linus Walleij
>