linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] ASoC/ARM: tegra: apalis t30/tk1/colibri t30: sgtl5000 audio
@ 2016-06-19  0:59 Marcel Ziswiler
  2016-06-19  1:00 ` [PATCH v4 1/3] ASoC: tegra: add tegra sgtl5000 machine driver Marcel Ziswiler
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Marcel Ziswiler @ 2016-06-19  0:59 UTC (permalink / raw)
  To: linux-tegra
  Cc: Marcel Ziswiler, Jaroslav Kysela, devicetree, alsa-devel,
	Thierry Reding, Liam Girdwood, Mark Brown, linux-kernel,
	Stephen Warren, Tuomas Tynkkynen, Takashi Iwai, Rob Herring,
	Andrew Morton, Prarit Bhargava, Mark Rutland, Alexandre Courbot,
	Russell King, linux-arm-kernel


This series adds/integrates Freescale SGTL5000 analogue audio codec
support.

Changes in v4:
- simple-audio-card does still not allow for more advanced use cases
  like Tegra SoCs
- further platform drivers have been accepted since my last attempt
  (e.g. rt5677 one)
- relevance for one further board the new Toradex Apalis TK1
- drop unused sound/jack.h include
- in tegra_sgtl5000_driver_remove() pass return value of
  snd_soc_unregister_card() on to caller
- no longer set owner property in platform_driver to THIS_MODULE
- re-based/resend

Changes in v3:
- revert to not using simple-audio-card being incompatible with tegra
- rebased to for-next

Changes in v2:
- using simple-audio-card as suggested by Fabio

Marcel Ziswiler (3):
  ASoC: tegra: add tegra sgtl5000 machine driver
  ARM: tegra: apalis/colibri t30: integrate audio
  ARM: tegra: enable sgtl5000 audio

 .../bindings/sound/nvidia,tegra-audio-sgtl5000.txt |  42 ++++
 arch/arm/boot/dts/tegra30-apalis.dtsi              |  49 +++++
 arch/arm/boot/dts/tegra30-colibri.dtsi             |  49 +++++
 arch/arm/configs/tegra_defconfig                   |   1 +
 sound/soc/tegra/Kconfig                            |  11 ++
 sound/soc/tegra/Makefile                           |   2 +
 sound/soc/tegra/tegra_sgtl5000.c                   | 212 +++++++++++++++++++++
 7 files changed, 366 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/nvidia,tegra-audio-sgtl5000.txt
 create mode 100644 sound/soc/tegra/tegra_sgtl5000.c

-- 
2.5.5

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

end of thread, other threads:[~2016-11-07 13:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-19  0:59 [PATCH v4 0/3] ASoC/ARM: tegra: apalis t30/tk1/colibri t30: sgtl5000 audio Marcel Ziswiler
2016-06-19  1:00 ` [PATCH v4 1/3] ASoC: tegra: add tegra sgtl5000 machine driver Marcel Ziswiler
2016-06-30 13:46   ` Rob Herring
2016-08-15 14:11   ` Applied "ASoC: tegra: add tegra sgtl5000 machine driver" to the asoc tree Mark Brown
2016-06-19  1:00 ` [PATCH v4 2/3] ARM: tegra: apalis/colibri t30: integrate audio Marcel Ziswiler
2016-06-19  1:00 ` [PATCH v4 3/3] ARM: tegra: enable sgtl5000 audio Marcel Ziswiler
2016-08-16 13:55 ` [PATCH v4 0/3] ASoC/ARM: tegra: apalis t30/tk1/colibri t30: " Marcel Ziswiler
2016-11-07 13:42   ` Thierry Reding

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).