public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: add support for ROHM BD28623 codec
@ 2018-02-23  1:17 Katsuhiro Suzuki
  2018-02-23  1:17 ` [PATCH v2 1/2] ASoC: add DT bindings documentation " Katsuhiro Suzuki
  2018-02-23  1:17 ` [PATCH v2 2/2] ASoC: support ROHM BD28623 codec Katsuhiro Suzuki
  0 siblings, 2 replies; 4+ messages in thread
From: Katsuhiro Suzuki @ 2018-02-23  1:17 UTC (permalink / raw)
  To: Mark Brown, alsa-devel, Rob Herring, devicetree
  Cc: Katsuhiro Suzuki, Jassi Brar, linux-arm-kernel, Masami Hiramatsu,
	linux-kernel

This patch adds support for ROHM BD28623MUV class D speaker
amplifier codec driver.

This driver only refers information of HW specification document
that can be derivered at website of ROHM.

http://www.rohm.com/web/global/products/-/product/BD28623MUV

---

Changes in v2:
  - Change gpio properties to optional
  - Change VCCA, VCCP-supply to mandatory
  - Fix lisence comment style
  - Use _cansleep() version for manipulating GPIO
  - Use ASoC component remove() function instead of
    platform remove() function to power off this IC
  - Remove update function that was just alias of gpiod_set_value


Katsuhiro Suzuki (2):
  ASoC: add DT bindings documentation for ROHM BD28623 codec
  ASoC: support ROHM BD28623 codec

 .../devicetree/bindings/sound/rohm,bd28623.txt     |  29 +++
 sound/soc/codecs/Kconfig                           |   8 +
 sound/soc/codecs/Makefile                          |   2 +
 sound/soc/codecs/bd28623.c                         | 242 +++++++++++++++++++++
 4 files changed, 281 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/rohm,bd28623.txt
 create mode 100644 sound/soc/codecs/bd28623.c

-- 
2.16.1

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

end of thread, other threads:[~2018-02-28 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-23  1:17 [PATCH v2 0/2] ASoC: add support for ROHM BD28623 codec Katsuhiro Suzuki
2018-02-23  1:17 ` [PATCH v2 1/2] ASoC: add DT bindings documentation " Katsuhiro Suzuki
2018-02-28 11:06   ` Applied "ASoC: add DT bindings documentation for ROHM BD28623 codec" to the asoc tree Mark Brown
2018-02-23  1:17 ` [PATCH v2 2/2] ASoC: support ROHM BD28623 codec Katsuhiro Suzuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox