This series prepares the MT6359 ACCDET for actual usage in the Devicetree. Patches 1 and 2 add the required DT bindings, patches 3 and 4 get the mt6359-accdet driver probing, patches 5-12 clean up code related to DT property parsing, and patch 13 adds the node in the Devicetree. Together with the series "Allow retrieving accessory detection reference on MT8188" [1], and one extra patch on top enabling it on the genio-700-evk DT, this series was tested on the Genio 700 EVK to get audio jack detection working on it. [1] https://lore.kernel.org/all/20250214-mt8188-accdet-v1-0-6bbd5483855b@xxxxxxxxxxxxx Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> --- Andrew Perepech (3): mfd: mt6397-core: Add mfd_cell for mt6359-accdet ASoC: mediatek: mt6359-accdet: Implement EINT IRQ polarity configuration ASoC: mediatek: mt6359-accdet: Use IRQ_TYPE_LEVEL_LOW not raw value Nícolas F. R. A. Prado (10): ASoC: dt-bindings: Add document for mt6359-accdet dt-bindings: mfd: mediatek: mt6397: Add accdet subnode ASoC: mediatek: mt6359-accdet: Add compatible property ASoC: mediatek: mt6359-accdet: Drop dead code for EINT/GPIO IRQ handling ASoC: mediatek: mt6359-accdet: Drop dead code for EINT trigger setting ASoC: mediatek: mt6359-accdet: Drop dead code for button detection ASoC: mediatek: mt6359-accdet: Drop dead code for plugout-debounce ASoC: mediatek: mt6359-accdet: Handle mediatek,eint-use-ext-res as bool ASoC: mediatek: mt6359-accdet: Split mediatek,pwm-deb-setting properties arm64: dts: mt6359: Add accessory detect node .../devicetree/bindings/mfd/mediatek,mt6397.yaml | 7 + .../bindings/sound/mediatek,mt6359-accdet.yaml | 293 +++++++++++++++++++++ arch/arm64/boot/dts/mediatek/mt6359.dtsi | 24 ++ drivers/mfd/mt6397-core.c | 12 + sound/soc/codecs/mt6359-accdet.c | 208 +++++---------- sound/soc/codecs/mt6359-accdet.h | 18 +- 6 files changed, 404 insertions(+), 158 deletions(-) --- base-commit: dab2734f8e9ecba609d66d1dd087a392a7774c04 change-id: 20250214-mt6359-accdet-dts-00b189847f3c Best regards, -- Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>