mbox series

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

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

Message

Abel Vesa June 20, 2018, 12:23 p.m. UTC
This is the fourth version for the patch series sent by Lucas.

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

Third version can be found here:

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

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