linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14
@ 2017-07-24 19:08 Krzysztof Kozlowski
  2017-07-24 19:08 ` [GIT PULL 2/5] ARM: dts: exynos: Updates " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2017-07-24 19:08 UTC (permalink / raw)
  To: linux-arm-kernel


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(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 2/5] ARM: dts: exynos: Updates for v4.14
  2017-07-24 19:08 [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14 Krzysztof Kozlowski
@ 2017-07-24 19:08 ` Krzysztof Kozlowski
  2017-08-16 20:55   ` Arnd Bergmann
  2017-07-24 19:08 ` [GIT PULL 3/5] arm64: " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2017-07-24 19:08 UTC (permalink / raw)
  To: linux-arm-kernel


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-dt-4.14

for you to fetch changes up to 9d2770b8e49a1726310e706ae23b52c83b33a986:

  ARM: dts: exynos: Remove num-slots from exynos platforms (2017-07-18 07:14:22 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v4.13

Remove deprecated and unneeded properties from Exynos boards.

----------------------------------------------------------------
Hoegeun Kwon (1):
      ARM: dts: exynos: Remove the OF graph from DSI node

Shawn Lin (1):
      ARM: dts: exynos: Remove num-slots from exynos platforms

 arch/arm/boot/dts/exynos3250-artik5-eval.dts    |  1 -
 arch/arm/boot/dts/exynos3250-artik5.dtsi        |  1 -
 arch/arm/boot/dts/exynos3250-monk.dts           |  1 -
 arch/arm/boot/dts/exynos3250-rinato.dts         | 22 ----------------------
 arch/arm/boot/dts/exynos4210-trats.dts          | 21 ---------------------
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi |  1 -
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi |  1 -
 arch/arm/boot/dts/exynos4412-origen.dts         |  1 -
 arch/arm/boot/dts/exynos4412-trats2.dts         | 22 ----------------------
 arch/arm/boot/dts/exynos5250-arndale.dts        |  2 --
 arch/arm/boot/dts/exynos5250-smdk5250.dts       |  2 --
 arch/arm/boot/dts/exynos5250-snow-common.dtsi   |  3 ---
 arch/arm/boot/dts/exynos5250-spring.dts         |  2 --
 arch/arm/boot/dts/exynos5260-xyref5260.dts      |  2 --
 arch/arm/boot/dts/exynos5410-smdk5410.dts       |  2 --
 arch/arm/boot/dts/exynos5420-peach-pit.dts      |  3 ---
 arch/arm/boot/dts/exynos5800-peach-pi.dts       |  3 ---
 17 files changed, 90 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 3/5] arm64: dts: exynos: Updates for v4.14
  2017-07-24 19:08 [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14 Krzysztof Kozlowski
  2017-07-24 19:08 ` [GIT PULL 2/5] ARM: dts: exynos: Updates " Krzysztof Kozlowski
@ 2017-07-24 19:08 ` Krzysztof Kozlowski
  2017-08-16 21:37   ` Arnd Bergmann
  2017-07-24 19:08 ` [GIT PULL 4/5] ARM: defconfig: Exynos updates " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2017-07-24 19:08 UTC (permalink / raw)
  To: linux-arm-kernel


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-dt64-4.14

for you to fetch changes up to 10acba1293db5c28d1b81d673e75c2415cb96f62:

  arm64: dts: exynos: Remove num-slots from exynos platforms (2017-07-18 07:16:14 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v4.14

1. Remove deprecated and unneeded properties from Exynos boards.
2. Implement proper (working) support for USB On-The-Go on Exynos5433
   TM2/TM2E boards.

----------------------------------------------------------------
Dongwoo Lee (2):
      arm64: dts: exynos: Fix wrong label for USB 3.0 controller node
      arm64: dts: exynos: Add extcon property for TM2 and TM2E

Hoegeun Kwon (1):
      arm64: dts: exynos: Remove the OF graph from DSI node

Shawn Lin (1):
      arm64: dts: exynos: Remove num-slots from exynos platforms

 arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 19 ++-----------------
 arch/arm64/boot/dts/exynos/exynos5433.dtsi            |  4 ++--
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts       |  2 --
 3 files changed, 4 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 4/5] ARM: defconfig: Exynos updates for v4.14
  2017-07-24 19:08 [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14 Krzysztof Kozlowski
  2017-07-24 19:08 ` [GIT PULL 2/5] ARM: dts: exynos: Updates " Krzysztof Kozlowski
  2017-07-24 19:08 ` [GIT PULL 3/5] arm64: " Krzysztof Kozlowski
@ 2017-07-24 19:08 ` Krzysztof Kozlowski
  2017-08-15 15:53   ` Arnd Bergmann
  2017-07-24 19:08 ` [GIT PULL 5/5] ARM: defconfig: Cleanups " Krzysztof Kozlowski
  2017-08-16 19:51 ` [GIT PULL 1/5] ARM: s3c24xx: Early stuff " Arnd Bergmann
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2017-07-24 19:08 UTC (permalink / raw)
  To: linux-arm-kernel


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-defconfig-4.14

for you to fetch changes up to 57ee24144e57b762dc46f171e1f138ccfc464867:

  ARM: exynos_defconfig: Enable locking test options (2017-07-18 17:58:46 +0200)

----------------------------------------------------------------
Samsung defconfig changes for v4.14

1. Enable some drivers useful on our boards (communication: Bluetooth,
   WiFi, NFC, USB; codepages and crypto algorithms).
2. Enable debugging and lock testing options. These might have impact on
   performance but we use the exynos_defconfig a lot during development
   so they should bring benefits of detecting early locking issues.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      ARM: exynos_defconfig: Enable Bluetooth, mac80211, NFC and more USB drivers
      ARM: exynos_defconfig: Enable NLS_UTF8 and some crypto algorithms
      ARM: exynos_defconfig: Enable locking test options

 arch/arm/configs/exynos_defconfig | 79 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 73 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 5/5] ARM: defconfig: Cleanups for v4.14
  2017-07-24 19:08 [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2017-07-24 19:08 ` [GIT PULL 4/5] ARM: defconfig: Exynos updates " Krzysztof Kozlowski
@ 2017-07-24 19:08 ` Krzysztof Kozlowski
  2017-08-15 15:54   ` Arnd Bergmann
  2017-08-16 19:51 ` [GIT PULL 1/5] ARM: s3c24xx: Early stuff " Arnd Bergmann
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2017-07-24 19:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Non-Samsung cleanups for defconfigs


Best regards,
Krzysztof


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-defconfig-arm-cleanups-4.14

for you to fetch changes up to c1bdf1b9a11416e183484df42616c0bab125204a:

  ARM: qcom_defconfig: Cleanup from non-existing options (2017-07-18 17:51:33 +0200)

----------------------------------------------------------------
Bunch of ARM defconfig cleanups for v4.14

Cleanup ARMv7 defconfigs from options not existing anymore.

----------------------------------------------------------------
Krzysztof Kozlowski (5):
      ARM: multi_v7_defconfig: Cleanup from non-existing options
      ARM: ixp4xx_defconfig: Cleanup from non-existing options
      ARM: vexpress_defconfig: Cleanup from non-existing options
      ARM: ezx_defconfig: Cleanup from non-existing options
      ARM: qcom_defconfig: Cleanup from non-existing options

 arch/arm/configs/ezx_defconfig      | 1 -
 arch/arm/configs/ixp4xx_defconfig   | 4 ----
 arch/arm/configs/multi_v7_defconfig | 7 -------
 arch/arm/configs/qcom_defconfig     | 1 -
 arch/arm/configs/vexpress_defconfig | 1 -
 5 files changed, 14 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 4/5] ARM: defconfig: Exynos updates for v4.14
  2017-07-24 19:08 ` [GIT PULL 4/5] ARM: defconfig: Exynos updates " Krzysztof Kozlowski
@ 2017-08-15 15:53   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-15 15:53 UTC (permalink / raw)
  To: linux-arm-kernel

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-defconfig-4.14
>
> for you to fetch changes up to 57ee24144e57b762dc46f171e1f138ccfc464867:
>
>   ARM: exynos_defconfig: Enable locking test options (2017-07-18 17:58:46 +0200)
>
> ----------------------------------------------------------------
> Samsung defconfig changes for v4.14
>
> 1. Enable some drivers useful on our boards (communication: Bluetooth,
>    WiFi, NFC, USB; codepages and crypto algorithms).
> 2. Enable debugging and lock testing options. These might have impact on
>    performance but we use the exynos_defconfig a lot during development
>    so they should bring benefits of detecting early locking issues.
>

Pulled into next/defconfig, thanks!

        Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 5/5] ARM: defconfig: Cleanups for v4.14
  2017-07-24 19:08 ` [GIT PULL 5/5] ARM: defconfig: Cleanups " Krzysztof Kozlowski
@ 2017-08-15 15:54   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-15 15:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 24, 2017 at 9:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> Hi,
>
> Non-Samsung cleanups for defconfigs

Thanks for the cleanups! Merged into next/defconfig.

      Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14
  2017-07-24 19:08 [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14 Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2017-07-24 19:08 ` [GIT PULL 5/5] ARM: defconfig: Cleanups " Krzysztof Kozlowski
@ 2017-08-16 19:51 ` Arnd Bergmann
  4 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-16 19:51 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 2/5] ARM: dts: exynos: Updates for v4.14
  2017-07-24 19:08 ` [GIT PULL 2/5] ARM: dts: exynos: Updates " Krzysztof Kozlowski
@ 2017-08-16 20:55   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-16 20:55 UTC (permalink / raw)
  To: linux-arm-kernel

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-dt-4.14
>
> for you to fetch changes up to 9d2770b8e49a1726310e706ae23b52c83b33a986:
>
>   ARM: dts: exynos: Remove num-slots from exynos platforms (2017-07-18 07:14:22 +0200)
>
> ----------------------------------------------------------------
> Samsung DTS ARM changes for v4.13
>
> Remove deprecated and unneeded properties from Exynos boards.

Pulled into next/dt, thanks!

       Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [GIT PULL 3/5] arm64: dts: exynos: Updates for v4.14
  2017-07-24 19:08 ` [GIT PULL 3/5] arm64: " Krzysztof Kozlowski
@ 2017-08-16 21:37   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-08-16 21:37 UTC (permalink / raw)
  To: linux-arm-kernel

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-dt64-4.14
>
> for you to fetch changes up to 10acba1293db5c28d1b81d673e75c2415cb96f62:
>
>   arm64: dts: exynos: Remove num-slots from exynos platforms (2017-07-18 07:16:14 +0200)
>
> ----------------------------------------------------------------
> Samsung DTS ARM64 changes for v4.14
>
> 1. Remove deprecated and unneeded properties from Exynos boards.
> 2. Implement proper (working) support for USB On-The-Go on Exynos5433
>    TM2/TM2E boards.

Pulled into next/dt64, thanks!

       Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-08-16 21:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 19:08 [GIT PULL 1/5] ARM: s3c24xx: Early stuff for v4.14 Krzysztof Kozlowski
2017-07-24 19:08 ` [GIT PULL 2/5] ARM: dts: exynos: Updates " Krzysztof Kozlowski
2017-08-16 20:55   ` Arnd Bergmann
2017-07-24 19:08 ` [GIT PULL 3/5] arm64: " Krzysztof Kozlowski
2017-08-16 21:37   ` Arnd Bergmann
2017-07-24 19:08 ` [GIT PULL 4/5] ARM: defconfig: Exynos updates " Krzysztof Kozlowski
2017-08-15 15:53   ` Arnd Bergmann
2017-07-24 19:08 ` [GIT PULL 5/5] ARM: defconfig: Cleanups " Krzysztof Kozlowski
2017-08-15 15:54   ` Arnd Bergmann
2017-08-16 19:51 ` [GIT PULL 1/5] ARM: s3c24xx: Early stuff " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).