public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7 V3] EXYNOS5: Add audio support for Snow
@ 2013-02-01  5:39 Rajeshwari Shinde
  2013-02-01  5:39 ` [U-Boot] [PATCH 1/7 V3] EXYNOS5: Add function to enable XXTI clock source Rajeshwari Shinde
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Rajeshwari Shinde @ 2013-02-01  5:39 UTC (permalink / raw)
  To: u-boot

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.
This patchset is based on top of 
"[U-Boot] [PATCH 0/2 V2] SMDK5250: Set Initial PMIC Values"

Changes in V2:
        - Corrected multi-line comment style
Changes in V3:
	- Removed non DT support for MAX98095
	- Config for both MAX98095 and WM8994 added in
	exynos5 config file.

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 |   11 +
 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                    |   10 +-
 include/configs/exynos5250-dt.h          |    1 +
 include/configs/snow.h                   |   33 ++
 include/fdtdec.h                         |    1 +
 include/sound.h                          |    1 +
 lib/fdtdec.c                             |    1 +
 14 files changed, 1014 insertions(+), 2 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

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

end of thread, other threads:[~2013-02-13  5:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01  5:39 [U-Boot] [PATCH 0/7 V3] EXYNOS5: Add audio support for Snow Rajeshwari Shinde
2013-02-01  5:39 ` [U-Boot] [PATCH 1/7 V3] EXYNOS5: Add function to enable XXTI clock source Rajeshwari Shinde
2013-02-01  5:39 ` [U-Boot] [PATCH 2/7 V3] Sound: MAX98095: Add the driver for codec Rajeshwari Shinde
2013-02-01  5:39 ` [U-Boot] [PATCH 3/7 V3] Sound: Support for MAX98095 codec in driver Rajeshwari Shinde
2013-02-02 16:25   ` Simon Glass
2013-02-01  5:39 ` [U-Boot] [PATCH 4/7 V3] EXYNOS5: GPIO to enable MAX98095 Rajeshwari Shinde
2013-02-01  5:39 ` [U-Boot] [PATCH 5/7 V3] EXYNOS5: FDT: Add compatible strings for MAX98095 Rajeshwari Shinde
2013-02-01  5:39 ` [U-Boot] [PATCH 6/7 V3] EXYNOS5: Add initial DTS file for Snow Rajeshwari Shinde
2013-02-02 16:24   ` Simon Glass
2013-02-12  8:51   ` Minkyu Kang
2013-02-13  5:40     ` Rajeshwari Birje
2013-02-01  5:39 ` [U-Boot] [PATCH 7/7 V3] EXYNOS5: Snow: Add a configuration file Rajeshwari Shinde
2013-02-02 16:22   ` Simon Glass
2013-02-12  8:51   ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox