diff options
author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2018-05-21 11:00:01 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-06-05 11:15:23 +0100 |
commit | 218d72a77b0bc203649c28f03cad6f90af88a787 (patch) | |
tree | 6bb8a8ce81de87be61b817613fb3907b238aa081 /MAINTAINERS | |
parent | b3b606c98fa0cb3e4bc5ae40358e9fafd474ce11 (diff) | |
download | linux-stable-218d72a77b0bc203649c28f03cad6f90af88a787.tar.gz linux-stable-218d72a77b0bc203649c28f03cad6f90af88a787.tar.bz2 linux-stable-218d72a77b0bc203649c28f03cad6f90af88a787.zip |
pinctrl: madera: Add driver for Cirrus Logic Madera codecs
These codecs have a variable number of I/O lines each of which
is individually selectable to a wide range of possible functions.
The functionality is slightly different from the traditional muxed
GPIO since most of the functions can be mapped to any pin (and even
the same function to multiple pins). Most pins have a dedicated
"alternate" function that is only available on that pin. The
alternate functions are usually a group of signals, though it is
not always necessary to enable the full group, depending on the
alternate function and how it is to be used. The mapping between
alternate functions and GPIO pins varies between codecs depending
on the number of alternate functions and available pins.
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7b8e857d6b33..f72ef5292fc9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3488,9 +3488,11 @@ T: git https://github.com/CirrusLogic/linux-drivers.git W: https://github.com/CirrusLogic/linux-drivers/wiki S: Supported F: Documentation/devicetree/bindings/mfd/madera.txt +F: Documentation/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt F: include/linux/mfd/madera/* F: drivers/mfd/madera* F: drivers/mfd/cs47l* +F: drivers/pinctrl/cirrus/* CLEANCACHE API M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |