All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 0/5] EXYNOS: I2S: Enable I2S0 channel
@ 2013-09-11 11:08 Dani Krishna Mohan
  2013-09-11 11:08 ` [U-Boot] [PATCH V3 1/5] Sound: WM8994: Support " Dani Krishna Mohan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Dani Krishna Mohan @ 2013-09-11 11:08 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-09-24 15:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-11 11:08 [U-Boot] [PATCH V3 0/5] EXYNOS: I2S: Enable I2S0 channel Dani Krishna Mohan
2013-09-11 11:08 ` [U-Boot] [PATCH V3 1/5] Sound: WM8994: Support " Dani Krishna Mohan
2013-09-11 11:08 ` [U-Boot] [PATCH V3 2/5] DTS: Addition of I2S0 channel and replacing I2S1 Dani Krishna Mohan
2013-09-11 11:08 ` [U-Boot] [PATCH V3 3/5] ARM: Added I2S0 clocks for audio Dani Krishna Mohan
2013-09-11 11:08 ` [U-Boot] [PATCH V3 4/5] Sound: I2S: Replacing I2S1 with I2S0 channel Dani Krishna Mohan
2013-09-11 11:08 ` [U-Boot] [PATCH V3 5/5] Sound: MAX98095: Support " Dani Krishna Mohan
2013-09-24 15:02 ` [U-Boot] [PATCH V3 0/5] EXYNOS: I2S: Enable " Tom Rini
2013-09-24 15:08 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.