soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] Samsung late changes for 5.16
@ 2021-10-26  9:47 Krzysztof Kozlowski
  2021-10-26  9:47 ` Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

Hi,

Late changes for v5.16. Except the drivers (1/4 email), these are really small.

The DT and DT64 pulls (2/4 and 3/4) are on top of previous pulls.

Best regards,
Krzysztof

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

* [GIT PULL 0/4] Samsung late changes for 5.16
  2021-10-26  9:47 [GIT PULL 0/4] Samsung late changes for 5.16 Krzysztof Kozlowski
@ 2021-10-26  9:47 ` Krzysztof Kozlowski
  2021-10-26  9:47 ` [GIT PULL 1/4] soc: samsung: drivers for v5.16 Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

Hi,

Late changes for v5.16. Except the drivers (1/4 email), these are really small.

The DT and DT64 pulls (2/4 and 3/4) are on top of previous pulls.

Best regards,
Krzysztof

_______________________________________________
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] 10+ messages in thread

* [GIT PULL 1/4] soc: samsung: drivers for v5.16
  2021-10-26  9:47 [GIT PULL 0/4] Samsung late changes for 5.16 Krzysztof Kozlowski
  2021-10-26  9:47 ` Krzysztof Kozlowski
@ 2021-10-26  9:47 ` Krzysztof Kozlowski
  2021-10-26  9:47   ` Krzysztof Kozlowski
  2021-10-26  9:47 ` [GIT PULL] ARM: dts: samsung: dts " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

Hi,

Set of changes mostly around Exynos ChipID driver. I hope it is not too late
for this. These were sitting in my tree for some time, so they got linux-next
coverage.

Best regards,
Krzysztof


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b417d1e88f32645ed62a00d43c347b4386a0a021:

  soc: samsung: exynos-chipid: add exynosautov9 SoC support (2021-10-26 09:16:53 +0200)

----------------------------------------------------------------
Samsung SoC drivers changes for v5.16

1. Convert Exynos ChipID and ASV driver to a module and make it a
   default, instead of selected. The driver is not essential, so it
   could be disabled, if needed.
2. Add support for Exynos850 and Exynos Auto v9 to Exynos ChipID and ASV
   driver.
3. Get rid of HAVE_S3C_RTC because it was adding just another layer
   instead of direct dependencies.
4. Minor cleanups.

----------------------------------------------------------------
Chanho Park (1):
      soc: samsung: exynos-chipid: add exynosautov9 SoC support

David Virag (1):
      soc: samsung: exynos-pmu: Fix compilation when nothing selects CONFIG_MFD_CORE

Krzysztof Kozlowski (4):
      soc: samsung: exynos-chipid: avoid soc_device_to_device()
      soc: samsung: exynos-chipid: convert to a module
      soc: samsung: exynos-chipid: do not enforce built-in
      soc: samsung: pm_domains: drop unused is_off field

Sam Protsenko (3):
      soc: samsung: exynos-chipid: Pass revision reg offsets
      dt-bindings: samsung: exynos-chipid: Document Exynos850 compatible
      soc: samsung: exynos-chipid: Add Exynos850 support

Will McVicker (2):
      arm64: exynos: don't have ARCH_EXYNOS select EXYNOS_CHIPID
      rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependencies

 .../bindings/arm/samsung/exynos-chipid.yaml        |  5 +-
 arch/arm/Kconfig                                   |  1 -
 arch/arm/mach-exynos/Kconfig                       |  2 -
 arch/arm/mach-s5pv210/Kconfig                      |  1 -
 arch/arm64/Kconfig.platforms                       |  2 -
 drivers/rtc/Kconfig                                | 10 +--
 drivers/soc/samsung/Kconfig                        |  5 +-
 drivers/soc/samsung/Makefile                       |  3 +-
 drivers/soc/samsung/exynos-chipid.c                | 94 ++++++++++++++++++----
 drivers/soc/samsung/exynos5422-asv.c               |  1 +
 drivers/soc/samsung/pm_domains.c                   |  1 -
 include/linux/soc/samsung/exynos-chipid.h          |  6 +-
 12 files changed, 94 insertions(+), 37 deletions(-)

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

* [GIT PULL 1/4] soc: samsung: drivers for v5.16
  2021-10-26  9:47 ` [GIT PULL 1/4] soc: samsung: drivers for v5.16 Krzysztof Kozlowski
@ 2021-10-26  9:47   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

Hi,

Set of changes mostly around Exynos ChipID driver. I hope it is not too late
for this. These were sitting in my tree for some time, so they got linux-next
coverage.

Best regards,
Krzysztof


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b417d1e88f32645ed62a00d43c347b4386a0a021:

  soc: samsung: exynos-chipid: add exynosautov9 SoC support (2021-10-26 09:16:53 +0200)

----------------------------------------------------------------
Samsung SoC drivers changes for v5.16

1. Convert Exynos ChipID and ASV driver to a module and make it a
   default, instead of selected. The driver is not essential, so it
   could be disabled, if needed.
2. Add support for Exynos850 and Exynos Auto v9 to Exynos ChipID and ASV
   driver.
3. Get rid of HAVE_S3C_RTC because it was adding just another layer
   instead of direct dependencies.
4. Minor cleanups.

----------------------------------------------------------------
Chanho Park (1):
      soc: samsung: exynos-chipid: add exynosautov9 SoC support

David Virag (1):
      soc: samsung: exynos-pmu: Fix compilation when nothing selects CONFIG_MFD_CORE

Krzysztof Kozlowski (4):
      soc: samsung: exynos-chipid: avoid soc_device_to_device()
      soc: samsung: exynos-chipid: convert to a module
      soc: samsung: exynos-chipid: do not enforce built-in
      soc: samsung: pm_domains: drop unused is_off field

Sam Protsenko (3):
      soc: samsung: exynos-chipid: Pass revision reg offsets
      dt-bindings: samsung: exynos-chipid: Document Exynos850 compatible
      soc: samsung: exynos-chipid: Add Exynos850 support

Will McVicker (2):
      arm64: exynos: don't have ARCH_EXYNOS select EXYNOS_CHIPID
      rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependencies

 .../bindings/arm/samsung/exynos-chipid.yaml        |  5 +-
 arch/arm/Kconfig                                   |  1 -
 arch/arm/mach-exynos/Kconfig                       |  2 -
 arch/arm/mach-s5pv210/Kconfig                      |  1 -
 arch/arm64/Kconfig.platforms                       |  2 -
 drivers/rtc/Kconfig                                | 10 +--
 drivers/soc/samsung/Kconfig                        |  5 +-
 drivers/soc/samsung/Makefile                       |  3 +-
 drivers/soc/samsung/exynos-chipid.c                | 94 ++++++++++++++++++----
 drivers/soc/samsung/exynos5422-asv.c               |  1 +
 drivers/soc/samsung/pm_domains.c                   |  1 -
 include/linux/soc/samsung/exynos-chipid.h          |  6 +-
 12 files changed, 94 insertions(+), 37 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] 10+ messages in thread

* [GIT PULL] ARM: dts: samsung: dts for v5.16
  2021-10-26  9:47 [GIT PULL 0/4] Samsung late changes for 5.16 Krzysztof Kozlowski
  2021-10-26  9:47 ` Krzysztof Kozlowski
  2021-10-26  9:47 ` [GIT PULL 1/4] soc: samsung: drivers for v5.16 Krzysztof Kozlowski
@ 2021-10-26  9:47 ` Krzysztof Kozlowski
  2021-10-26  9:47   ` Krzysztof Kozlowski
  2021-10-26  9:47 ` [GIT PULL] arm64: dts: samsung: exynos " Krzysztof Kozlowski
  2021-10-26  9:47 ` [GIT PULL] ARM: samsung: s3c " Krzysztof Kozlowski
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

Hi,

On top of previous pull.

Best regards,
Krzysztof


The following changes since commit 7ec804d6025c952e3122ad7fe768178efca3300e:

  ARM: dts: exynos: use spaces instead of tabs around '=' (2021-09-30 13:45:55 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.16-2

for you to fetch changes up to 7b06c1ad884ee80e43604ba2a0bbc5f8ef3524e1:

  ARM: dts: s5pv210: add 'chassis-type' property (2021-10-19 10:57:40 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.16, part two

Add chassis-type property.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      ARM: dts: exynos: add 'chassis-type' property
      ARM: dts: s5pv210: add 'chassis-type' property

 arch/arm/boot/dts/exynos3250-rinato.dts         | 1 +
 arch/arm/boot/dts/exynos4210-i9100.dts          | 1 +
 arch/arm/boot/dts/exynos4210-trats.dts          | 1 +
 arch/arm/boot/dts/exynos4210-universal_c210.dts | 1 +
 arch/arm/boot/dts/exynos4412-i9300.dts          | 1 +
 arch/arm/boot/dts/exynos4412-i9305.dts          | 1 +
 arch/arm/boot/dts/exynos4412-n710x.dts          | 1 +
 arch/arm/boot/dts/exynos4412-p4note-n8010.dts   | 1 +
 arch/arm/boot/dts/exynos4412-trats2.dts         | 1 +
 arch/arm/boot/dts/exynos5250-snow-rev5.dts      | 1 +
 arch/arm/boot/dts/exynos5250-snow.dts           | 1 +
 arch/arm/boot/dts/exynos5250-spring.dts         | 1 +
 arch/arm/boot/dts/exynos5420-peach-pit.dts      | 1 +
 arch/arm/boot/dts/exynos5800-peach-pi.dts       | 1 +
 arch/arm/boot/dts/s5pv210-fascinate4g.dts       | 1 +
 arch/arm/boot/dts/s5pv210-galaxys.dts           | 1 +
 16 files changed, 16 insertions(+)

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

* [GIT PULL] ARM: dts: samsung: dts for v5.16
  2021-10-26  9:47 ` [GIT PULL] ARM: dts: samsung: dts " Krzysztof Kozlowski
@ 2021-10-26  9:47   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

Hi,

On top of previous pull.

Best regards,
Krzysztof


The following changes since commit 7ec804d6025c952e3122ad7fe768178efca3300e:

  ARM: dts: exynos: use spaces instead of tabs around '=' (2021-09-30 13:45:55 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-5.16-2

for you to fetch changes up to 7b06c1ad884ee80e43604ba2a0bbc5f8ef3524e1:

  ARM: dts: s5pv210: add 'chassis-type' property (2021-10-19 10:57:40 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v5.16, part two

Add chassis-type property.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      ARM: dts: exynos: add 'chassis-type' property
      ARM: dts: s5pv210: add 'chassis-type' property

 arch/arm/boot/dts/exynos3250-rinato.dts         | 1 +
 arch/arm/boot/dts/exynos4210-i9100.dts          | 1 +
 arch/arm/boot/dts/exynos4210-trats.dts          | 1 +
 arch/arm/boot/dts/exynos4210-universal_c210.dts | 1 +
 arch/arm/boot/dts/exynos4412-i9300.dts          | 1 +
 arch/arm/boot/dts/exynos4412-i9305.dts          | 1 +
 arch/arm/boot/dts/exynos4412-n710x.dts          | 1 +
 arch/arm/boot/dts/exynos4412-p4note-n8010.dts   | 1 +
 arch/arm/boot/dts/exynos4412-trats2.dts         | 1 +
 arch/arm/boot/dts/exynos5250-snow-rev5.dts      | 1 +
 arch/arm/boot/dts/exynos5250-snow.dts           | 1 +
 arch/arm/boot/dts/exynos5250-spring.dts         | 1 +
 arch/arm/boot/dts/exynos5420-peach-pit.dts      | 1 +
 arch/arm/boot/dts/exynos5800-peach-pi.dts       | 1 +
 arch/arm/boot/dts/s5pv210-fascinate4g.dts       | 1 +
 arch/arm/boot/dts/s5pv210-galaxys.dts           | 1 +
 16 files changed, 16 insertions(+)

_______________________________________________
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] 10+ messages in thread

* [GIT PULL] arm64: dts: samsung: exynos for v5.16
  2021-10-26  9:47 [GIT PULL 0/4] Samsung late changes for 5.16 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2021-10-26  9:47 ` [GIT PULL] ARM: dts: samsung: dts " Krzysztof Kozlowski
@ 2021-10-26  9:47 ` Krzysztof Kozlowski
  2021-10-26  9:47   ` Krzysztof Kozlowski
  2021-10-26  9:47 ` [GIT PULL] ARM: samsung: s3c " Krzysztof Kozlowski
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

Hi,

On top of previous pull.

Best regards,
Krzysztof


The following changes since commit 2b663ae7152f785732d35ce38ad20ad10aca3116:

  arm64: dts: exynos: add minimal support for exynosautov9 sadk board (2021-10-12 14:20:57 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.16-2

for you to fetch changes up to b2f217cc7fbd3e6a097021b8b663328a649ea232:

  arm64: dts: exynos: add chipid node for exynosautov9 SoC (2021-10-26 09:17:42 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.16, part two

1. Add chassis-type property.
2. Add ChipID node to ExynosAutov9 DTSI.

----------------------------------------------------------------
Chanho Park (1):
      arm64: dts: exynos: add chipid node for exynosautov9 SoC

Krzysztof Kozlowski (1):
      arm64: dts: exynos: add 'chassis-type' property

 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts  | 1 +
 arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts | 1 +
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi   | 5 +++++
 3 files changed, 7 insertions(+)

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

* [GIT PULL] arm64: dts: samsung: exynos for v5.16
  2021-10-26  9:47 ` [GIT PULL] arm64: dts: samsung: exynos " Krzysztof Kozlowski
@ 2021-10-26  9:47   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

Hi,

On top of previous pull.

Best regards,
Krzysztof


The following changes since commit 2b663ae7152f785732d35ce38ad20ad10aca3116:

  arm64: dts: exynos: add minimal support for exynosautov9 sadk board (2021-10-12 14:20:57 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.16-2

for you to fetch changes up to b2f217cc7fbd3e6a097021b8b663328a649ea232:

  arm64: dts: exynos: add chipid node for exynosautov9 SoC (2021-10-26 09:17:42 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.16, part two

1. Add chassis-type property.
2. Add ChipID node to ExynosAutov9 DTSI.

----------------------------------------------------------------
Chanho Park (1):
      arm64: dts: exynos: add chipid node for exynosautov9 SoC

Krzysztof Kozlowski (1):
      arm64: dts: exynos: add 'chassis-type' property

 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts  | 1 +
 arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts | 1 +
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi   | 5 +++++
 3 files changed, 7 insertions(+)

_______________________________________________
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] 10+ messages in thread

* [GIT PULL] ARM: samsung: s3c for v5.16
  2021-10-26  9:47 [GIT PULL 0/4] Samsung late changes for 5.16 Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2021-10-26  9:47 ` [GIT PULL] arm64: dts: samsung: exynos " Krzysztof Kozlowski
@ 2021-10-26  9:47 ` Krzysztof Kozlowski
  2021-10-26  9:47   ` Krzysztof Kozlowski
  4 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to aa519471715ce73034ffaa52fc85681de31c1acf:

  ARM: s3c: Use strscpy to replace strlcpy (2021-09-20 10:13:47 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v5.16

A minor fix for theoretical issue when handling IRQ setup code errors in
S3C24xx and a cleanup for S3C64xx.

----------------------------------------------------------------
Jackie Liu (1):
      ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()

Jason Wang (1):
      ARM: s3c: Use strscpy to replace strlcpy

 arch/arm/mach-s3c/irq-s3c24xx.c   | 22 ++++++++++++++++++----
 arch/arm/mach-s3c/mach-mini6410.c |  2 +-
 2 files changed, 19 insertions(+), 5 deletions(-)

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

* [GIT PULL] ARM: samsung: s3c for v5.16
  2021-10-26  9:47 ` [GIT PULL] ARM: samsung: s3c " Krzysztof Kozlowski
@ 2021-10-26  9:47   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2021-10-26  9:47 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to aa519471715ce73034ffaa52fc85681de31c1acf:

  ARM: s3c: Use strscpy to replace strlcpy (2021-09-20 10:13:47 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v5.16

A minor fix for theoretical issue when handling IRQ setup code errors in
S3C24xx and a cleanup for S3C64xx.

----------------------------------------------------------------
Jackie Liu (1):
      ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()

Jason Wang (1):
      ARM: s3c: Use strscpy to replace strlcpy

 arch/arm/mach-s3c/irq-s3c24xx.c   | 22 ++++++++++++++++++----
 arch/arm/mach-s3c/mach-mini6410.c |  2 +-
 2 files changed, 19 insertions(+), 5 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] 10+ messages in thread

end of thread, other threads:[~2021-10-26  9:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26  9:47 [GIT PULL 0/4] Samsung late changes for 5.16 Krzysztof Kozlowski
2021-10-26  9:47 ` Krzysztof Kozlowski
2021-10-26  9:47 ` [GIT PULL 1/4] soc: samsung: drivers for v5.16 Krzysztof Kozlowski
2021-10-26  9:47   ` Krzysztof Kozlowski
2021-10-26  9:47 ` [GIT PULL] ARM: dts: samsung: dts " Krzysztof Kozlowski
2021-10-26  9:47   ` Krzysztof Kozlowski
2021-10-26  9:47 ` [GIT PULL] arm64: dts: samsung: exynos " Krzysztof Kozlowski
2021-10-26  9:47   ` Krzysztof Kozlowski
2021-10-26  9:47 ` [GIT PULL] ARM: samsung: s3c " Krzysztof Kozlowski
2021-10-26  9:47   ` Krzysztof Kozlowski

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