All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] soc: samsung: Second pull for v5.11
@ 2020-12-07  7:45 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-07  7:45 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 124f035310adc781d91cdf0b7c6e4fb3c7e43e23:

  clk: samsung: allow building the clkout driver as module (2020-11-12 17:18:40 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4c44274ee457e3f7012dc532c8c9cc8964a82612:

  clk: samsung: mark PM functions as __maybe_unused (2020-12-05 15:13:17 +0100)

----------------------------------------------------------------
Samsung SoC drivers changes for v5.11, part two

1. Mark PM functions of newly added clkout module as unused to silence
   !CONFIG_PM warnings.
2. Initialize ChipID driver later - in arch initcall.

----------------------------------------------------------------
Arnd Bergmann (1):
      clk: samsung: mark PM functions as __maybe_unused

Krzysztof Kozlowski (2):
      soc: samsung: exynos-chipid: order list of SoCs by name
      soc: samsung: exynos-chipid: initialize later - with arch_initcall

 drivers/clk/samsung/clk-exynos-clkout.c |  4 ++--
 drivers/soc/samsung/exynos-chipid.c     | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

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

* [GIT PULL 1/2] soc: samsung: Second pull for v5.11
@ 2020-12-07  7:45 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-07  7:45 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, linux-arm-kernel, Krzysztof Kozlowski, linux-kernel

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 124f035310adc781d91cdf0b7c6e4fb3c7e43e23:

  clk: samsung: allow building the clkout driver as module (2020-11-12 17:18:40 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4c44274ee457e3f7012dc532c8c9cc8964a82612:

  clk: samsung: mark PM functions as __maybe_unused (2020-12-05 15:13:17 +0100)

----------------------------------------------------------------
Samsung SoC drivers changes for v5.11, part two

1. Mark PM functions of newly added clkout module as unused to silence
   !CONFIG_PM warnings.
2. Initialize ChipID driver later - in arch initcall.

----------------------------------------------------------------
Arnd Bergmann (1):
      clk: samsung: mark PM functions as __maybe_unused

Krzysztof Kozlowski (2):
      soc: samsung: exynos-chipid: order list of SoCs by name
      soc: samsung: exynos-chipid: initialize later - with arch_initcall

 drivers/clk/samsung/clk-exynos-clkout.c |  4 ++--
 drivers/soc/samsung/exynos-chipid.c     | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/2] ARM: dts: samsung: Third pull for v5.11
@ 2020-12-07  7:45   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-07  7:45 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

Hi,

On top of previous pull request.

I think the 2nd pull was not merged so it's message is here:

Samsung DTS ARM changes for v5.11, part two

1. Add devicetree of Samsung Galaxy Note 10.1 tablets
   (GT-N8010/GT-N8013), called P4 Note.  These are quite old but
   still functional devices, based on Exynos4412.
2. Minor cleanups in Odroid XU3 Ethernet.
3. Minor fixes: ADC io-channel-ranges and P4 Note touchscreen GPIO
   polarity.

Best regards,
Krzysztof


The following changes since commit afbd0bdebe0d82c4846dbbce53625110889c5de8:

  ARM: dts: exynos: switch Atmel mxt reset GPIO to active low on P4 Note (2020-11-22 12:36:11 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7995fb896b9637a5f59a56ae0d8f2b7ca71a040d:

  ARM: dts: exynos: Reduce assigned-clocks entries for SPI0 on Artik5 board (2020-12-03 22:42:12 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.11, part three

1. S3C bindings and DTS cleanup,
2. Correct the clock rates for SPI0 in Artik 5 which is a fix for recently
   introduced Ethernet on SPI on Artik 5 board.

----------------------------------------------------------------
Krzysztof Kozlowski (4):
      dt-bindings: arm: samsung: document SMDK2416 board binding
      dt-bindings: arm: samsung: document S3C6410-based boards binding
      ARM: dts: s3c24xx: add SMDK2416 board compatible
      ARM: dts: s3c6410: correct SMDK6410 board compatible

Marek Szyprowski (1):
      ARM: dts: exynos: Reduce assigned-clocks entries for SPI0 on Artik5 board

 .../devicetree/bindings/arm/samsung/samsung-boards.yaml     | 13 +++++++++++++
 arch/arm/boot/dts/exynos3250-artik5-eval.dts                |  7 ++-----
 arch/arm/boot/dts/s3c2416-smdk2416.dts                      |  2 +-
 arch/arm/boot/dts/s3c6410-smdk6410.dts                      |  2 +-
 4 files changed, 17 insertions(+), 7 deletions(-)

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

* [GIT PULL 2/2] ARM: dts: samsung: Third pull for v5.11
@ 2020-12-07  7:45   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-07  7:45 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: linux-samsung-soc, linux-arm-kernel, Krzysztof Kozlowski, linux-kernel

Hi,

On top of previous pull request.

I think the 2nd pull was not merged so it's message is here:

Samsung DTS ARM changes for v5.11, part two

1. Add devicetree of Samsung Galaxy Note 10.1 tablets
   (GT-N8010/GT-N8013), called P4 Note.  These are quite old but
   still functional devices, based on Exynos4412.
2. Minor cleanups in Odroid XU3 Ethernet.
3. Minor fixes: ADC io-channel-ranges and P4 Note touchscreen GPIO
   polarity.

Best regards,
Krzysztof


The following changes since commit afbd0bdebe0d82c4846dbbce53625110889c5de8:

  ARM: dts: exynos: switch Atmel mxt reset GPIO to active low on P4 Note (2020-11-22 12:36:11 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7995fb896b9637a5f59a56ae0d8f2b7ca71a040d:

  ARM: dts: exynos: Reduce assigned-clocks entries for SPI0 on Artik5 board (2020-12-03 22:42:12 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.11, part three

1. S3C bindings and DTS cleanup,
2. Correct the clock rates for SPI0 in Artik 5 which is a fix for recently
   introduced Ethernet on SPI on Artik 5 board.

----------------------------------------------------------------
Krzysztof Kozlowski (4):
      dt-bindings: arm: samsung: document SMDK2416 board binding
      dt-bindings: arm: samsung: document S3C6410-based boards binding
      ARM: dts: s3c24xx: add SMDK2416 board compatible
      ARM: dts: s3c6410: correct SMDK6410 board compatible

Marek Szyprowski (1):
      ARM: dts: exynos: Reduce assigned-clocks entries for SPI0 on Artik5 board

 .../devicetree/bindings/arm/samsung/samsung-boards.yaml     | 13 +++++++++++++
 arch/arm/boot/dts/exynos3250-artik5-eval.dts                |  7 ++-----
 arch/arm/boot/dts/s3c2416-smdk2416.dts                      |  2 +-
 arch/arm/boot/dts/s3c6410-smdk6410.dts                      |  2 +-
 4 files changed, 17 insertions(+), 7 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 2/2] ARM: dts: samsung: Third pull for v5.11
@ 2020-12-08 23:09     ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 UTC (permalink / raw)
  To: soc, Olof Johansson, Krzysztof Kozlowski, arm
  Cc: Arnd Bergmann, linux-samsung-soc, linux-arm-kernel, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 08:45:28 +0100, Krzysztof Kozlowski wrote:
> On top of previous pull request.
> 
> I think the 2nd pull was not merged so it's message is here:
> 
> Samsung DTS ARM changes for v5.11, part two
> 
> 1. Add devicetree of Samsung Galaxy Note 10.1 tablets
>    (GT-N8010/GT-N8013), called P4 Note.  These are quite old but
>    still functional devices, based on Exynos4412.
> 2. Minor cleanups in Odroid XU3 Ethernet.
> 3. Minor fixes: ADC io-channel-ranges and P4 Note touchscreen GPIO
>    polarity.
> 
> [...]

Merged into arm/dt, thanks!

merge commit: b4e217d0b3204010782f2d9a176cb04e66bdbf0c

       Arnd

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

* Re: [GIT PULL 2/2] ARM: dts: samsung: Third pull for v5.11
@ 2020-12-08 23:09     ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 UTC (permalink / raw)
  To: soc, Olof Johansson, Krzysztof Kozlowski, arm
  Cc: linux-samsung-soc, linux-arm-kernel, Arnd Bergmann, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 08:45:28 +0100, Krzysztof Kozlowski wrote:
> On top of previous pull request.
> 
> I think the 2nd pull was not merged so it's message is here:
> 
> Samsung DTS ARM changes for v5.11, part two
> 
> 1. Add devicetree of Samsung Galaxy Note 10.1 tablets
>    (GT-N8010/GT-N8013), called P4 Note.  These are quite old but
>    still functional devices, based on Exynos4412.
> 2. Minor cleanups in Odroid XU3 Ethernet.
> 3. Minor fixes: ADC io-channel-ranges and P4 Note touchscreen GPIO
>    polarity.
> 
> [...]

Merged into arm/dt, thanks!

merge commit: b4e217d0b3204010782f2d9a176cb04e66bdbf0c

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 1/2] soc: samsung: Second pull for v5.11
@ 2020-12-09 20:32   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2020-12-09 20:32 UTC (permalink / raw)
  To: Olof Johansson, soc, Krzysztof Kozlowski, arm
  Cc: Arnd Bergmann, linux-samsung-soc, linux-arm-kernel, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 08:45:27 +0100, Krzysztof Kozlowski wrote:
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 124f035310adc781d91cdf0b7c6e4fb3c7e43e23:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 19cf6e6d402a7732d39570afcdd3b8a0a66df652

       Arnd

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

* Re: [GIT PULL 1/2] soc: samsung: Second pull for v5.11
@ 2020-12-09 20:32   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2020-12-09 20:32 UTC (permalink / raw)
  To: Olof Johansson, soc, Krzysztof Kozlowski, arm
  Cc: linux-samsung-soc, linux-arm-kernel, Arnd Bergmann, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 08:45:27 +0100, Krzysztof Kozlowski wrote:
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 124f035310adc781d91cdf0b7c6e4fb3c7e43e23:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 19cf6e6d402a7732d39570afcdd3b8a0a66df652

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-12-09 20:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  7:45 [GIT PULL 1/2] soc: samsung: Second pull for v5.11 Krzysztof Kozlowski
2020-12-07  7:45 ` Krzysztof Kozlowski
2020-12-07  7:45 ` [GIT PULL 2/2] ARM: dts: samsung: Third " Krzysztof Kozlowski
2020-12-07  7:45   ` Krzysztof Kozlowski
2020-12-08 23:09   ` Arnd Bergmann
2020-12-08 23:09     ` Arnd Bergmann
2020-12-09 20:32 ` [GIT PULL 1/2] soc: samsung: Second " Arnd Bergmann
2020-12-09 20:32   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.