[U-Boot] [PATCH 0/6 V4] EXYNOS5: Add audio support for Snow
Rajeshwari Shinde
rajeshwari.s at samsung.com
Fri Feb 15 06:46:10 CET 2013
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
More information about the U-Boot
mailing list