linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND V3 0/2] pinctrl: imx: add imx8qxp pinctrl support
@ 2018-10-30 14:10 A.s. Dong
  2018-10-30 14:10 ` [PATCH RESEND V3 1/2] pinctrl: fsl: add scu based " A.s. Dong
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: A.s. Dong @ 2018-10-30 14:10 UTC (permalink / raw)
  To: linux-gpio@vger.kernel.org
  Cc: A.s. Dong, dongas86@gmail.com, linus.walleij@linaro.org,
	stefan@agner.ch, dl-linux-imx, kernel@pengutronix.de,
	Fabio Estevam, shawnguo@kernel.org,
	linux-arm-kernel@lists.infradead.org

Rebased with latest pinctrl/for-next tree, compiling and function
tested on IMX6Q SDB.

This patch series adds i.MX8QXP pinctrl support which is based on
the pad service provided by SCU firmware.

The binding part is also merged into scu binding doc according to
Rob's suggestion.
https://www.spinics.net/lists/arm-kernel/msg680738.html

v2->v3:
 * Pad name update (add IMX8QXP prefix)

v1->v2:
 * scu firmware headfile path update
 * structure name and api usage update
 * move SCU Pad API implementation into driver
 * add binding headfile pad-imx8qxp.h

Dong Aisheng (2):
  pinctrl: fsl: add scu based pinctrl support
  pinctrl: imx: add imx8qxp driver

 drivers/pinctrl/freescale/Kconfig           |  11 +
 drivers/pinctrl/freescale/Makefile          |   2 +
 drivers/pinctrl/freescale/pinctrl-imx.c     | 425 ++++++++++------
 drivers/pinctrl/freescale/pinctrl-imx.h     |  67 ++-
 drivers/pinctrl/freescale/pinctrl-imx8qxp.c | 232 +++++++++
 drivers/pinctrl/freescale/pinctrl-scu.c     | 121 +++++
 include/dt-bindings/pinctrl/pads-imx8qxp.h  | 751 ++++++++++++++++++++++++++++
 7 files changed, 1439 insertions(+), 170 deletions(-)
 create mode 100644 drivers/pinctrl/freescale/pinctrl-imx8qxp.c
 create mode 100644 drivers/pinctrl/freescale/pinctrl-scu.c
 create mode 100644 include/dt-bindings/pinctrl/pads-imx8qxp.h

-- 
2.7.4

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

end of thread, other threads:[~2018-11-15  1:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30 14:10 [PATCH RESEND V3 0/2] pinctrl: imx: add imx8qxp pinctrl support A.s. Dong
2018-10-30 14:10 ` [PATCH RESEND V3 1/2] pinctrl: fsl: add scu based " A.s. Dong
2018-10-31 11:00   ` Linus Walleij
2018-11-15  0:26   ` Kevin Hilman
2018-11-15  0:32     ` Fabio Estevam
2018-11-15  1:02       ` Kevin Hilman
2018-10-30 14:10 ` [PATCH RESEND V3 2/2] pinctrl: imx: add imx8qxp driver A.s. Dong
2018-10-31 11:01   ` Linus Walleij
2018-10-30 14:13 ` [PATCH RESEND V3 0/2] pinctrl: imx: add imx8qxp pinctrl support A.s. Dong

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).