linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] pinctrl: imx: add imx8qxp pinctrl support
@ 2018-10-13 13:32 A.s. Dong
  2018-10-13 13:32 ` [PATCH V2 1/2] pinctrl: fsl: add scu based " A.s. Dong
  2018-10-13 13:32 ` [PATCH V2 2/2] pinctrl: imx: add imx8qxp driver A.s. Dong
  0 siblings, 2 replies; 5+ messages in thread
From: A.s. Dong @ 2018-10-13 13:32 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

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

Note it depends on SCU APIs patch set which has already been merged by Shawn.
So suppose this patch series can go through shawn's tree.

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

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] 5+ messages in thread

end of thread, other threads:[~2018-10-15  9:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 13:32 [PATCH V2 0/2] pinctrl: imx: add imx8qxp pinctrl support A.s. Dong
2018-10-13 13:32 ` [PATCH V2 1/2] pinctrl: fsl: add scu based " A.s. Dong
2018-10-13 13:32 ` [PATCH V2 2/2] pinctrl: imx: add imx8qxp driver A.s. Dong
2018-10-15  7:06   ` Sascha Hauer
2018-10-15  9:17     ` 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).