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

Dani Krishna Mohan krishna.md at samsung.com
Sun Aug 4 08:44:37 CEST 2013


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 channel
  DTS: Addition of I2S0 channel and replacing I2S1
  ARM: Change from I2S1 to I2S0 for audio on SMDK5250
  Sound: I2S: Replacing I2S1 with I2S0 channel.
  DTS: Addition of GPIO chipselect for MAX98095
  Sound: MAX98095: Support I2S0 channel

 arch/arm/cpu/armv7/exynos/clock.c           |   13 ++--
 arch/arm/cpu/armv7/exynos/pinmux.c          |   15 ++++-
 arch/arm/dts/exynos5250.dtsi                |   10 ++-
 arch/arm/include/asm/arch-exynos/clock.h    |    8 ++-
 arch/arm/include/asm/arch-exynos/cpu.h      |    2 +
 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   |    8 +--
 board/samsung/dts/exynos5250-snow.dts       |    9 +--
 drivers/sound/max98095.c                    |   29 ++++----
 drivers/sound/samsung-i2s.c                 |   16 +++--
 drivers/sound/sound.c                       |    2 +-
 drivers/sound/wm8994.c                      |   95 +++++++++++----------------
 drivers/sound/wm8994_registers.h            |   77 ++++++++++++----------
 14 files changed, 149 insertions(+), 142 deletions(-)

-- 
1.7.9.5



More information about the U-Boot mailing list