mbox series

[v5,0/7] TAS2562 issue fixes and slot programming

Message ID 20200624161459.19248-1-dmurphy@ti.com (mailing list archive)
Headers show
Series TAS2562 issue fixes and slot programming | expand

Message

Dan Murphy June 24, 2020, 4:14 p.m. UTC
Hello

This series fixes issues tih the shut-down gpio device tree allocation and a
code format issue found.

While working on a project slot programming for the tx and rx paths needed to be
enabled.  In addition the vsense slot programming needed to be configurable and
not directly a simpler adder to the isense slot.

Finally the yaml conversion patch was moved to be the last patch in the series
so that the fixes can be applied and the yaml can be reviewed appropriately
and does not hold up the rest of the fixes.

Dan


Dan Murphy (7):
  dt-bindings: tas2562: Fix shut-down gpio property
  ASoC: tas2562: Update shutdown GPIO property
  ASoC: tas2562: Fix format issue for extra space before a comma
  ASoC: tas2562: Add rx and tx slot programming
  dt-bindings: tas2562: Add voltage sense slot property
  ASoC: tas2562: Add voltage sense slot configuration
  dt-bindings: tas2562: Convert the tas2562 binding to yaml

 .../devicetree/bindings/sound/tas2562.txt     |   34 -
 .../devicetree/bindings/sound/tas2562.yaml    |   77 +
 arch/arm/boot/compressed/fdt.h                |   66 +
 arch/arm/boot/compressed/libfdt.h             | 2072 +++++++++++++++++
 arch/arm/boot/compressed/libfdt_internal.h    |  173 ++
 sound/soc/codecs/tas2562.c                    |   88 +-
 sound/soc/codecs/tas2562.h                    |    4 +
 7 files changed, 2462 insertions(+), 52 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/sound/tas2562.txt
 create mode 100644 Documentation/devicetree/bindings/sound/tas2562.yaml
 create mode 100644 arch/arm/boot/compressed/fdt.h
 create mode 100644 arch/arm/boot/compressed/libfdt.h
 create mode 100644 arch/arm/boot/compressed/libfdt_internal.h