linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Patches to add support pdm controller for rk3328
@ 2017-06-13  7:27 Sugar Zhang
  2017-06-13  7:27 ` [PATCH v1 1/2] ASoC: rockchip: add support for pdm controller Sugar Zhang
  2017-06-13  7:27 ` [PATCH v1 2/2] arm64: dts: rk3328: add pdm node Sugar Zhang
  0 siblings, 2 replies; 6+ messages in thread
From: Sugar Zhang @ 2017-06-13  7:27 UTC (permalink / raw)
  To: linux-arm-kernel

These patches to add support pdm for rk3328 socs.


Sugar Zhang (2):
  ASoC: rockchip: add support for pdm controller
  arm64: dts: rk3328: add pdm node

 .../devicetree/bindings/sound/rockchip,pdm.txt     |  39 ++
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |  55 +++
 sound/soc/rockchip/Kconfig                         |   9 +
 sound/soc/rockchip/Makefile                        |   2 +
 sound/soc/rockchip/rockchip_pdm.c                  | 516 +++++++++++++++++++++
 sound/soc/rockchip/rockchip_pdm.h                  |  83 ++++
 6 files changed, 704 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/rockchip,pdm.txt
 create mode 100644 sound/soc/rockchip/rockchip_pdm.c
 create mode 100644 sound/soc/rockchip/rockchip_pdm.h

-- 
1.9.1

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

end of thread, other threads:[~2017-06-18 14:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-13  7:27 [PATCH v1 0/2] Patches to add support pdm controller for rk3328 Sugar Zhang
2017-06-13  7:27 ` [PATCH v1 1/2] ASoC: rockchip: add support for pdm controller Sugar Zhang
2017-06-13 21:09   ` Applied "ASoC: rockchip: add support for pdm controller" to the asoc tree Mark Brown
2017-06-18 14:05   ` [PATCH v1 1/2] ASoC: rockchip: add support for pdm controller Rob Herring
2017-06-13  7:27 ` [PATCH v1 2/2] arm64: dts: rk3328: add pdm node Sugar Zhang
2017-06-17 18:05   ` Heiko Stuebner

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