All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] ASoC: Add support for max9759 Amplifier Driver
@ 2018-03-10 11:05 Neil Armstrong
  2018-03-10 11:05   ` Neil Armstrong
  2018-03-10 11:05   ` Neil Armstrong
  0 siblings, 2 replies; 7+ messages in thread
From: Neil Armstrong @ 2018-03-10 11:05 UTC (permalink / raw)
  To: broonie; +Cc: Neil Armstrong, alsa-devel, linux-kernel

The MAX9759 is a gpio controlled speaker amplifier, this patchset
add the DT Bindings and the corresponding ASoC component driver.

Changes with resend :
 - Add rob ack on bindings

Neil Armstrong (2):
  ASoC: Add DT bindings documentation for max9759 amplifier
  ASoC: max9759: Add Amplifier Driver

 .../devicetree/bindings/sound/maxim,max9759.txt    |  18 ++
 sound/soc/codecs/Kconfig                           |   5 +
 sound/soc/codecs/Makefile                          |   2 +
 sound/soc/codecs/max9759.c                         | 207 +++++++++++++++++++++
 4 files changed, 232 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/maxim,max9759.txt
 create mode 100644 sound/soc/codecs/max9759.c

-- 
2.7.4

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

end of thread, other threads:[~2018-03-12 16:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-10 11:05 [RESEND PATCH 0/2] ASoC: Add support for max9759 Amplifier Driver Neil Armstrong
2018-03-10 11:05 ` [RESEND PATCH 1/2] ASoC: Add DT bindings documentation for max9759 amplifier Neil Armstrong
2018-03-10 11:05   ` Neil Armstrong
2018-03-10 11:05 ` [RESEND PATCH 2/2] ASoC: max9759: Add Amplifier Driver Neil Armstrong
2018-03-10 11:05   ` Neil Armstrong
2018-03-12 16:18   ` Mark Brown
2018-03-12 16:18     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.