From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 24 Sep 2013 11:02:21 -0400 Subject: [U-Boot] [PATCH V3 0/5] EXYNOS: I2S: Enable I2S0 channel In-Reply-To: <1378897730-26678-1-git-send-email-krishna.md@samsung.com> References: <1378897730-26678-1-git-send-email-krishna.md@samsung.com> Message-ID: <20130924150221.GD5273@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Sep 11, 2013 at 04:38:45PM +0530, Dani Krishna Mohan wrote: > This patch set adds I2S-0 support and retains I2S-1 support. > The default i2s channel can be selected through DT. > > Changes in V3: > - Followed proper indentations > > 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 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/exynos/clock.c | 61 +++++++--- > arch/arm/cpu/armv7/exynos/pinmux.c | 23 +++- > arch/arm/dts/exynos5250.dtsi | 19 +++ > arch/arm/include/asm/arch-exynos/clk.h | 5 +- > arch/arm/include/asm/arch-exynos/clock.h | 4 + > arch/arm/include/asm/arch-exynos/cpu.h | 4 + > arch/arm/include/asm/arch-exynos/i2s-regs.h | 6 + > arch/arm/include/asm/arch-exynos/periph.h | 1 + > board/samsung/dts/exynos5250-smdk5250.dts | 13 +-- > board/samsung/dts/exynos5250-snow.dts | 14 +-- > drivers/sound/max98095.c | 155 ++++++++++++++++--------- > drivers/sound/max98095.h | 10 +- > drivers/sound/samsung-i2s.c | 65 ++++++++--- > drivers/sound/sound.c | 28 +++-- > drivers/sound/wm8994.c | 167 +++++++++++++++++++-------- > drivers/sound/wm8994_registers.h | 39 ++++++- > include/i2s.h | 1 + > 17 files changed, 437 insertions(+), 178 deletions(-) Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: