On Wed, Aug 19, 2020 at 09:02:32PM +0200, Krzysztof Kozlowski wrote: > Thanks Mark. Could you provide me with a tag/branch with these to pull > into samsung-soc? The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/samsung-platdrv-boards for you to fetch changes up to dcacbc0f9bb89ac48d5b602d27a8630e641294cc: ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IIS (2020-08-19 20:15:45 +0100) ---------------------------------------------------------------- ASoC: Convert Samsung drivers to platform drivers ---------------------------------------------------------------- Arnd Bergmann (4): ASoC: samsung: h1940: turn into platform driver ASoC: samsung: neo1973: turn into platform driver ASoC: samsung: rx1950: turn into platform driver ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IIS arch/arm/mach-s3c24xx/mach-gta02.c | 17 ++++++++ arch/arm/mach-s3c24xx/mach-h1940.c | 18 ++++++++ arch/arm/mach-s3c24xx/mach-rx1950.c | 16 +++++++ sound/soc/samsung/h1940_uda1380.c | 71 ++++++++++--------------------- sound/soc/samsung/neo1973_wm8753.c | 85 ++++++++++++------------------------- sound/soc/samsung/rx1950_uda1380.c | 72 ++++++++++--------------------- sound/soc/samsung/s3c-i2s-v2.c | 3 +- sound/soc/samsung/s3c-i2s-v2.h | 3 +- sound/soc/samsung/s3c2412-i2s.c | 2 +- 9 files changed, 126 insertions(+), 161 deletions(-)