From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: broonie@kernel.org
Cc: robh@kernel.org, alsa-devel@alsa-project.org,
devicetree@vger.kernel.org, ideal.song@samsung.com,
inki.dae@samsung.com, b.zolnierkie@samsung.com,
linux-samsung-soc@vger.kernel.org,
Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: [PATCH v3 0/6] ASoC: samsung: Sound support for Exynos5433 TM2(E) boards
Date: Wed, 29 Jun 2016 13:26:33 +0200 [thread overview]
Message-ID: <1467199599-6892-1-git-send-email-s.nawrocki@samsung.com> (raw)
This patch series adds sound support for the Exynos 5433 based TM2 and
TM2E board. It includes minimal drivers for the Low Power Audio Subsystem
(LPASS) and the MAX98504 class D speaker amplifier as well as the actual
asoc machine driver.
The changes since v2 are listed in individual patches, I didn't add any
Acked-by tag to the max98504 DT binding patch as there was significant
change since v2.
Inha Song (1):
ASoC: samsung: Add Samsung Low Power Audio Subsystem driver
Sylwester Nawrocki (5):
ASoC: samsung: Add DT bindings documentation for LPASS
ASoC: Add DT bindings documentation for max98504 amplifier
ASoC: max98504: Add max98504 speaker amplifier driver
ASoC: samsung: Add DT bindings documentation for TM2 sound subsystem
ASoC: samsung: Add machine driver for Exynos5433 based TM2 board
.../devicetree/bindings/sound/max98504.txt | 44 ++
.../bindings/sound/samsung,exynos5433-lpass.txt | 8 +
.../bindings/sound/samsung,tm2-audio.txt | 36 ++
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/max98504.c | 383 ++++++++++++++
sound/soc/codecs/max98504.h | 59 +++
sound/soc/samsung/Kconfig | 13 +
sound/soc/samsung/Makefile | 4 +
sound/soc/samsung/lpass.c | 162 ++++++
sound/soc/samsung/lpass.h | 47 ++
sound/soc/samsung/tm2_wm5110.c | 579 +++++++++++++++++++++
12 files changed, 1341 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/max98504.txt
create mode 100644 Documentation/devicetree/bindings/sound/samsung,exynos5433-lpass.txt
create mode 100644 Documentation/devicetree/bindings/sound/samsung,tm2-audio.txt
create mode 100644 sound/soc/codecs/max98504.c
create mode 100644 sound/soc/codecs/max98504.h
create mode 100644 sound/soc/samsung/lpass.c
create mode 100644 sound/soc/samsung/lpass.h
create mode 100644 sound/soc/samsung/tm2_wm5110.c
--
1.9.1
next reply other threads:[~2016-06-29 11:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-29 11:26 Sylwester Nawrocki [this message]
2016-06-29 11:26 ` [PATCH v3 1/6] ASoC: samsung: Add DT bindings documentation for LPASS Sylwester Nawrocki
2016-06-29 11:26 ` [PATCH v3 2/6] ASoC: samsung: Add Samsung Low Power Audio Subsystem driver Sylwester Nawrocki
2016-06-29 11:26 ` [PATCH v3 3/6] ASoC: Add DT bindings documentation for max98504 amplifier Sylwester Nawrocki
2016-06-29 19:23 ` Applied "ASoC: Add DT bindings documentation for max98504 amplifier" to the asoc tree Mark Brown
2016-06-29 11:26 ` [PATCH v3 4/6] ASoC: max98504: Add max98504 speaker amplifier driver Sylwester Nawrocki
2016-06-29 19:23 ` Applied "ASoC: max98504: Add max98504 speaker amplifier driver" to the asoc tree Mark Brown
2016-06-29 11:26 ` [PATCH v3 5/6] ASoC: samsung: Add DT bindings documentation for TM2 sound subsystem Sylwester Nawrocki
2016-06-29 11:26 ` [PATCH v3 6/6] ASoC: samsung: Add machine driver for Exynos5433 based TM2 board Sylwester Nawrocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1467199599-6892-1-git-send-email-s.nawrocki@samsung.com \
--to=s.nawrocki@samsung.com \
--cc=alsa-devel@alsa-project.org \
--cc=b.zolnierkie@samsung.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ideal.song@samsung.com \
--cc=inki.dae@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox