From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7EEE6C32771 for ; Wed, 21 Sep 2022 08:18:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230326AbiIUISz (ORCPT ); Wed, 21 Sep 2022 04:18:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231185AbiIUISj (ORCPT ); Wed, 21 Sep 2022 04:18:39 -0400 Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B548B9F for ; Wed, 21 Sep 2022 01:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1663748318; x=1695284318; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=jiRLDh887L4stWEL7ewRK0p/C0iReg1uXK5CF30Jnd8=; b=bUC/y54QJIvkYnXXGmt5R9cdfBrzbbHKYavhda6icvKg+7AfYOl74p1N FFaTipMUTw2CsoAvbeYZDgHnIile2Tv2UT174efzcYBZlOZVLd+kA7Zzu OQxI7m01RbGiX5gQ08pVvzBLAesG3pFzv8pCJa9THb0FnOWaTkg1msKxI QSSrjDmkSRYyycw1+dUskyD71tmjoj+9KSjJPdXYv+n4ftD8eZrSww2L+ MoEEmogNwgn5pvndMVEtNrjBaT9/102MqIcX3EFNsX8DXmNOtMFm5BC79 bPmTYMDl0ow4xwjFubyIa43GxGzOOewHVTr8F7MHuLrmtBqkc48jTNFrK w==; From: Astrid Rost To: Mark Brown , Liam Girdwood , Krzysztof Kozlowski CC: , , , Astrid Rost , Astrid Rost Subject: [PATCH v4 0/3] ASoC: ts3a227e control debounce times Date: Wed, 21 Sep 2022 10:18:31 +0200 Message-ID: <20220921081834.22009-1-astrid.rost@axis.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Astrid Rost PATCH 1 - convert ts3a227e bindings to yaml. PATCH 2 - add ts3a227e bindings to support debounce times. PATCH 3 - add ts3a227e driver to support debounce times. v3 -> v4 Removed the comments on enums in Patch2. Signed-off-by: Astrid Rost Astrid Rost (3): dt-bindings: sound: ti,ts3a227e: convert to yaml dt-bindings: sound: ti,ts3a227e: add control of debounce ASoC: ts3a227e: add parameters to control debounce times .../bindings/sound/ti,ts3a227e.yaml | 94 +++++++++++++++++++ .../devicetree/bindings/sound/ts3a227e.txt | 30 ------ sound/soc/codecs/ts3a227e.c | 61 ++++++++++-- 3 files changed, 149 insertions(+), 36 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/ti,ts3a227e.yaml delete mode 100644 Documentation/devicetree/bindings/sound/ts3a227e.txt -- 2.20.1