alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: adau17x1: Minor fixes and DT support
@ 2016-02-02 14:31 Andreas Irestål
  2016-02-02 14:31 ` [PATCH 1/4] ASoC: adau17x1: Fix incorrect BCLK ratio definitions Andreas Irestål
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andreas Irestål @ 2016-02-02 14:31 UTC (permalink / raw)
  To: alsa-devel; +Cc: Andreas Irestål

This set of patches fixes some minor typos and adds DT support for the
adau17x1 codec drivers. I've only been able to test the 1761 part on
real hardware since I don't have any adau1781 hardware at the moment.

Currently, quite a lot of options are provided through the platform_data
struct, so it made sense parsing the DT and create a platform_data struct
from these parameters not to break anything. I've peeked at a few other
drivers and the TI tlv320aic31xx driver works this way as well.

Andreas Irestål (4):
  ASoC: adau17x1: Fix incorrect BCLK ratio definitions
  ASoc: adau17x1: Correct typos in file headers
  ASoC: adau17x1: Add basic DT support for adau17x1
  ASoC: adau17x1: Add option to provide platform data via DT

 .../devicetree/bindings/sound/adi,adau17x1.txt     |  54 +++++++++
 include/dt-bindings/sound/adau17x1.h               |  14 +++
 include/linux/platform_data/adau17x1.h             |   2 +-
 sound/soc/codecs/adau1761-i2c.c                    |  14 ++-
 sound/soc/codecs/adau1761-spi.c                    |  14 ++-
 sound/soc/codecs/adau1761.c                        | 133 ++++++++++++++++++++-
 sound/soc/codecs/adau1781-i2c.c                    |  10 ++
 sound/soc/codecs/adau1781-spi.c                    |  10 ++
 sound/soc/codecs/adau1781.c                        |  59 ++++++++-
 sound/soc/codecs/adau17x1.h                        |   6 +-
 10 files changed, 308 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/adi,adau17x1.txt
 create mode 100644 include/dt-bindings/sound/adau17x1.h

-- 
2.1.4

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-24  4:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 14:31 [PATCH 0/4] ASoC: adau17x1: Minor fixes and DT support Andreas Irestål
2016-02-02 14:31 ` [PATCH 1/4] ASoC: adau17x1: Fix incorrect BCLK ratio definitions Andreas Irestål
2016-02-24  4:15   ` Applied "ASoC: adau17x1: Fix incorrect BCLK ratio definitions" to the asoc tree Mark Brown
2016-02-02 14:31 ` [PATCH 2/4] ASoc: adau17x1: Correct typos in file headers Andreas Irestål
2016-02-24  4:15   ` Applied "ASoC: adau17x1: Correct typos in file headers" to the asoc tree Mark Brown
2016-02-02 14:31 ` [PATCH 3/4] ASoC: adau17x1: Add basic DT support for adau17x1 Andreas Irestål
2016-02-02 14:31 ` [PATCH 4/4] ASoC: adau17x1: Add option to provide platform data via DT Andreas Irestål
2016-02-04 21:01   ` Lars-Peter Clausen
2016-02-04 20:54 ` [PATCH 0/4] ASoC: adau17x1: Minor fixes and DT support Lars-Peter Clausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).