Mark Brown
0bbe06493b
Add cs42l43 PC focused SoundWire CODEC
Merge series from Charles Keepax <ckeepax@opensource.cirrus.com>:
This patch chain adds support for the Cirrus Logic cs42l43 PC focused
SoundWire CODEC. The chain is currently based of Lee's for-mfd-next
branch.
This series is mostly just a resend keeping pace with the kernel under
it, except for a minor fixup in the ASoC stuff.
Thanks,
Charles
Charles Keepax (4):
dt-bindings: mfd: cirrus,cs42l43: Add initial DT binding
mfd: cs42l43: Add support for cs42l43 core driver
pinctrl: cs42l43: Add support for the cs42l43
ASoC: cs42l43: Add support for the cs42l43
Lucas Tanure (2):
soundwire: bus: Allow SoundWire peripherals to register IRQ handlers
spi: cs42l43: Add SPI controller support
.../bindings/sound/cirrus,cs42l43.yaml | 313 +++
MAINTAINERS | 4 +
drivers/mfd/Kconfig | 23 +
drivers/mfd/Makefile | 3 +
drivers/mfd/cs42l43-i2c.c | 98 +
drivers/mfd/cs42l43-sdw.c | 239 ++
drivers/mfd/cs42l43.c | 1188 +++++++++
drivers/mfd/cs42l43.h | 28 +
drivers/pinctrl/cirrus/Kconfig | 11 +
drivers/pinctrl/cirrus/Makefile | 2 +
drivers/pinctrl/cirrus/pinctrl-cs42l43.c | 609 +++++
drivers/soundwire/bus.c | 32 +
drivers/soundwire/bus_type.c | 12 +
drivers/spi/Kconfig | 7 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-cs42l43.c | 284 ++
include/linux/mfd/cs42l43-regs.h | 1184 +++++++++
include/linux/mfd/cs42l43.h | 102 +
include/linux/soundwire/sdw.h | 9 +
include/sound/cs42l43.h | 17 +
sound/soc/codecs/Kconfig | 16 +
sound/soc/codecs/Makefile | 4 +
sound/soc/codecs/cs42l43-jack.c | 946 +++++++
sound/soc/codecs/cs42l43-sdw.c | 74 +
sound/soc/codecs/cs42l43.c | 2278 +++++++++++++++++
sound/soc/codecs/cs42l43.h | 131 +
26 files changed, 7615 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/cirrus,cs42l43.yaml
create mode 100644 drivers/mfd/cs42l43-i2c.c
create mode 100644 drivers/mfd/cs42l43-sdw.c
create mode 100644 drivers/mfd/cs42l43.c
create mode 100644 drivers/mfd/cs42l43.h
create mode 100644 drivers/pinctrl/cirrus/pinctrl-cs42l43.c
create mode 100644 drivers/spi/spi-cs42l43.c
create mode 100644 include/linux/mfd/cs42l43-regs.h
create mode 100644 include/linux/mfd/cs42l43.h
create mode 100644 include/sound/cs42l43.h
create mode 100644 sound/soc/codecs/cs42l43-jack.c
create mode 100644 sound/soc/codecs/cs42l43-sdw.c
create mode 100644 sound/soc/codecs/cs42l43.c
create mode 100644 sound/soc/codecs/cs42l43.h
--
2.30.2
2023-08-22 12:48:04 +01:00
..
2023-08-11 13:56:27 +10:00
2023-08-13 08:50:26 -07:00
2023-08-04 15:25:01 +02:00
2023-08-02 17:01:12 +09:00
2023-06-29 11:00:17 -07:00
2023-08-11 20:36:02 +02:00
2023-08-11 12:14:08 -07:00
2023-07-20 11:26:56 -07:00
2023-07-06 09:56:53 -07:00
2023-06-29 08:09:31 -06:00
2023-06-15 13:42:16 +02:00
2023-08-12 02:36:28 +03:00
2023-07-26 11:47:57 -07:00
2023-06-30 09:37:26 -07:00
2023-06-23 10:29:02 +02:00
2023-08-04 15:17:29 +02:00
2023-08-07 19:41:48 +02:00
2023-08-08 16:07:01 +02:00
2023-07-06 13:18:30 -07:00
2023-07-28 13:16:54 -06:00
2023-06-26 07:54:23 -06:00
2023-08-07 00:01:41 +05:30
2023-07-15 13:57:30 +02:00
2023-06-26 15:09:18 -07:00
2023-06-24 14:03:46 +09:00
2023-08-22 12:48:04 +01:00
2023-07-03 12:46:47 -07:00
2023-08-11 21:31:59 +02:00
2023-08-22 12:48:04 +01:00
2023-07-12 11:56:22 -07:00
2023-06-28 17:53:25 +00:00
2023-08-09 21:09:47 -07:00
2023-06-14 08:15:24 -07:00
2023-07-03 12:46:47 -07:00
2023-07-08 12:28:00 -07:00
2023-07-19 20:10:03 +02:00
2023-08-22 12:48:04 +01:00
2023-08-10 16:35:54 -03:00
2023-06-29 15:28:33 -07:00
2023-07-11 15:44:43 +03:00
2023-07-27 11:27:20 -03:00
2023-07-30 10:59:19 -07:00
2023-08-03 18:08:32 -07:00
2023-07-03 11:26:05 -07:00
2023-06-21 14:08:54 +10:00
2023-06-30 17:35:45 -05:00
2023-07-25 11:55:50 -04:00
2023-08-22 12:48:04 +01:00
2023-07-25 22:09:20 +02:00
2023-06-12 15:16:19 +02:00
2023-08-17 12:06:11 +01:00
2023-08-04 15:52:51 +02:00
2023-07-14 11:28:55 +02:00
2023-07-27 16:54:23 +02:00
2023-06-15 13:42:18 +02:00
2023-08-10 12:37:24 -07:00
2023-06-22 18:40:38 -07:00
2023-07-08 13:55:44 -04:00
2023-06-26 07:54:23 -06:00
2023-08-11 12:14:08 -07:00
2023-06-15 13:42:18 +02:00
2023-07-11 16:33:01 -06:00
2023-06-27 07:35:14 +05:30
2023-08-10 22:22:03 +02:00
2023-08-03 14:40:37 +02:00
2023-08-11 09:39:17 -07:00
2023-06-15 13:42:18 +02:00
2023-07-12 07:41:23 -07:00
2023-07-24 16:23:37 +05:30
2023-08-18 17:37:08 +01:00
2023-08-13 14:50:25 +02:00
2023-07-03 17:23:16 -07:00
2023-08-01 13:45:08 +02:00
2023-07-03 13:17:25 -07:00
2023-07-05 12:55:06 -07:00
2023-07-23 23:40:09 +01:00
2023-07-03 17:03:05 -07:00
2023-06-29 15:22:19 -07:00
2023-07-03 10:43:10 -07:00
2023-08-03 14:00:02 -07:00
2023-06-23 10:27:02 +02:00
2023-08-13 08:43:26 -07:00
2023-07-19 15:44:02 +08:00
2023-08-18 17:37:08 +01:00
2023-07-26 12:47:20 +01:00
2023-07-30 11:47:56 -07:00
2023-07-08 12:35:18 -07:00
2023-06-29 15:22:19 -07:00
2023-08-01 13:45:08 +02:00
2023-08-04 16:17:47 +03:00
2023-07-30 11:51:36 -07:00
2023-08-07 21:34:08 -04:00
2023-08-04 14:57:23 +02:00
2023-07-03 15:38:26 -07:00
2023-06-30 15:22:09 -07:00
2023-07-03 15:38:26 -07:00
2023-07-20 07:56:30 +02:00
2023-06-27 16:46:06 -07:00
2023-06-27 10:47:08 -04:00
2023-06-26 14:30:07 +02:00
2023-07-27 07:53:12 +02:00