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

Driver for MAX98095 is added and support for same is incorporated in
sound driver and Snow Board.
This patchset is based on top of
"EXYNOS5: SNOW: Add initial dts and config file"

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.
Changes in V4:
	- Separated the patches to create initial dts and config file
	for Snow
	- Modified XXTI clock source function as per Exynos naming convention

Rajeshwari Shinde (6):
  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
  config: Snow: Enable MAX98095 codec

 arch/arm/cpu/armv7/exynos/power.c        |   17 +
 arch/arm/include/asm/arch-exynos/power.h |   11 +
 board/samsung/smdk5250/smdk5250.c        |   15 +
 drivers/sound/Makefile                   |    1 +
 drivers/sound/max98095.c                 |  550 ++++++++++++++++++++++++++++++
 drivers/sound/max98095.h                 |  311 +++++++++++++++++
 drivers/sound/sound.c                    |    9 +-
 include/configs/exynos5250-dt.h          |    1 +
 include/fdtdec.h                         |    1 +
 include/sound.h                          |    1 +
 lib/fdtdec.c                             |    1 +
 11 files changed, 916 insertions(+), 2 deletions(-)
 create mode 100644 drivers/sound/max98095.c
 create mode 100644 drivers/sound/max98095.h

-- 
1.7.4.4

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

end of thread, other threads:[~2013-04-05 13:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-15  5:46 [U-Boot] [PATCH 0/6 V4] EXYNOS5: Add audio support for Snow Rajeshwari Shinde
2013-02-15  5:46 ` [U-Boot] [PATCH 1/6 V4] EXYNOS5: Add function to enable XXTI clock source Rajeshwari Shinde
2013-02-15  5:46 ` [U-Boot] [PATCH 2/6 V4] Sound: MAX98095: Add the driver for codec Rajeshwari Shinde
2013-02-16  4:21   ` Simon Glass
2013-04-05 11:11     ` prem s
2013-04-05 13:30       ` Rajeshwari Birje
2013-02-15  5:46 ` [U-Boot] [PATCH 3/6 V4] Sound: Support for MAX98095 codec in driver Rajeshwari Shinde
2013-02-16  4:23   ` Simon Glass
2013-02-15  5:46 ` [U-Boot] [PATCH 4/6 V4] EXYNOS5: GPIO to enable MAX98095 Rajeshwari Shinde
2013-02-15  5:46 ` [U-Boot] [PATCH 5/6 V4] EXYNOS5: FDT: Add compatible strings for MAX98095 Rajeshwari Shinde
2013-02-15  5:46 ` [U-Boot] [PATCH 6/6 V4] config: Snow: Enable MAX98095 codec Rajeshwari Shinde
2013-02-16  4:23   ` Simon Glass
2013-03-08 13:38 ` [U-Boot] [PATCH 0/6 V4] EXYNOS5: Add audio support for Snow Minkyu Kang

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