mbox series

[v2,0/2] pinctrl: berlin: add as370 SoC support

Message ID 20180718135613.1c559b9c@xhacker.debian
Headers show
Series pinctrl: berlin: add as370 SoC support | expand

Message

Jisheng Zhang July 18, 2018, 5:56 a.m. UTC
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