mbox series

[0/5] ASoC: cpcap: Implement jack headset detection

Message ID 20241228114514.91594-1-ivo.g.dimitrov.75@gmail.com (mailing list archive)
Headers show
Series ASoC: cpcap: Implement jack headset detection | expand

Message

Ivaylo Dimitrov Dec. 28, 2024, 11:45 a.m. UTC
cpcap audio codec found on cpcap PMIC supports headset detection
and PTT button through its 3.5 mm jack. This series implements
support for those capabilities.

Ivaylo Dimitrov (5):
  arch: arm: dts: cpcap-mapphone: Set VAUDIO regulator always-on
  ASoC: cpcap: Implement .set_bias_level
  dt-bindings: mfd: motorola-cpcap: Document audio-codec interrupts
  arch: arm: dts: cpcap-mapphone: Add audio-codec jack detection
    interrupts
  ASoC: cpcap: Implement jack detection

 .../bindings/mfd/motorola-cpcap.txt           |   9 +
 .../dts/ti/omap/motorola-cpcap-mapphone.dtsi  |   8 +-
 sound/soc/codecs/cpcap.c                      | 200 +++++++++++++++++-
 3 files changed, 215 insertions(+), 2 deletions(-)

Comments

Ivaylo Dimitrov Jan. 13, 2025, 5:56 a.m. UTC | #1
ping

On 28.12.24 г. 13:45 ч., Ivaylo Dimitrov wrote:
> cpcap audio codec found on cpcap PMIC supports headset detection
> and PTT button through its 3.5 mm jack. This series implements
> support for those capabilities.
> 
> Ivaylo Dimitrov (5):
>    arch: arm: dts: cpcap-mapphone: Set VAUDIO regulator always-on
>    ASoC: cpcap: Implement .set_bias_level
>    dt-bindings: mfd: motorola-cpcap: Document audio-codec interrupts
>    arch: arm: dts: cpcap-mapphone: Add audio-codec jack detection
>      interrupts
>    ASoC: cpcap: Implement jack detection
> 
>   .../bindings/mfd/motorola-cpcap.txt           |   9 +
>   .../dts/ti/omap/motorola-cpcap-mapphone.dtsi  |   8 +-
>   sound/soc/codecs/cpcap.c                      | 200 +++++++++++++++++-
>   3 files changed, 215 insertions(+), 2 deletions(-)
>
Mark Brown Jan. 13, 2025, 1 p.m. UTC | #2
On Mon, Jan 13, 2025 at 07:56:38AM +0200, Ivaylo Dimitrov wrote:
> ping

Please don't send content free pings and please allow a reasonable time
for review.  People get busy, go on holiday, attend conferences and so 
on so unless there is some reason for urgency (like critical bug fixes)
please allow at least a couple of weeks for review.  If there have been
review comments then people may be waiting for those to be addressed.

Sending content free pings adds to the mail volume (if they are seen at
all) which is often the problem and since they can't be reviewed
directly if something has gone wrong you'll have to resend the patches
anyway, so sending again is generally a better approach though there are
some other maintainers who like them - if in doubt look at how patches
for the subsystem are normally handled.