]> Git Repo - linux.git/commit
pinctrl: Add pinmux & GPIO controller driver for a new SoC
authorRahul Tanwar <[email protected]>
Fri, 15 Nov 2019 09:25:07 +0000 (17:25 +0800)
committerLinus Walleij <[email protected]>
Thu, 21 Nov 2019 13:47:44 +0000 (14:47 +0100)
commit1948d5c51dba4e4e2652a5687991a6460d78b5d0
treef66b06a938caf035db01fd01041d7c6ffe907304
parent54787d7c14a4a324d746499a7bed8de6866010c9
pinctrl: Add pinmux & GPIO controller driver for a new SoC

Intel Lightning Mountain SoC has a pinmux controller & GPIO controller IP which
controls pin multiplexing & configuration including GPIO functions selection &
GPIO attributes configuration.

This IP is not based on & does not have anything in common with Chassis
specification. The pinctrl drivers under pinctrl/intel/* are all based upon
Chassis spec compliant pinctrl IPs. So this driver doesn't fit & can not use
pinctrl framework under pinctrl/intel/* and it requires a separate new driver.

Add a new GPIO & pin control framework based driver for this IP.

Signed-off-by: Rahul Tanwar <[email protected]>
Link: https://lore.kernel.org/r/33e649758b70490f01724a887c490d5008c7656d.1573797249.git.rahul.tanwar@linux.intel.com
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
drivers/pinctrl/Kconfig
drivers/pinctrl/Makefile
drivers/pinctrl/pinctrl-equilibrium.c [new file with mode: 0644]
drivers/pinctrl/pinctrl-equilibrium.h [new file with mode: 0644]
This page took 0.053778 seconds and 4 git commands to generate.