Linux Sound subsystem development
 help / color / mirror / Atom feed
From: "Macpaul Lin (林智斌)" <Macpaul.Lin@mediatek.com>
To: "Sen Chu (储森)" <Sen.Chu@mediatek.com>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"tiwai@suse.com" <tiwai@suse.com>,
	"broonie@kernel.org" <broonie@kernel.org>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"robh@kernel.org" <robh@kernel.org>,
	"lee@kernel.org" <lee@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"Sean Wang" <Sean.Wang@mediatek.com>,
	"will@kernel.org" <will@kernel.org>,
	"lgirdwood@gmail.com" <lgirdwood@gmail.com>,
	"Nicolas Prado" <nfraprado@collabora.com>,
	"perex@perex.cz" <perex@perex.cz>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"catalin.marinas@arm.com" <catalin.marinas@arm.com>
Cc: "linux-sound@vger.kernel.org" <linux-sound@vger.kernel.org>,
	"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>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	"kernel@collabora.com" <kernel@collabora.com>,
	Andrew Perepech <andrew.perepech@mediatek.com>
Subject: Re: [PATCH v2 19/20] arm64: dts: mt6359: Add accessory detect node
Date: Mon, 3 Mar 2025 02:30:24 +0000	[thread overview]
Message-ID: <3dd23bad242f1578a8084ad7acfce883a412cfe7.camel@mediatek.com> (raw)
In-Reply-To: <20250302-mt6359-accdet-dts-v2-19-5bd633ee0d47@collabora.com>

On Sun, 2025-03-02 at 13:30 -0300, Nícolas F. R. A. Prado wrote:
> 
> Add audio jack detection node. PMIC accessory detect driver will
> create an input device that will send key events on jack
> insertion/removal or accessory device key presses.
> 
> Co-developed-by: Andrew Perepech <andrew.perepech@mediatek.com>
> Signed-off-by: Andrew Perepech <andrew.perepech@mediatek.com>
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> ---
>  arch/arm64/boot/dts/mediatek/mt6359.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt6359.dtsi
> b/arch/arm64/boot/dts/mediatek/mt6359.dtsi
> index
> 7b10f9c59819a9ad02319f00938f35c931091f9f..e24e4aeb3b9cafa2af56c62bc4c
> 549df27d0ec73 100644
> --- a/arch/arm64/boot/dts/mediatek/mt6359.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt6359.dtsi
> @@ -15,6 +15,10 @@ pmic_adc: adc {
>                         #io-channel-cells = <1>;
>                 };
> 
> +               accdet: accdet {
> +                       compatible = "mediatek,mt6359-accdet";
> +               };
> +
>                 mt6359codec: audio-codec {
>                         compatible = "mediatek,mt6359-codec";
>                 };
> 
> --
> 2.48.1
> 

Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>

Thanks!
Macpaul Lin

  reply	other threads:[~2025-03-03  2:30 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-02 16:30 [PATCH v2 00/20] Get mt6359-accdet ready for usage in Devicetree Nícolas F. R. A. Prado
2025-03-02 16:30 ` [PATCH v2 01/20] ASoC: dt-bindings: Add document for mt6359-accdet Nícolas F. R. A. Prado
2025-03-03 11:14   ` AngeloGioacchino Del Regno
2025-03-03 14:45     ` Nícolas F. R. A. Prado
2025-03-03 15:33       ` AngeloGioacchino Del Regno
2025-03-03 15:11   ` Rob Herring
2025-03-02 16:30 ` [PATCH v2 02/20] dt-bindings: mfd: mediatek: mt6397: Add accdet subnode Nícolas F. R. A. Prado
2025-03-03 15:13   ` Rob Herring
2025-03-02 16:30 ` [PATCH v2 03/20] mfd: mt6397-core: Add mfd_cell for mt6359-accdet Nícolas F. R. A. Prado
2025-03-03 11:13   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 04/20] ASoC: mediatek: mt6359-accdet: Add compatible property Nícolas F. R. A. Prado
2025-03-02 16:30 ` [PATCH v2 05/20] ASoC: mediatek: mt6359-accdet: Handle hp-eint-high property Nícolas F. R. A. Prado
2025-03-03 11:07   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 06/20] ASoC: mediatek: mt6359-accdet: Implement HP_EINT polarity configuration Nícolas F. R. A. Prado
2025-03-03 11:15   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 07/20] ASoC: mediatek: mt6359-accdet: Drop dead code for EINT/GPIO IRQ handling Nícolas F. R. A. Prado
2025-03-03 11:07   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 08/20] ASoC: mediatek: mt6359-accdet: Drop dead code for EINT trigger setting Nícolas F. R. A. Prado
2025-03-03 11:07   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 09/20] ASoC: mediatek: mt6359-accdet: Drop dead code for button detection Nícolas F. R. A. Prado
2025-03-03 11:07   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 10/20] ASoC: mediatek: mt6359-accdet: Drop dead code for plugout-debounce Nícolas F. R. A. Prado
2025-03-03 11:07   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 11/20] ASoC: mediatek: mt6359-accdet: Drop unused moisture variables Nícolas F. R. A. Prado
2025-03-03 11:07   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 12/20] ASoC: mediatek: mt6359-accdet: Always use internal resistor Nícolas F. R. A. Prado
2025-03-03 11:06   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 13/20] ASoC: mediatek: mt6359-accdet: Make PWM debounce settings internal Nícolas F. R. A. Prado
2025-03-03 11:07   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 14/20] ASoC: mediatek: mt6359-accdet: Always use eint detect mode 4 Nícolas F. R. A. Prado
2025-03-03 11:07   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 15/20] ASoC: mediatek: mt6359-accdet: Always set micbias1 to 2.8V Nícolas F. R. A. Prado
2025-03-03 11:06   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 16/20] ASoC: mediatek: mt6359-accdet: Always configure hardware as mic-mode 2 Nícolas F. R. A. Prado
2025-03-03 11:06   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 17/20] ASoC: mediatek: mt6359-accdet: Always set comp-vth to 1.6V Nícolas F. R. A. Prado
2025-03-03 11:06   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 18/20] ASoC: mediatek: mt6359-accdet: Always use EINT0 IRQ Nícolas F. R. A. Prado
2025-03-03 11:08   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 19/20] arm64: dts: mt6359: Add accessory detect node Nícolas F. R. A. Prado
2025-03-03  2:30   ` Macpaul Lin (林智斌) [this message]
2025-03-03 11:09   ` AngeloGioacchino Del Regno
2025-03-02 16:30 ` [PATCH v2 20/20] arm64: defconfig: Enable MT6359 ACCDET Nícolas F. R. A. Prado
2025-03-03 11:09   ` AngeloGioacchino Del Regno

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=3dd23bad242f1578a8084ad7acfce883a412cfe7.camel@mediatek.com \
    --to=macpaul.lin@mediatek.com \
    --cc=Sean.Wang@mediatek.com \
    --cc=Sen.Chu@mediatek.com \
    --cc=andrew.perepech@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@collabora.com \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=nfraprado@collabora.com \
    --cc=perex@perex.cz \
    --cc=robh@kernel.org \
    --cc=tiwai@suse.com \
    --cc=will@kernel.org \
    /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