mbox series

[v6,0/2] pinctrl: imx: Add driver for i.MX8MQ

Message ID 1530532746-619-1-git-send-email-abel.vesa@nxp.com
Headers show
Series pinctrl: imx: Add driver for i.MX8MQ | expand

Message

Abel Vesa July 2, 2018, 11:59 a.m. UTC
This is the sixth version for the patch series sent by Lucas.

https://www.spinics.net/lists/devicetree/msg212752.html

Fifth version can be found here:

https://lkml.org/lkml/2018/6/22/501

Changes since v5:
 * implemented Rob's review comments related to bindings

Changes since v4:
 * implemented all Aisheng's review comments

Changes since v3:
 * dropped the SION generic pinconf changes
 * added examples to the bindings doc

Changes since v2:
 * switch back to the 'fsl,pins' and hardcoded the config values
inside the dts.
 * updated documentation accordingly

Abel Vesa (1):
  dt-bindings: add binding for i.MX8MQ IOMUXC

Lucas Stach (1):
  pinctrl: imx: add driver for i.MX8MQ

 .../bindings/pinctrl/fsl,imx8mq-pinctrl.txt        |  36 +++
 drivers/pinctrl/freescale/Kconfig                  |   7 +
 drivers/pinctrl/freescale/Makefile                 |   1 +
 drivers/pinctrl/freescale/pinctrl-imx8mq.c         | 351 +++++++++++++++++++++
 4 files changed, 395 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.txt
 create mode 100644 drivers/pinctrl/freescale/pinctrl-imx8mq.c

Comments

Linus Walleij July 9, 2018, 2:02 p.m. UTC | #1
On Mon, Jul 2, 2018 at 1:59 PM Abel Vesa <abel.vesa@nxp.com> wrote:

> This is the sixth version for the patch series sent by Lucas.
>
> https://www.spinics.net/lists/devicetree/msg212752.html
>
> Fifth version can be found here:
>
> https://lkml.org/lkml/2018/6/22/501
>
> Changes since v5:
>  * implemented Rob's review comments related to bindings

Can I get some review tag from one of the listed maintainers so
we can proceed with Abel's patches? It all looks fine to me.

PIN CONTROLLER - FREESCALE
M:      Dong Aisheng <aisheng.dong@nxp.com>
M:      Fabio Estevam <festevam@gmail.com>
M:      Shawn Guo <shawnguo@kernel.org>
M:      Stefan Agner <stefan@agner.ch>
R:      Pengutronix Kernel Team <kernel@pengutronix.de>
L:      linux-gpio@vger.kernel.org
S:      Maintained
F:      drivers/pinctrl/freescale/
F:      Documentation/devicetree/bindings/pinctrl/fsl,*

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij July 9, 2018, 2:02 p.m. UTC | #2
On Mon, Jul 9, 2018 at 4:02 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> On Mon, Jul 2, 2018 at 1:59 PM Abel Vesa <abel.vesa@nxp.com> wrote:
>
> > This is the sixth version for the patch series sent by Lucas.
> >
> > https://www.spinics.net/lists/devicetree/msg212752.html
> >
> > Fifth version can be found here:
> >
> > https://lkml.org/lkml/2018/6/22/501
> >
> > Changes since v5:
> >  * implemented Rob's review comments related to bindings
>
> Can I get some review tag from one of the listed maintainers so
> we can proceed with Abel's patches? It all looks fine to me.

Ah we have Dong's ACK, sorry then I just apply the patches...
I'm so confused sometimes.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html