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

Dear maintainers:
Can you reply to me if any opinion?
thanks

B.R.
Argus

On Wed, 2021-01-06 at 20:19 +0800, Argus Lin wrote:
> 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
> 


  parent reply	other threads:[~2021-02-03  6:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1609935546-11722-1-git-send-email-argus.lin@mediatek.com>
     [not found] ` <1609935546-11722-3-git-send-email-argus.lin@mediatek.com>
2021-01-15 17:07   ` [PATCH 2/2] ASoC: mediatek: mt6359: add MT6359 accdet driver Mark Brown
2021-02-03  6:57 ` Argus Lin [this message]
2021-02-03 13:20   ` [PATCH 0/2] Add mediatek " Mark Brown
     [not found] ` <1609935546-11722-2-git-send-email-argus.lin@mediatek.com>
2021-02-03  6:58   ` [PATCH 1/2] dt-bindings: mediatek: mt6359: add ASoC mt6359 accdet document Argus Lin

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=1612335462.9202.1.camel@mtkswgap22 \
    --to=argus.lin@mediatek.com \
    --cc=Jiaxin.Yu@mediatek.com \
    --cc=Shane.Chien@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=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=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).