Re: [PATCH V4 0/2] Add DT support for i2s
From: Padma Venkat <hidden>
Date: 2012-12-06 04:01:40
Also in:
alsa-devel, linux-arm-kernel, linux-samsung-soc
Hi Mark, On Wed, Nov 28, 2012 at 4:17 PM, Padmavathi Venna [off-list ref] wrote:
V4 patches are based on Mark Brown's for-next branch of
"git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git"
Changes since V3:
- Added syntex of gpio specifier as suggested by Mark Brown in
DT document file
- Added the requirement for having I2S alias ids
- Explained about gpio lines
- Made a seperate patch to get the I2S rclk src clk from alias ID
Changes since V2:
- Rebased on 3.7-rc3
- Custom DT bindings are prefixed with samsung
- As generic device tree DMA helpers not yet mainlined
I am still using custom dma bindings. So added a
priliminary statement regarding the same. I will rework
on my patch once generic DMA helpers are mainlined.
Chnages since V1:
- Rebased on 3.6-rc6
Padmavathi Venna (2):
ASoC: Samsung: Get I2S src_clk from clock alias id.
ASoC: SAMSUNG: Add DT support for i2sAny comments on DT support for i2s patch? If not when this patch can be pulled?
.../devicetree/bindings/sound/samsung-i2s.txt | 78 +++++++ include/linux/platform_data/asoc-s3c.h | 6 - sound/soc/samsung/dma.c | 1 + sound/soc/samsung/dma.h | 1 + sound/soc/samsung/i2s.c | 238 +++++++++++++++---- 5 files changed, 268 insertions(+), 56 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/samsung-i2s.txt -- 1.7.4.4
Thanks Padma