All of lore.kernel.org
 help / color / mirror / Atom feed
From: Astrid Rost <astrid.rost@axis.com>
To: Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: alsa-devel@alsa-project.org, Astrid Rost <astrid.rost@axis.com>,
	kernel@axis.com, linux-kernel@vger.kernel.org,
	Astrid Rost <astridr@axis.com>
Subject: [PATCH v4 0/3] ASoC: ts3a227e control debounce times
Date: Wed, 21 Sep 2022 10:18:31 +0200	[thread overview]
Message-ID: <20220921081834.22009-1-astrid.rost@axis.com> (raw)

From: Astrid Rost <astridr@axis.com>

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@axis.com>


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


WARNING: multiple messages have this Message-ID (diff)
From: Astrid Rost <astrid.rost@axis.com>
To: Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: <kernel@axis.com>, <alsa-devel@alsa-project.org>,
	<linux-kernel@vger.kernel.org>, Astrid Rost <astridr@axis.com>,
	Astrid Rost <astrid.rost@axis.com>
Subject: [PATCH v4 0/3] ASoC: ts3a227e control debounce times
Date: Wed, 21 Sep 2022 10:18:31 +0200	[thread overview]
Message-ID: <20220921081834.22009-1-astrid.rost@axis.com> (raw)

From: Astrid Rost <astridr@axis.com>

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@axis.com>


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


             reply	other threads:[~2022-09-21  8:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21  8:18 Astrid Rost [this message]
2022-09-21  8:18 ` [PATCH v4 0/3] ASoC: ts3a227e control debounce times Astrid Rost
2022-09-21  8:18 ` [PATCH v4 1/3] dt-bindings: sound: ti,ts3a227e: convert to yaml Astrid Rost
2022-09-21  8:18   ` Astrid Rost
2022-09-21  8:26   ` Krzysztof Kozlowski
2022-09-21  8:26     ` Krzysztof Kozlowski
2022-09-21  8:18 ` [PATCH v4 2/3] dt-bindings: sound: ti, ts3a227e: add control of debounce Astrid Rost
2022-09-21  8:18   ` [PATCH v4 2/3] dt-bindings: sound: ti,ts3a227e: " Astrid Rost
2022-09-21  8:27   ` Krzysztof Kozlowski
2022-09-21  8:27     ` Krzysztof Kozlowski
2022-09-21  8:18 ` [PATCH v4 3/3] ASoC: ts3a227e: add parameters to control debounce times Astrid Rost
2022-09-21  8:18   ` Astrid Rost
2022-09-21  9:21 ` [PATCH v4 0/3] ASoC: ts3a227e " Mark Brown
2022-09-21  9:21   ` Mark Brown
2022-09-21 16:28 ` Mark Brown
2022-09-21 16:28   ` 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=20220921081834.22009-1-astrid.rost@axis.com \
    --to=astrid.rost@axis.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=astridr@axis.com \
    --cc=broonie@kernel.org \
    --cc=kernel@axis.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.