[PATCH] samsung: Add missing include guard to gpio-core.h

2012-12-05 Thread Michael Spang
Signed-off-by: Michael Spang sp...@chromium.org --- arch/arm/plat-samsung/include/plat/gpio-core.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-samsung/include/plat/gpio-core.h b/arch/arm/plat-samsung/include/plat/gpio-core.h index 1fe6917..8622c9a

[PATCH V2 0/2] ASoC: Samsung: Remove platform device support

2012-12-05 Thread Padmavathi Venna
Changes since V1: - Renamed all samsung based audio platform names with the corresponding cpu dai name - Register the dma device in the corresponding samsung cpu dai driver - Deleted samsung_asoc_dma platform device from devs.c - Deleted the

[PATCH V2 1/2] ASoC: Samsung: Do not register samsung audio dma device as pdev

2012-12-05 Thread Padmavathi Venna
Previously, the ASoC 'platform' (PCM/DMA) object was instantiated via a platform_device. This didn't represent the hardware well, since there was no separate hardware associated with this platform_device; it was a virtual device with sole purpose to call snd_soc_register_platform(). This change

[PATCH V3 2/2] ASoC: SMDK: WM8994: Add device tree support for machine file

2012-12-05 Thread Padmavathi Venna
Add the basic device tree based lookup. Signed-off-by: Padmavathi Venna padm...@samsung.com --- .../bindings/sound/samsung,smdk-wm8994.txt | 14 ++ arch/arm/boot/dts/exynos5250-smdk5250.dts | 12 + sound/soc/samsung/smdk_wm8994.c| 26

Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-05 Thread Padma Venkat
Hi Mark, On Wed, Nov 28, 2012 at 4:17 PM, Padmavathi Venna padm...@samsung.com 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

Re: [PATCH V4 0/2] Add DT support for i2s

2012-12-05 Thread Mark Brown
On Thu, Dec 06, 2012 at 09:31:40AM +0530, Padma Venkat wrote: On Wed, Nov 28, 2012 at 4:17 PM, Padmavathi Venna padm...@samsung.com wrote: Padmavathi Venna (2): ASoC: Samsung: Get I2S src_clk from clock alias id. ASoC: SAMSUNG: Add DT support for i2s Any comments on DT support for