All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: dts: samsung: exynos for v6.3
@ 2023-01-29 14:39 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-29 14:39 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 27be20e3b9d125f2c1b066d1d238c67bf5b89dc3:

  ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos54xx (2023-01-29 11:34:12 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v6.3

1. Big cleanup and rework towards achieving zero-warning of dtbs_check
   and dtc W=1:
    - align node names with the bindings,
    - drop or correct incorrect properties in several boards,
    - correct HDMI bridge ports nodes on Exynos4412 Midas,
    - add dummy regulator supplies when necessary to fullfil bindings
      requirements,
    - use lowercase hex,
    - move non-MMIO exynos-bus nodes out of soc node,
    - add unit address to USB DWC3 nodes.

2. Correct Exynos5420 MIPI DSI and phy compatibles.
3. Correct Exynos4210 and Exynos4412 HDMI phy compatibles.
4. Add Samsung Galaxy S5 (SM-G900H) board.

----------------------------------------------------------------
Krzysztof Kozlowski (23):
      ARM: dts: exynos: drop unused pinctrl-names from Galaxy Tab
      ARM: dts: exynos: align OPP table names with DT schema
      ARM: dts: exynos: drop incorrect power-supplies in P4 Note
      ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
      ARM: dts: exynos: drop unsupported desc-num in Exynos3250
      ARM: dts: exynos: correct cd-gpios property in Exynos4412 Itop Elite
      ARM: dts: exynos: align pin node names in Exynos4412
      ARM: dts: exynos: add ports in HDMI bridge in Exynos4412 Midas
      ARM: dts: exynos: add panel supply in Tiny4412
      ARM: dts: exynos: add backlight supply in P4 Note
      ARM: dts: exynos: align HSOTG/USB node names
      ARM: dts: exynos: correct SATA clocks in Exynos5250
      ARM: dts: exynos: correct HS200 property in Exynos5260
      ARM: dts: exynos: correct HSI2C properties in Exynos5410 Odroid XU
      ARM: dts: exynos: correct HDMI phy compatible in Exynos4
      ARM: dts: exynos: use generic node names for phy
      ARM: dts: exynos: use lowercase hex addresses
      ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos5420
      ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos3250
      ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos4210
      ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos4412
      ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos5250
      ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos54xx

Markuss Broks (4):
      ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
      ARM: dts: exynos: Use Exynos5422 compatible for the DSI controller
      dt-bindings: arm: samsung: Add compatible for Samsung Galaxy S5 (SM-G900H)
      ARM: dts: exynos: Add Samsung Galaxy S5 (SM-G900H) board

 .../bindings/arm/samsung/samsung-boards.yaml       |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/exynos-syscon-restart.dtsi       |   2 +-
 arch/arm/boot/dts/exynos3250-monk.dts              |   3 +-
 arch/arm/boot/dts/exynos3250-rinato.dts            |   5 +-
 arch/arm/boot/dts/exynos3250.dtsi                  | 386 ++++++------
 arch/arm/boot/dts/exynos4.dtsi                     |  66 +-
 arch/arm/boot/dts/exynos4210.dtsi                  | 326 +++++-----
 arch/arm/boot/dts/exynos4412-itop-elite.dts        |   2 +-
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi    |   2 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi            |  15 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   2 +-
 arch/arm/boot/dts/exynos4412-odroidu3.dts          |   2 +-
 arch/arm/boot/dts/exynos4412-odroidx.dts           |   2 +-
 arch/arm/boot/dts/exynos4412-odroidx2.dts          |   2 +-
 arch/arm/boot/dts/exynos4412-origen.dts            |   2 +-
 arch/arm/boot/dts/exynos4412-p4note.dtsi           |   7 +-
 arch/arm/boot/dts/exynos4412-pinctrl.dtsi          |   2 +-
 arch/arm/boot/dts/exynos4412-tiny4412.dts          |   8 +
 arch/arm/boot/dts/exynos4412.dtsi                  | 381 ++++++------
 arch/arm/boot/dts/exynos5.dtsi                     |  22 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |  84 +--
 arch/arm/boot/dts/exynos5260-xyref5260.dts         |   2 +-
 arch/arm/boot/dts/exynos5260.dtsi                  |  36 +-
 arch/arm/boot/dts/exynos5410-odroidxu.dts          |   3 +-
 arch/arm/boot/dts/exynos5410.dtsi                  |   2 +-
 .../arm/boot/dts/exynos5420-galaxy-tab-common.dtsi |   1 -
 arch/arm/boot/dts/exynos5420.dtsi                  | 299 +++++----
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      |  34 +-
 arch/arm/boot/dts/exynos5422-samsung-k3g.dts       | 674 +++++++++++++++++++++
 arch/arm/boot/dts/exynos54xx.dtsi                  |  16 +-
 arch/arm/boot/dts/exynos5800.dtsi                  |   4 +
 32 files changed, 1541 insertions(+), 853 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos5422-samsung-k3g.dts

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

* [GIT PULL 1/3] ARM: dts: samsung: exynos for v6.3
@ 2023-01-29 14:39 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-29 14:39 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 27be20e3b9d125f2c1b066d1d238c67bf5b89dc3:

  ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos54xx (2023-01-29 11:34:12 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v6.3

1. Big cleanup and rework towards achieving zero-warning of dtbs_check
   and dtc W=1:
    - align node names with the bindings,
    - drop or correct incorrect properties in several boards,
    - correct HDMI bridge ports nodes on Exynos4412 Midas,
    - add dummy regulator supplies when necessary to fullfil bindings
      requirements,
    - use lowercase hex,
    - move non-MMIO exynos-bus nodes out of soc node,
    - add unit address to USB DWC3 nodes.

2. Correct Exynos5420 MIPI DSI and phy compatibles.
3. Correct Exynos4210 and Exynos4412 HDMI phy compatibles.
4. Add Samsung Galaxy S5 (SM-G900H) board.

----------------------------------------------------------------
Krzysztof Kozlowski (23):
      ARM: dts: exynos: drop unused pinctrl-names from Galaxy Tab
      ARM: dts: exynos: align OPP table names with DT schema
      ARM: dts: exynos: drop incorrect power-supplies in P4 Note
      ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
      ARM: dts: exynos: drop unsupported desc-num in Exynos3250
      ARM: dts: exynos: correct cd-gpios property in Exynos4412 Itop Elite
      ARM: dts: exynos: align pin node names in Exynos4412
      ARM: dts: exynos: add ports in HDMI bridge in Exynos4412 Midas
      ARM: dts: exynos: add panel supply in Tiny4412
      ARM: dts: exynos: add backlight supply in P4 Note
      ARM: dts: exynos: align HSOTG/USB node names
      ARM: dts: exynos: correct SATA clocks in Exynos5250
      ARM: dts: exynos: correct HS200 property in Exynos5260
      ARM: dts: exynos: correct HSI2C properties in Exynos5410 Odroid XU
      ARM: dts: exynos: correct HDMI phy compatible in Exynos4
      ARM: dts: exynos: use generic node names for phy
      ARM: dts: exynos: use lowercase hex addresses
      ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos5420
      ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos3250
      ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos4210
      ARM: dts: exynos: move exynos-bus nodes out of soc in Exynos4412
      ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos5250
      ARM: dts: exynos: add unit address to DWC3 node wrapper in Exynos54xx

Markuss Broks (4):
      ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy
      ARM: dts: exynos: Use Exynos5422 compatible for the DSI controller
      dt-bindings: arm: samsung: Add compatible for Samsung Galaxy S5 (SM-G900H)
      ARM: dts: exynos: Add Samsung Galaxy S5 (SM-G900H) board

 .../bindings/arm/samsung/samsung-boards.yaml       |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/exynos-syscon-restart.dtsi       |   2 +-
 arch/arm/boot/dts/exynos3250-monk.dts              |   3 +-
 arch/arm/boot/dts/exynos3250-rinato.dts            |   5 +-
 arch/arm/boot/dts/exynos3250.dtsi                  | 386 ++++++------
 arch/arm/boot/dts/exynos4.dtsi                     |  66 +-
 arch/arm/boot/dts/exynos4210.dtsi                  | 326 +++++-----
 arch/arm/boot/dts/exynos4412-itop-elite.dts        |   2 +-
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi    |   2 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi            |  15 +-
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |   2 +-
 arch/arm/boot/dts/exynos4412-odroidu3.dts          |   2 +-
 arch/arm/boot/dts/exynos4412-odroidx.dts           |   2 +-
 arch/arm/boot/dts/exynos4412-odroidx2.dts          |   2 +-
 arch/arm/boot/dts/exynos4412-origen.dts            |   2 +-
 arch/arm/boot/dts/exynos4412-p4note.dtsi           |   7 +-
 arch/arm/boot/dts/exynos4412-pinctrl.dtsi          |   2 +-
 arch/arm/boot/dts/exynos4412-tiny4412.dts          |   8 +
 arch/arm/boot/dts/exynos4412.dtsi                  | 381 ++++++------
 arch/arm/boot/dts/exynos5.dtsi                     |  22 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |  84 +--
 arch/arm/boot/dts/exynos5260-xyref5260.dts         |   2 +-
 arch/arm/boot/dts/exynos5260.dtsi                  |  36 +-
 arch/arm/boot/dts/exynos5410-odroidxu.dts          |   3 +-
 arch/arm/boot/dts/exynos5410.dtsi                  |   2 +-
 .../arm/boot/dts/exynos5420-galaxy-tab-common.dtsi |   1 -
 arch/arm/boot/dts/exynos5420.dtsi                  | 299 +++++----
 arch/arm/boot/dts/exynos5422-odroid-core.dtsi      |  34 +-
 arch/arm/boot/dts/exynos5422-samsung-k3g.dts       | 674 +++++++++++++++++++++
 arch/arm/boot/dts/exynos54xx.dtsi                  |  16 +-
 arch/arm/boot/dts/exynos5800.dtsi                  |   4 +
 32 files changed, 1541 insertions(+), 853 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos5422-samsung-k3g.dts

_______________________________________________
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/3] arm64: dts: samsung: second for v6.3
  2023-01-29 14:39 ` Krzysztof Kozlowski
@ 2023-01-29 14:39   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-29 14:39 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 56a14f01a54568e049e22c46ffc654602bbd01d1:

  arm64: dts: fsd: Add sound card node for Tesla FSD (2023-01-17 12:15:39 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 28dd277e54ebb499bc59c166078596767bbbbdd7:

  arm64: dts: exynos: add unit address to DWC3 node wrapper in Exynos7 (2023-01-29 11:34:29 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.3, part two

Big cleanup and rework towards achieving zero-warning of dtbs_check and
dtc W=1:
 - drop or correct incorrect properties in several boards,
 - add dummy regulator supplies when necessary to fullfil bindings
   requirements,
 - use lowercase hex,
 - move non-MMIO exynos-bus nodes out of soc node,
 - add unit address to USB DWC3 nodes.

----------------------------------------------------------------
Krzysztof Kozlowski (11):
      arm64: dts: exynos: drop unsupported UFS properties in ExynosAutov9 SADK
      arm64: dts: exynos: disable non-working GPU on Exynos7 Espresso
      arm64: dts: exynos: add ADC supply on Exynos7 Espresso
      arm64: dts: exynos: correct Bluetooth LED triger on E850-96
      arm64: dts: exynos: add VPH_PWR regulator on TM2
      arm64: dts: exynos: add interrupt-controller to WM5110 on TM2
      arm64: dts: exynos: correct wlf,micd-dbtime on TM2
      arm64: dts: exynos: use lowercase hex addresses
      arm64: dts: exynos: move exynos-bus nodes out of soc in Exynos5433
      arm64: dts: exynos: add unit address to DWC3 node wrapper in Exynos5433
      arm64: dts: exynos: add unit address to DWC3 node wrapper in Exynos7

 arch/arm64/boot/dts/exynos/exynos5433-bus.dtsi     |  2 +-
 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     | 17 ++++++++++---
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 28 +++++++++++-----------
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |  4 ++--
 arch/arm64/boot/dts/exynos/exynos7.dtsi            | 14 +++++------
 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts   |  2 +-
 arch/arm64/boot/dts/exynos/exynosautov9-sadk.dts   |  2 --
 7 files changed, 39 insertions(+), 30 deletions(-)

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

* [GIT PULL 2/3] arm64: dts: samsung: second for v6.3
@ 2023-01-29 14:39   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-29 14:39 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 56a14f01a54568e049e22c46ffc654602bbd01d1:

  arm64: dts: fsd: Add sound card node for Tesla FSD (2023-01-17 12:15:39 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 28dd277e54ebb499bc59c166078596767bbbbdd7:

  arm64: dts: exynos: add unit address to DWC3 node wrapper in Exynos7 (2023-01-29 11:34:29 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.3, part two

Big cleanup and rework towards achieving zero-warning of dtbs_check and
dtc W=1:
 - drop or correct incorrect properties in several boards,
 - add dummy regulator supplies when necessary to fullfil bindings
   requirements,
 - use lowercase hex,
 - move non-MMIO exynos-bus nodes out of soc node,
 - add unit address to USB DWC3 nodes.

----------------------------------------------------------------
Krzysztof Kozlowski (11):
      arm64: dts: exynos: drop unsupported UFS properties in ExynosAutov9 SADK
      arm64: dts: exynos: disable non-working GPU on Exynos7 Espresso
      arm64: dts: exynos: add ADC supply on Exynos7 Espresso
      arm64: dts: exynos: correct Bluetooth LED triger on E850-96
      arm64: dts: exynos: add VPH_PWR regulator on TM2
      arm64: dts: exynos: add interrupt-controller to WM5110 on TM2
      arm64: dts: exynos: correct wlf,micd-dbtime on TM2
      arm64: dts: exynos: use lowercase hex addresses
      arm64: dts: exynos: move exynos-bus nodes out of soc in Exynos5433
      arm64: dts: exynos: add unit address to DWC3 node wrapper in Exynos5433
      arm64: dts: exynos: add unit address to DWC3 node wrapper in Exynos7

 arch/arm64/boot/dts/exynos/exynos5433-bus.dtsi     |  2 +-
 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     | 17 ++++++++++---
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 28 +++++++++++-----------
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |  4 ++--
 arch/arm64/boot/dts/exynos/exynos7.dtsi            | 14 +++++------
 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts   |  2 +-
 arch/arm64/boot/dts/exynos/exynosautov9-sadk.dts   |  2 --
 7 files changed, 39 insertions(+), 30 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 3/3] ARM: samsung: pull for v6.3
  2023-01-29 14:39 ` Krzysztof Kozlowski
@ 2023-01-29 14:39   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-29 14:39 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fe6a952b567f6a771d087d2e969914f31574d6ab:

  dt-bindings: soc: samsung: exynos-pmu: allow phys as child (2023-01-29 11:36:10 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v6.3

1. Correct s3c64xx_set_timer_source() prototype.
2. Re-work MIPI and DP phys as children of Exynos PMU system controller.
   This both better reflects actual device hierarchy and allows to
   remove later few warnings from dtc W=1 and dtbs_check.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: s3c: fix s3c64xx_set_timer_source prototype

Krzysztof Kozlowski (1):
      dt-bindings: soc: samsung: exynos-pmu: allow phys as child

 .../bindings/soc/samsung/exynos-pmu.yaml           | 71 +++++++++++++++++-----
 arch/arm/mach-s3c/s3c64xx.c                        |  3 +-
 2 files changed, 59 insertions(+), 15 deletions(-)

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

* [GIT PULL 3/3] ARM: samsung: pull for v6.3
@ 2023-01-29 14:39   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-29 14:39 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fe6a952b567f6a771d087d2e969914f31574d6ab:

  dt-bindings: soc: samsung: exynos-pmu: allow phys as child (2023-01-29 11:36:10 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v6.3

1. Correct s3c64xx_set_timer_source() prototype.
2. Re-work MIPI and DP phys as children of Exynos PMU system controller.
   This both better reflects actual device hierarchy and allows to
   remove later few warnings from dtc W=1 and dtbs_check.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: s3c: fix s3c64xx_set_timer_source prototype

Krzysztof Kozlowski (1):
      dt-bindings: soc: samsung: exynos-pmu: allow phys as child

 .../bindings/soc/samsung/exynos-pmu.yaml           | 71 +++++++++++++++++-----
 arch/arm/mach-s3c/s3c64xx.c                        |  3 +-
 2 files changed, 59 insertions(+), 15 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 1/3] ARM: dts: samsung: exynos for v6.3
  2023-01-29 14:39 ` Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  (?)
@ 2023-01-30 22:31 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 8+ messages in thread
From: patchwork-bot+linux-soc @ 2023-01-30 22:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Sun, 29 Jan 2023 15:39:42 +0100 you wrote:
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-6.3
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] ARM: dts: samsung: exynos for v6.3
    https://git.kernel.org/soc/soc/c/00ef63ec1cc6
  - [GIT,PULL,2/3] arm64: dts: samsung: second for v6.3
    https://git.kernel.org/soc/soc/c/5868fc77e257
  - [GIT,PULL,3/3] ARM: samsung: pull for v6.3
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL 1/3] ARM: dts: samsung: exynos for v6.3
  2023-01-29 14:39 ` Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  (?)
@ 2023-02-01 16:30 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 8+ messages in thread
From: patchwork-bot+linux-soc @ 2023-02-01 16:30 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Sun, 29 Jan 2023 15:39:42 +0100 you wrote:
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-6.3
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] ARM: dts: samsung: exynos for v6.3
    (no matching commit)
  - [GIT,PULL,2/3] arm64: dts: samsung: second for v6.3
    (no matching commit)
  - [GIT,PULL,3/3] ARM: samsung: pull for v6.3
    https://git.kernel.org/soc/soc/c/3f0f5d224c75

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-02-01 16:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 14:39 [GIT PULL 1/3] ARM: dts: samsung: exynos for v6.3 Krzysztof Kozlowski
2023-01-29 14:39 ` Krzysztof Kozlowski
2023-01-29 14:39 ` [GIT PULL 2/3] arm64: dts: samsung: second " Krzysztof Kozlowski
2023-01-29 14:39   ` Krzysztof Kozlowski
2023-01-29 14:39 ` [GIT PULL 3/3] ARM: samsung: pull " Krzysztof Kozlowski
2023-01-29 14:39   ` Krzysztof Kozlowski
2023-01-30 22:31 ` [GIT PULL 1/3] ARM: dts: samsung: exynos " patchwork-bot+linux-soc
2023-02-01 16:30 ` patchwork-bot+linux-soc

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.