mbox series

[GIT,PULL,1/4] ARM: defconfig: samsung for v5.11

Message ID 20201201204404.22675-1-krzk@kernel.org (mailing list archive)
State Mainlined, archived
Commit 225ef3a3e8f48154ca7a4cfe44d3b576aff2f860
Headers show
Series [GIT,PULL,1/4] ARM: defconfig: samsung for v5.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.11

Message

Krzysztof Kozlowski Dec. 1, 2020, 8:44 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.11

for you to fetch changes up to 225ef3a3e8f48154ca7a4cfe44d3b576aff2f860:

  ARM: multi_v7_defconfig: make Samsung Exynos EHCI driver a module (2020-11-25 19:33:27 +0100)

----------------------------------------------------------------
Samsung defconfig changes for v5.11

1. Enable sound driver for Midas (Exynos4412 based) boards.
2. Enable ax88796c Ethernet driver for Artik5 (Exynos3250) board.
3. Enable Atmel touchscreen and STMPE ADC drivers for P4 Note board.
4. Build Samsung Exynos EHCI as module, to match the setting for the PHY
   driver.

----------------------------------------------------------------
Marek Szyprowski (3):
      ARM: exynos_defconfig: enable sound driver for Midas platform
      ARM: multi_v7_defconfig: enable sound driver for Midas platform
      ARM: multi_v7_defconfig: make Samsung Exynos EHCI driver a module

Martin Jücker (2):
      ARM: defconfig: add STMPE ADC driver for P4 Note
      ARM: exynos_defconfig: compile Atmel MXT touchscreeen as module

Łukasz Stelmach (1):
      ARM: defconfig: Enable ax88796c driver for Exynos boards

 arch/arm/configs/exynos_defconfig   | 8 +++++++-
 arch/arm/configs/multi_v7_defconfig | 7 ++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Dec. 8, 2020, 4:34 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 1 Dec 2020 22:44:01 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-defconfig-5.11
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 1fe9c2531974cf7d5d8097773c53c4bd28703aed

       Arnd