mbox

[GIT,PULL,1/5] ARM: s3c24xx: Early stuff for v4.14

Message ID 20170724190856.19055-1-krzk@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.14

Message

Krzysztof Kozlowski July 24, 2017, 7:08 p.m. UTC
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.14

for you to fetch changes up to f991ce429a420dbb42b3e4b5a47490c84390d7e1:

  ARM: s3c24xx: make H1940BT depend on RFKILL (2017-07-20 20:26:24 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v4.14

Only for S3C24xx platform:
1. Cleanup from non-existent CONFIG entries.
2. Fix unmet NET dependency when H1940 bluetooth chip is selected..

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: s3c24xx: make H1940BT depend on RFKILL

Krzysztof Kozlowski (3):
      ARM: s3c24xx: Remove non-existing CONFIG_CPU_S3C2413
      ARM: s3c24xx: Remove non-existing SND_SOC_SMDK2443_WM9710
      ARM: s3c24xx: Do not confuse local define with Kconfig

 arch/arm/mach-s3c24xx/Kconfig                   |  2 +-
 arch/arm/mach-s3c24xx/common.c                  |  2 +-
 arch/arm/mach-s3c24xx/include/mach/regs-clock.h |  4 ++--
 arch/arm/mach-s3c24xx/mach-smdk2443.c           |  8 --------
 arch/arm/mach-s3c24xx/sleep.S                   | 11 ++++++-----
 arch/arm/plat-samsung/include/plat/map-s3c.h    |  2 +-
 6 files changed, 11 insertions(+), 18 deletions(-)

Comments

Arnd Bergmann Aug. 16, 2017, 7:51 p.m. UTC | #1
On Mon, Jul 24, 2017 at 9:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
>
>   Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.14
>
> for you to fetch changes up to f991ce429a420dbb42b3e4b5a47490c84390d7e1:
>
>   ARM: s3c24xx: make H1940BT depend on RFKILL (2017-07-20 20:26:24 +0200)
>
> ----------------------------------------------------------------
> Samsung mach/soc changes for v4.14
>
> Only for S3C24xx platform:
> 1. Cleanup from non-existent CONFIG entries.
> 2. Fix unmet NET dependency when H1940 bluetooth chip is selected..

Pulled into next/soc, thanks!

        Arnd