diff options
author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2018-05-21 05:59:56 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-06-05 06:14:56 -0400 |
commit | 16b27467f46c1e0dbf093f53971aeb5decbaff4e (patch) | |
tree | 585644f02c55a33c2c24645f10d8c057c5726369 /MAINTAINERS | |
parent | 2b49088cdba7dd59693887532e4058ee33b42d87 (diff) |
mfd: madera: Add common support for Cirrus Logic Madera codecs
This adds the generic core support for Cirrus Logic "Madera" class codecs.
These are complex audio codec SoCs with a variety of digital and analogue
I/O, onboard audio processing and DSPs, and other features.
These codecs are all based off a common set of hardware IP so can be
supported by a core of common code (with a few minor device-to-device
variations).
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Nikesh Oswal <Nikesh.Oswal@cirrus.com>
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6e5bb62acea2..7b8e857d6b33 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3487,7 +3487,10 @@ L: patches@opensource.cirrus.com | |||
3487 | T: git https://github.com/CirrusLogic/linux-drivers.git | 3487 | T: git https://github.com/CirrusLogic/linux-drivers.git |
3488 | W: https://github.com/CirrusLogic/linux-drivers/wiki | 3488 | W: https://github.com/CirrusLogic/linux-drivers/wiki |
3489 | S: Supported | 3489 | S: Supported |
3490 | F: Documentation/devicetree/bindings/mfd/madera.txt | ||
3490 | F: include/linux/mfd/madera/* | 3491 | F: include/linux/mfd/madera/* |
3492 | F: drivers/mfd/madera* | ||
3493 | F: drivers/mfd/cs47l* | ||
3491 | 3494 | ||
3492 | CLEANCACHE API | 3495 | CLEANCACHE API |
3493 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 3496 | M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |