[U-Boot] [PATCH v2 00/11] samsung: Tidy up sound, DM_MMC drop dead code
Minkyu Kang
mk7.kang at samsung.com
Fri Dec 21 00:40:02 UTC 2018
Dear Simon Glass,
On 17/12/18 11:36, Simon Glass wrote:
> This series was previously sent as a v1 without a cover letter. Since then
> I have added a few more patches:
>
> - Support for spring's audio codec
> - Dropping unused MMC and audio code
> - Removing unused fdt_compat_id values
>
> Changes in v2:
> - Add new patch to resync defconfigs for odroid
> - Remove stranded comments in the header files
> - Update to convert s5p_goni also
> - Add new patches as per the cover letter
>
> Simon Glass (11):
> odroid: Resync defconfigs
> Convert CONFIG_BOARD_TYPES to Kconfig
> exynos: Drop duplicate 'model' line
> exynos: Convert to use CONFIG_BLK
> sound: Add a driver for max98088
> spring: Update sound to use max98088 codec
> spring: Update flashmap details
> samsung: Drop board_enable_audio_codec()
> samsung: mmc: Drop old MMC init code
> fdt: samsung: Drop unused fdt_compat_id values
> fdt: tegra: Drop COMPAT_AMS_AS3722
>
> arch/arm/dts/exynos5250-spring.dts | 77 +++--
> arch/arm/mach-exynos/Kconfig | 7 +
> arch/arm/mach-exynos/include/mach/mmc.h | 2 -
> arch/arm/mach-s5pc1xx/Kconfig | 2 +
> arch/arm/mach-s5pc1xx/Makefile | 1 +
> arch/arm/mach-s5pc1xx/pinmux.c | 20 ++
> board/samsung/common/board.c | 52 +--
> board/samsung/common/exynos5-dt.c | 29 --
> common/Kconfig | 8 +
> configs/axs101_defconfig | 1 +
> configs/axs103_defconfig | 1 +
> configs/odroid-xu3_defconfig | 2 +-
> configs/odroid_defconfig | 2 +-
> configs/spring_defconfig | 1 +
> drivers/mmc/s5p_sdhci.c | 50 ---
> drivers/sound/Kconfig | 8 +
> drivers/sound/Makefile | 1 +
> drivers/sound/max98088.c | 431 ++++++++++++++++++++++++
> drivers/sound/max98088.h | 192 +++++++++++
> drivers/sound/samsung_sound.c | 2 +-
> include/configs/axs10x.h | 5 -
> include/configs/hsdk.h | 5 -
> include/configs/odroid.h | 1 -
> include/configs/odroid_xu3.h | 1 -
> include/fdtdec.h | 7 -
> include/samsung/misc.h | 2 -
> lib/fdtdec.c | 7 -
> scripts/config_whitelist.txt | 1 -
> 28 files changed, 739 insertions(+), 179 deletions(-)
> create mode 100644 arch/arm/mach-s5pc1xx/pinmux.c
> create mode 100644 drivers/sound/max98088.c
> create mode 100644 drivers/sound/max98088.h
>
Do you want a pick patches up to your tree?
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list