linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Argus Lin <argus.lin@mediatek.com>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	 Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Cc: Jack Yu <jack.yu@realtek.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Charles Keepax <ckeepax@opensource.cirrus.com>,
	Argus Lin <argus.lin@mediatek.com>, Arnd Bergmann <arnd@arndb.de>,
	"Shane.Chien" <shane.chien@mediatek.com>,
	linux-mediatek@lists.infradead.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Jiaxin Yu <jiaxin.yu@mediatek.com>,
	linux-kernel@vger.kernel.org,
	Chipeng Chang <chipeng.chang@mediatek.com>,
	Tzung-Bi Shih <tzungbi@google.com>,
	devicetree@vger.kernel.org,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	Dan Murphy <dmurphy@ti.com>, Shuming Fan <shumingf@realtek.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	alsa-devel@alsa-project.org,
	linux-arm-kernel@lists.infradead.org, wsd_upstream@mediatek.com
Subject: [PATCH 0/2] Add mediatek MT6359 accdet driver
Date: Wed, 6 Jan 2021 20:19:04 +0800	[thread overview]
Message-ID: <1609935546-11722-1-git-send-email-argus.lin@mediatek.com> (raw)

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
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

             reply	other threads:[~2021-01-06 12:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-06 12:19 Argus Lin [this message]
2021-01-06 12:19 ` [PATCH 1/2] dt-bindings: mediatek: mt6359: add ASoC mt6359 accdet document Argus Lin
2021-02-03  6:58   ` Argus Lin
2021-01-06 12:19 ` [PATCH 2/2] ASoC: mediatek: mt6359: add MT6359 accdet driver Argus Lin
2021-01-15 17:07   ` Mark Brown
2021-02-03  6:59   ` Argus Lin
2021-02-03  6:57 ` [PATCH 0/2] Add mediatek " Argus Lin
2021-02-03 13:20   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609935546-11722-1-git-send-email-argus.lin@mediatek.com \
    --to=argus.lin@mediatek.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=chipeng.chang@mediatek.com \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmurphy@ti.com \
    --cc=geert@linux-m68k.org \
    --cc=jack.yu@realtek.com \
    --cc=jiaxin.yu@mediatek.com \
    --cc=lars@metafoo.de \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=perex@perex.cz \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=robh+dt@kernel.org \
    --cc=shane.chien@mediatek.com \
    --cc=shumingf@realtek.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.com \
    --cc=tzungbi@google.com \
    --cc=wsd_upstream@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).