All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 0/5] EXYNOS: I2S: Enable I2S0 channel
Date: Tue, 24 Sep 2013 11:08:21 -0400	[thread overview]
Message-ID: <20130924150821.GA11337@bill-the-cat> (raw)
In-Reply-To: <1378897730-26678-1-git-send-email-krishna.md@samsung.com>

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: <http://lists.denx.de/pipermail/u-boot/attachments/20130924/362ead94/attachment.pgp>

      parent reply	other threads:[~2013-09-24 15:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130924150821.GA11337@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.