]> git.baikalelectronics.ru Git - kernel.git/commit
Merge series "ASoC: cs42l42: Fix definition and handling of jack switch invert" from...
authorMark Brown <broonie@kernel.org>
Fri, 29 Oct 2021 13:51:28 +0000 (14:51 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 29 Oct 2021 13:51:28 +0000 (14:51 +0100)
commit9eda529d782e796cc8c2dee8c09305ea499ef7c8
treea20a7972e41e48bfd992a59a913eba096d788627
parentb3a15dbc84d737473db7d36ee7d4fc5a9250ee96
parente052a03085e9385b644f2bd391563ca4e171e76e
Merge series "ASoC: cs42l42: Fix definition and handling of jack switch invert" from Richard Fitzgerald <rf@opensource.cirrus.com>:

Summary: The driver applied the opposite of the DT setting to the
wrong register bit.

The jack plug detect hardware in cs42l42 is somewhat confusing,
compounded by an unclear description in the datasheet. This is most
likely the reason that the driver implemented a DT property for the
wrong register bit, that had the opposite effect of what was
described in the binding.

Changing the meaning of the property values isn't feasible; the
driver dates from 2016 and the risk of breaking out-of-tree configs
is too high (the property is also available to ACPI systems).

So the fix is to make the binding doc match the actual behaviour and
then fix the driver to apply it to the correct register bit.

As a bonus, patch #3 converts the binding to yaml.

Richard Fitzgerald (3):
  ASoC: dt-bindings: cs42l42: Correct description of ts-inv
  ASoC: cs42l42: Correct configuring of switch inversion from ts-inv
  ASoC: dt-bindings: cs42l42: Convert binding to yaml

 .../devicetree/bindings/sound/cirrus,cs42l42.yaml  | 225 +++++++++++++++++++++
 .../devicetree/bindings/sound/cs42l42.txt          | 114 -----------
 MAINTAINERS                                        |   1 +
 sound/soc/codecs/cs42l42.c                         |   9 +-
 4 files changed, 230 insertions(+), 119 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/cirrus,cs42l42.yaml
 delete mode 100644 Documentation/devicetree/bindings/sound/cs42l42.txt

--
2.11.0