From: sugar.zhang@rock-chips.com (Sugar Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/2] Patches to add support pdm controller for rk3328
Date: Tue, 13 Jun 2017 15:27:45 +0800 [thread overview]
Message-ID: <1497338867-52684-1-git-send-email-sugar.zhang@rock-chips.com> (raw)
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
next reply other threads:[~2017-06-13 7:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-13 7:27 Sugar Zhang [this message]
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
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=1497338867-52684-1-git-send-email-sugar.zhang@rock-chips.com \
--to=sugar.zhang@rock-chips.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).