From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/9 V4] EXYNOS5: Add Audio support
Date: Fri, 02 Nov 2012 18:02:12 +0900 [thread overview]
Message-ID: <50938C14.4070100@samsung.com> (raw)
In-Reply-To: <1351230570-21597-1-git-send-email-rajeshwari.s@samsung.com>
On 26/10/12 14:49, Rajeshwari Shinde wrote:
> This patchset adds the audio support for EXYNOS5.
> This patchset plays a predefined beep sound.
>
> Rajeshwari Shinde (9):
> SOUND: SAMSUNG: Add I2S driver
> SOUND: Add WM8994 codec
> Sound: Add command for audio playback
> EXYNOS: Add I2S registers
> EXYNOS: Add parameters required by I2S
> EXYNOS: Add pinmux for I2S
> EXYNOS: Add I2S base address
> EXYNOS: Add clock for I2S
> SMDK5250: Enable Sound
>
> Changes in V2:
> - renamed i2s.c to samsung-i2s.c.
> - made exynos_i2s_config pinmux function static.
> - corrected the commit message for "Enable sound" patch.
> Changes in V3:
> - Incorporated comments from Simon Glass and Minkyu Kang.
> Changes in V4:
> - Corrected the coding style issues suggested by Simon Glass.
> Makefile | 1 +
> arch/arm/cpu/armv7/exynos/clock.c | 120 ++++
> arch/arm/cpu/armv7/exynos/pinmux.c | 13 +
> arch/arm/include/asm/arch-exynos/clk.h | 3 +
> arch/arm/include/asm/arch-exynos/clock.h | 29 +
> arch/arm/include/asm/arch-exynos/cpu.h | 3 +
> arch/arm/include/asm/arch-exynos/i2s-regs.h | 66 +++
> arch/arm/include/asm/arch-exynos/periph.h | 1 +
> arch/arm/include/asm/arch-exynos/sound.h | 44 ++
> common/Makefile | 1 +
> common/cmd_sound.c | 96 ++++
> drivers/sound/Makefile | 48 ++
> drivers/sound/samsung-i2s.c | 358 ++++++++++++
> drivers/sound/sound.c | 228 ++++++++
> drivers/sound/wm8994.c | 792 +++++++++++++++++++++++++++
> drivers/sound/wm8994.h | 87 +++
> drivers/sound/wm8994_registers.h | 299 ++++++++++
> include/configs/smdk5250.h | 8 +
> include/i2s.h | 127 +++++
> include/sound.h | 62 +++
> 20 files changed, 2386 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-exynos/i2s-regs.h
> create mode 100644 arch/arm/include/asm/arch-exynos/sound.h
> create mode 100644 common/cmd_sound.c
> create mode 100644 drivers/sound/Makefile
> create mode 100644 drivers/sound/samsung-i2s.c
> create mode 100644 drivers/sound/sound.c
> create mode 100644 drivers/sound/wm8994.c
> create mode 100644 drivers/sound/wm8994.h
> create mode 100644 drivers/sound/wm8994_registers.h
> create mode 100644 include/i2s.h
> create mode 100644 include/sound.h
>
applied to u-boot-samsung.
Thanks.
Minkyu Kang.
prev parent reply other threads:[~2012-11-02 9:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-26 5:49 [U-Boot] [PATCH 0/9 V4] EXYNOS5: Add Audio support Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 1/9 V4] SOUND: SAMSUNG: Add I2S driver Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 2/9 V4] SOUND: Add WM8994 codec Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 3/9 V4] Sound: Add command for audio playback Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 4/9 V4] EXYNOS: Add I2S registers Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 5/9 V4] EXYNOS: Add parameters required by I2S Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 6/9 V4] EXYNOS: Add pinmux for I2S Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 7/9 V4] EXYNOS: Add I2S base address Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 8/9 V4] EXYNOS: Add clock for I2S Rajeshwari Shinde
2012-10-26 5:49 ` [U-Boot] [PATCH 9/9 V4] SMDK5250: Enable Sound Rajeshwari Shinde
2012-10-26 16:20 ` [U-Boot] [PATCH 0/9 V4] EXYNOS5: Add Audio support Simon Glass
2012-11-02 9:02 ` Minkyu Kang [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=50938C14.4070100@samsung.com \
--to=mk7.kang@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox