OSDN Git Service

pinctrl: qcom: Add sc8180x TLMM driver
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 26 Jan 2021 04:26:50 +0000 (20:26 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 12 Feb 2021 07:52:31 +0000 (08:52 +0100)
commit97423113ec4bbfe92c13ff4794d33391ab70ec96
tree2d48a15e6e031a09b210f18c6f689e21b9abd2cc
parent332dcd71d14527c1d423e29ec3b1e03d0e5eeb3e
pinctrl: qcom: Add sc8180x TLMM driver

Add pinctrl driver for the sc8180x TLMM block.

A noteworthy difference from previous TLMM blocks is that the registers
for GPIO 177 through 189 are for some reason offset from the typical
layout. Other than that the driver is same old...

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210126042650.1725176-3-bjorn.andersson@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/Kconfig
drivers/pinctrl/qcom/Makefile
drivers/pinctrl/qcom/pinctrl-sc8180x.c [new file with mode: 0644]