From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support
Date: Wed, 15 Jun 2016 23:11:19 +0200 [thread overview]
Message-ID: <20160615211123.31068-1-maxime.ripard@free-electrons.com> (raw)
Hi everyone,
This is the second version of the I2S support for the controller found
in the Allwinner A10 and later SoCs.
Playback has been tested with an UDA1380 on an A20-Olinuxino. Capture
is not implemented yet, but will come eventually.
Let me know what you think,
Maxime
Changes from v1:
- Fixed bogus indentation and spurious whitespaces / newlines
- Moved the device initialisation in the probe to the startup function
- Disabled the device in shutdown
- Removed function to get wss and sr to inline them in hw_params
- Changed the way to access the divider array
- Checked clk_set_rate return code
- Fixed condition for invalid bclk and mclk dividers
- Added sound-dai-cells to the bindings documentation required properties
Emilio L?pez (1):
ARM: sun7i: Add mod1 clock nodes
Maxime Ripard (3):
ASoC: sunxi: Add A10 I2S controller binding documentation
ASoC: sunxi: Add Allwinner A10 Digital Audio driver
ARM: sun7i: Add DAI nodes
.../devicetree/bindings/sound/sun4i-i2s.txt | 34 +
arch/arm/boot/dts/sun7i-a20.dtsi | 87 ++-
sound/soc/sunxi/Kconfig | 9 +
sound/soc/sunxi/Makefile | 2 +-
sound/soc/sunxi/sun4i-i2s.c | 703 +++++++++++++++++++++
5 files changed, 832 insertions(+), 3 deletions(-)
create mode 100644 Documentation/devicetree/bindings/sound/sun4i-i2s.txt
create mode 100644 sound/soc/sunxi/sun4i-i2s.c
--
2.9.0
next reply other threads:[~2016-06-15 21:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-15 21:11 Maxime Ripard [this message]
2016-06-15 21:11 ` [PATCH v2 1/4] ASoC: sunxi: Add A10 I2S controller binding documentation Maxime Ripard
2016-06-19 14:37 ` Rob Herring
2016-06-30 12:15 ` Applied "ASoC: sunxi: Add A10 I2S controller binding documentation" to the asoc tree Mark Brown
2016-06-15 21:11 ` [PATCH v2 2/4] ASoC: sunxi: Add Allwinner A10 Digital Audio driver Maxime Ripard
2016-06-30 12:15 ` Applied "ASoC: sunxi: Add Allwinner A10 Digital Audio driver" to the asoc tree Mark Brown
2016-06-15 21:11 ` [PATCH v2 3/4] ARM: sun7i: Add mod1 clock nodes Maxime Ripard
2016-06-15 21:11 ` [PATCH v2 4/4] ARM: sun7i: Add DAI nodes Maxime Ripard
2016-06-24 8:00 ` [PATCH v2 0/4] ASoC: sunxi: Add i2s controller support Chen-Yu Tsai
2016-06-27 18:32 ` Maxime Ripard
2016-06-29 18:53 ` Mark Brown
2016-06-30 18:47 ` Maxime Ripard
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=20160615211123.31068-1-maxime.ripard@free-electrons.com \
--to=maxime.ripard@free-electrons.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