From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 00/11] samsung: Tidy up sound, DM_MMC drop dead code
Date: Thu, 17 Jan 2019 10:09:05 +0900 [thread overview]
Message-ID: <3b1d7caa-ee6f-e4dd-7d24-152f71264b32@samsung.com> (raw)
In-Reply-To: <CAPnjgZ06PQMsSLPbSc_Lc8OQm4-4R3wniCRrK4Y42hGe5CdkjQ@mail.gmail.com>
Hi,
On 17/01/19 06:42, Simon Glass wrote:
> Hi Minkyu,
>
> On Fri, 21 Dec 2018 at 10:35, Simon Glass <sjg@chromium.org> wrote:
>>
>> Hi Minkyu,
>>
>> On Thu, 20 Dec 2018 at 17:40, Minkyu Kang <mk7.kang@samsung.com> wrote:
>>>
>>> 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?
>>
>> I am happy to do that if you prefer, but please let me know.
>
> Shall I go ahead and do this? The merge window is open now.
>
Yes, please.
I delegate this patchset to you.
Thanks,
Minkyu Kang.
prev parent reply other threads:[~2019-01-17 1:09 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20181217023702epcas3p1209a5ebb75a242bf9fa217a39bc13fb8@epcas3p1.samsung.com>
2018-12-17 2:36 ` [U-Boot] [PATCH v2 00/11] samsung: Tidy up sound, DM_MMC drop dead code Simon Glass
2018-12-17 2:36 ` [U-Boot] [PATCH v2 01/11] odroid: Resync defconfigs Simon Glass
2018-12-17 7:46 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 02/11] Convert CONFIG_BOARD_TYPES to Kconfig Simon Glass
2018-12-17 7:46 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 03/11] exynos: Drop duplicate 'model' line Simon Glass
2018-12-17 7:47 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 04/11] exynos: Convert to use CONFIG_BLK Simon Glass
2018-12-17 7:48 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 05/11] sound: Add a driver for max98088 Simon Glass
2018-12-17 8:00 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 06/11] spring: Update sound to use max98088 codec Simon Glass
2018-12-17 8:00 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 07/11] spring: Update flashmap details Simon Glass
2018-12-17 8:01 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 08/11] samsung: Drop board_enable_audio_codec() Simon Glass
2018-12-17 7:53 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 09/11] samsung: mmc: Drop old MMC init code Simon Glass
2018-12-17 7:54 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 10/11] fdt: samsung: Drop unused fdt_compat_id values Simon Glass
2018-12-17 7:54 ` Lukasz Majewski
2018-12-17 2:36 ` [U-Boot] [PATCH v2 11/11] fdt: tegra: Drop COMPAT_AMS_AS3722 Simon Glass
2018-12-17 7:54 ` Lukasz Majewski
2018-12-21 0:40 ` [U-Boot] [PATCH v2 00/11] samsung: Tidy up sound, DM_MMC drop dead code Minkyu Kang
2018-12-21 17:35 ` Simon Glass
2019-01-16 21:42 ` Simon Glass
2019-01-17 1:09 ` Minkyu Kang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3b1d7caa-ee6f-e4dd-7d24-152f71264b32@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox