[PATCH v2 0/2] pinctrl: berlin: add as370 SoC support
From: Jisheng Zhang
Date: Wed Jul 18 2018 - 01:59:29 EST
This series is to add the Synaptics AS370 SoC pinctrl driver.
since v1:
- remove MODULE_DEVICE_TABLE since the driver is non-modular. Thank
kbuild test robot to report this issue.
Jisheng Zhang (2):
dt-binding: pinctrl: berlin: document AS370 SoC pinctrl
pinctrl: berlin: add the as370 SoC pinctrl driver
.../bindings/pinctrl/berlin,pinctrl.txt | 3 +-
drivers/pinctrl/berlin/Kconfig | 5 +
drivers/pinctrl/berlin/Makefile | 1 +
drivers/pinctrl/berlin/pinctrl-as370.c | 368 ++++++++++++++++++
4 files changed, 376 insertions(+), 1 deletion(-)
create mode 100644 drivers/pinctrl/berlin/pinctrl-as370.c
--
2.18.0