[PATCH 0/2] Add mediatek MT6359 accdet driver

Argus Lin argus.lin at mediatek.com
Wed Jan 6 07:19:04 EST 2021


MT6359 audio codec support accessory detect features, the general features
are jack plug detection and key detection.

All of 3-pole and 4-pole jack are supported.

change since v1:
  - adds mt6359 accdet binding document
  - adds mt6359 accdet driver


Argus Lin (2):
  dt-bindings: mediatek: mt6359: add ASoC mt6359 accdet document
  ASoC: mediatek: mt6359: add MT6359 accdet driver

 .../devicetree/bindings/sound/mt6359-accdet.yaml   |  142 ++
 sound/soc/codecs/Kconfig                           |    7 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/mt6359-accdet.c                   | 1951 ++++++++++++++++++++
 sound/soc/codecs/mt6359-accdet.h                   |  136 ++
 sound/soc/codecs/mt6359.h                          | 1863 +++++++++++++++++--
 6 files changed, 3995 insertions(+), 106 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/mt6359-accdet.yaml
 create mode 100644 sound/soc/codecs/mt6359-accdet.c
 create mode 100644 sound/soc/codecs/mt6359-accdet.h

--
1.8.1.1.dirty


More information about the linux-arm-kernel mailing list