From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 08 Mar 2013 22:38:43 +0900 Subject: [U-Boot] [PATCH 0/6 V4] EXYNOS5: Add audio support for Snow In-Reply-To: <1360907176-18802-1-git-send-email-rajeshwari.s@samsung.com> References: <1360907176-18802-1-git-send-email-rajeshwari.s@samsung.com> Message-ID: <5139E9E3.4050506@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15/02/13 14:46, Rajeshwari Shinde wrote: > 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 > applied to u-boot-samsung. Thanks, Minkyu Kang.