[U-Boot] [PATCH V3 5/5] Sound: MAX98095: Support I2S0 channel

2013-09-11 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- drivers/sound/max98095.c | 155 +- drivers/sound/max98095.h | 10 ++- drivers/sound/sound.c| 17 ++--- 3 files

[U-Boot] [PATCH V3 1/5] Sound: WM8994: Support I2S0 channel

2013-09-11 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- drivers/sound/sound.c| 17 ++-- drivers/sound/wm8994.c | 167 +++--- drivers/sound/wm8994_registers.h | 39

[U-Boot] [PATCH V3 4/5] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-09-11 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- arch/arm/include/asm/arch-exynos/i2s-regs.h |6 drivers/sound/samsung-i2s.c | 45 +++ 2 files changed, 38

[U-Boot] [PATCH V3 2/5] DTS: Addition of I2S0 channel and replacing I2S1

2013-09-11 Thread Dani Krishna Mohan
This patch enables default I2S0 channel.And I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- arch/arm/dts/exynos5250.dtsi | 19 +++ board/samsung/dts/exynos5250-smdk5250.dts | 13 ++--- board

[U-Boot] [PATCH V3 3/5] ARM: Added I2S0 clocks for audio

2013-09-11 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- arch/arm/cpu/armv7/exynos/clock.c | 61

[U-Boot] [PATCH V3 0/5] EXYNOS: I2S: Enable I2S0 channel

2013-09-11 Thread Dani Krishna Mohan
support - Removed I2S-1 support Dani Krishna Mohan (5): Sound: WM8994: Support I2S0 channel DTS: Addition of I2S0 channel and replacing I2S1 ARM: Added I2S0 clocks for audio Sound: I2S: Replacing I2S1 with I2S0 channel. Sound: MAX98095: Support I2S0 channel arch/arm/cpu/armv7

[U-Boot] [PATCH V2 1/5] Sound: WM8994: Support I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- drivers/sound/sound.c| 17 ++-- drivers/sound/wm8994.c | 167 +++--- drivers/sound/wm8994_registers.h | 39

[U-Boot] [PATCH V2 0/5] EXYNOS: I2S: Enable I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch set adds I2S-0 support and retains I2S-1 support. The default i2s channel can be selected through DT. Changes in V2: - Enabled I2S-0 support through DT - Retained I2S-1 support Changes in V1: - Added I2S-0 support - Removed I2S-1 support Dani Krishna

[U-Boot] [PATCH V2 4/5] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-09-10 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- arch/arm/include/asm/arch-exynos/i2s-regs.h |6 drivers/sound/samsung-i2s.c | 42 +++ 2 files changed, 36

[U-Boot] [PATCH V2 5/5] Sound: MAX98095: Support I2S0 channel

2013-09-10 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- drivers/sound/max98095.c | 128 ++ drivers/sound/max98095.h | 10 +++- drivers/sound/sound.c| 17 +++--- 3 files

[U-Boot] [PATCH V2 3/5] ARM: Added I2S0 clocks for audio

2013-09-10 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- arch/arm/cpu/armv7/exynos/clock.c | 57

[U-Boot] [PATCH V2 2/5] DTS: Addition of I2S0 channel and replacing I2S1

2013-09-10 Thread Dani Krishna Mohan
This patch enables default I2S0 channel.And I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- arch/arm/dts/exynos5250.dtsi | 19 +++ board/samsung/dts/exynos5250-smdk5250.dts | 13 ++--- board

[U-Boot] [PATCH 3/6 V2] ARM: Change from I2S1 to I2S0 for audio on SMDK5250

2013-08-18 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/cpu/armv7/exynos/clock.c | 13

[U-Boot] [PATCH 6/6 V2] Sound: MAX98095: Support I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- changes in V2: - New patch added to V2 drivers/sound/max98095.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff

[U-Boot] [PATCH 5/6 V2] DTS: Addition of GPIO chipselect for MAX98095

2013-08-18 Thread Dani Krishna Mohan
This patch enables the chipselect for MAX98095 audio codec in snow. Signed-off-by: Dani Krishna Mohan --- changes in V2: - New patch added to V2 board/samsung/dts/exynos5250-snow.dts |1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/dts/exynos5250-snow.dts b/board

[U-Boot] [PATCH 2/6 V2] DTS: Addition of I2S0 channel and replacing I2S1

2013-08-18 Thread Dani Krishna Mohan
This patch enables default I2S0 channel and replaces I2S1. I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/dts/exynos5250.dtsi | 10 -- board/samsung/dts/exynos5250

[U-Boot] [PATCH 4/6 V2] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-08-18 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- changes in V2: - None arch/arm/include/asm/arch-exynos/i2s-regs.h |6 ++ drivers/sound/samsung-i2s.c | 16

[U-Boot] [PATCH 1/6 V2] Sound: WM8994: Support I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- changes in V2: - None drivers/sound/sound.c|2 +- drivers/sound/wm8994.c | 95 +++--- drivers/sound

[U-Boot] [PATCH 0/6 V2] EXYNOS: I2S: Enable I2S0 channel

2013-08-18 Thread Dani Krishna Mohan
This patch set replaces I2S1 channel with I2S0 channel. Corresponding changes have been done in audio codec to support I2S0 channel. Changes in V2: - Added cover letter. - Configured GPIO chipselect to enable MAX98095 codec. Dani Krishna Mohan (6): Sound: WM8994: Support I2S0

[U-Boot] [PATCH 1/2] DTS: Addition of GPIO chipselect for MAX98095

2013-08-08 Thread Dani Krishna Mohan
This patch enables the chipselect for MAX98095 audio codec in snow. Signed-off-by: Dani Krishna Mohan --- board/samsung/dts/exynos5250-snow.dts |1 + 1 file changed, 1 insertion(+) diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/samsung/dts/exynos5250-snow.dts index 9e258fd

[U-Boot] [PATCH 2/2] Sound: MAX98095: Support I2S0 channel

2013-08-08 Thread Dani Krishna Mohan
This patch modifies the MAX98095 audio codec to support I2S0 channel in codec slave mode. Signed-off-by: Dani Krishna Mohan --- drivers/sound/max98095.c | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/drivers/sound/max98095.c b/drivers

[U-Boot] [PATCH 2/4] DTS: Addition of I2S0 channel and replacing I2S1

2013-08-07 Thread Dani Krishna Mohan
This patch enables default I2S0 channel and replaces I2S1. I2S platform parameter has been moved to a common file viz exynos5.dtsi. Signed-off-by: Dani Krishna Mohan --- arch/arm/dts/exynos5250.dtsi | 10 -- board/samsung/dts/exynos5250-smdk5250.dts |8 +--- board

[U-Boot] [PATCH 1/4] Sound: WM8994: Support I2S0 channel

2013-08-07 Thread Dani Krishna Mohan
This patch modifies the WM8994 codec to support I2S0 channel in codec slave mode Signed-off-by: Dani Krishna Mohan --- drivers/sound/sound.c|2 +- drivers/sound/wm8994.c | 95 +++--- drivers/sound/wm8994_registers.h | 77

[U-Boot] [PATCH 4/4] Sound: I2S: Replacing I2S1 with I2S0 channel.

2013-08-07 Thread Dani Krishna Mohan
This patch makes required changes to make use of I2S0 channel instead of I2S1 channel on exynos5250. Signed-off-by: Dani Krishna Mohan --- arch/arm/include/asm/arch-exynos/i2s-regs.h |6 ++ drivers/sound/samsung-i2s.c | 16 ++-- 2 files changed, 16

[U-Boot] [PATCH 3/4] ARM: Change from I2S1 to I2S0 for audio on SMDK5250

2013-08-07 Thread Dani Krishna Mohan
This patch makes the necessary changes for making use of I2S0 channel instead of I2S1 channel on smdk board. This changes are done to maintain the uniformity to use I2S0 channel. Signed-off-by: Dani Krishna Mohan --- arch/arm/cpu/armv7/exynos/clock.c | 13 + arch/arm/cpu