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

Comments

Linus Walleij July 29, 2018, 7:43 p.m. UTC | #1
On Wed, Jul 18, 2018 at 8:02 AM Jisheng Zhang
<Jisheng.Zhang@synaptics.com> wrote:

> Add the pin-controller driver for Synaptics AS370 SoC, with definition
> of its groups and functions. This uses the core Berlin pinctrl driver.
>
> Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html