All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajeshwari Shinde <rajeshwari.s@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/7] EXYNOS5: Add audio support for Snow
Date: Mon, 21 Jan 2013 16:22:32 +0530	[thread overview]
Message-ID: <1358765559-32709-1-git-send-email-rajeshwari.s@samsung.com> (raw)

This patch set creats a new configuration file and DTS file for Snow.
Driver for MAX98095 is added and support for same is incorporated in 
sound driver and Snow Board.

Rajeshwari Shinde (7):
  EXYNOS5: Add function to enable XXTI clock source
  Sound: MAX98095: Add the driver for codec
  Sound: Support for MAX98095 codec in driver
  EXYNOS5: GPIO to enable MAX98095
  EXYNOS5: FDT: Add compatible strings for MAX98095
  EXYNOS5: Add initial DTS file for Snow.
  EXYNOS5: Snow: Add a configuration file

 arch/arm/cpu/armv7/exynos/power.c        |   11 +
 arch/arm/include/asm/arch-exynos/power.h |   10 +
 arch/arm/include/asm/arch-exynos/sound.h |   10 +-
 board/samsung/dts/exynos5250-snow.dts    |   69 ++++
 board/samsung/smdk5250/smdk5250.c        |   15 +
 boards.cfg                               |    1 +
 drivers/sound/Makefile                   |    1 +
 drivers/sound/max98095.c                 |  550 ++++++++++++++++++++++++++++++
 drivers/sound/max98095.h                 |  311 +++++++++++++++++
 drivers/sound/sound.c                    |   13 +-
 include/configs/exynos5250-dt.h          |    1 -
 include/configs/smdk5250.h               |    1 +
 include/configs/snow.h                   |   34 ++
 include/fdtdec.h                         |    1 +
 include/sound.h                          |    1 +
 lib/fdtdec.c                             |    1 +
 16 files changed, 1026 insertions(+), 4 deletions(-)
 create mode 100644 board/samsung/dts/exynos5250-snow.dts
 create mode 100644 drivers/sound/max98095.c
 create mode 100644 drivers/sound/max98095.h
 create mode 100644 include/configs/snow.h

-- 
1.7.4.4

             reply	other threads:[~2013-01-21 10:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21 10:52 Rajeshwari Shinde [this message]
2013-01-21 10:52 ` [U-Boot] [PATCH 1/7] EXYNOS5: Add function to enable XXTI clock source Rajeshwari Shinde
2013-01-22 14:51   ` Simon Glass
2013-01-21 10:52 ` [U-Boot] [PATCH 2/7] Sound: MAX98095: Add the driver for codec Rajeshwari Shinde
2013-01-21 10:52 ` [U-Boot] [PATCH 3/7] Sound: Support for MAX98095 codec in driver Rajeshwari Shinde
2013-01-21 10:52 ` [U-Boot] [PATCH 4/7] EXYNOS5: GPIO to enable MAX98095 Rajeshwari Shinde
2013-01-22 14:55   ` Simon Glass
2013-01-23 10:05     ` Rajeshwari Birje
2013-01-25 20:40       ` Simon Glass
2013-01-21 10:52 ` [U-Boot] [PATCH 5/7] EXYNOS5: FDT: Add compatible strings for MAX98095 Rajeshwari Shinde
2013-01-21 10:52 ` [U-Boot] [PATCH 6/7] EXYNOS5: Add initial DTS file for Snow Rajeshwari Shinde
2013-01-22 14:56   ` Simon Glass
2013-01-25 20:42   ` Simon Glass
2013-01-21 10:52 ` [U-Boot] [PATCH 7/7] EXYNOS5: Snow: Add a configuration file Rajeshwari Shinde
2013-01-22 14:58   ` Simon Glass
2013-01-23 10:13     ` Rajeshwari Birje
2013-01-25 21:03       ` Simon Glass

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=1358765559-32709-1-git-send-email-rajeshwari.s@samsung.com \
    --to=rajeshwari.s@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 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.