linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] pinctrl: imx: Add driver for i.MX8MQ
@ 2018-06-22 15:15 Abel Vesa
  2018-06-22 15:15 ` [PATCH v5 1/2] dt-bindings: add binding for i.MX8MQ IOMUXC Abel Vesa
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Abel Vesa @ 2018-06-22 15:15 UTC (permalink / raw)
  To: Lucas Stach, Dong Aisheng
  Cc: linux-gpio, linux-imx, Shawn Guo, Pengutronix Kernel Team,
	Linus Walleij, Rob Herring, Mark Rutland, devicetree,
	linux-kernel, Abel Vesa, Abel Vesa

This is the fifth version for the patch series sent by Lucas.

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

Fourth version can be found here:

https://lkml.org/lkml/2018/6/20/478

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        |  32 ++
 drivers/pinctrl/freescale/Kconfig                  |   7 +
 drivers/pinctrl/freescale/Makefile                 |   1 +
 drivers/pinctrl/freescale/pinctrl-imx8mq.c         | 351 +++++++++++++++++++++
 4 files changed, 391 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.txt
 create mode 100644 drivers/pinctrl/freescale/pinctrl-imx8mq.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-29  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-22 15:15 [PATCH v5 0/2] pinctrl: imx: Add driver for i.MX8MQ Abel Vesa
2018-06-22 15:15 ` [PATCH v5 1/2] dt-bindings: add binding for i.MX8MQ IOMUXC Abel Vesa
2018-06-25 15:17   ` Rob Herring
2018-06-22 15:15 ` [PATCH v5 2/2] pinctrl: imx: add driver for i.MX8MQ Abel Vesa
2018-06-29  8:07 ` [PATCH v5 0/2] pinctrl: imx: Add " Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).