soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Samsung SoC driver for v6.1
@ 2022-09-09 15:08 Krzysztof Kozlowski
  2022-09-09 15:08 ` [GIT PULL 2/2] arm64: dts: samsung: " Krzysztof Kozlowski
  2022-09-12 15:30 ` [GIT PULL 1/2] Samsung SoC driver " patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-09 15:08 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 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6212d2d9bbde60171d0c534e5f43932f84a06d5e:

  MAINTAINERS: Drop Bartlomiej Zolnierkiewicz (2022-09-09 16:59:25 +0200)

----------------------------------------------------------------
Samsung SoC drivers changes for v6.1

1. Convert Samsung Exynos G-Scaler bindings to DT schema.
2. Maintainers update (drop Bartlomiej Zolnierkiewicz).

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      dt-bindings: media: samsung,exynos5250-gsc: convert to dtschema
      MAINTAINERS: pwm-fan: Drop Bartlomiej Zolnierkiewicz
      MAINTAINERS: Drop Bartlomiej Zolnierkiewicz

 .../devicetree/bindings/media/exynos5-gsc.txt      |  38 -------
 .../bindings/media/samsung,exynos5250-gsc.yaml     | 109 +++++++++++++++++++++
 MAINTAINERS                                        |  13 +--
 3 files changed, 110 insertions(+), 50 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/exynos5-gsc.txt
 create mode 100644 Documentation/devicetree/bindings/media/samsung,exynos5250-gsc.yaml

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

* [GIT PULL 2/2] arm64: dts: samsung: for v6.1
  2022-09-09 15:08 [GIT PULL 1/2] Samsung SoC driver for v6.1 Krzysztof Kozlowski
@ 2022-09-09 15:08 ` Krzysztof Kozlowski
  2022-09-12 15:30 ` [GIT PULL 1/2] Samsung SoC driver " patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-09 15:08 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,

The clock binding headers are also shared with clk tree (via earlier pull
request).

Best regards,
Krzysztof


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dfce69c8520592f1a20619050e6ded6275e9f25f:

  dt-bindings: serial: samsung: add exynosautov9-uart compatible (2022-08-25 09:47:56 +0300)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.0

1. Add binding headers for several Exynos850 and ExynosAutov9 clocks.
2. ExynosAutov9: Add FSYS clock controller nodes.
3. ExynosAutov9: Document serial compatible (used in DTS).
4. Exynos850: Add Audio, IS, MFC clock controllers. Add IOMMU nodes.

----------------------------------------------------------------
Chanho Park (6):
      dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1
      dt-bindings: clock: exynosautov9: add fys0 clock definitions
      dt-bindings: clock: exynosautov9: add fsys1 clock definitions
      dt-bindings: clock: exynosautov9: add schema for cmu_fsys0/1
      arm64: dts: exynosautov9: add fsys0/1 clock DT nodes
      dt-bindings: serial: samsung: add exynosautov9-uart compatible

Sam Protsenko (5):
      dt-bindings: clock: exynos850: Add Exynos850 CMU_AUD
      dt-bindings: clock: exynos850: Add Exynos850 CMU_IS
      dt-bindings: clock: exynos850: Add Exynos850 CMU_MFCMSCL
      arm64: dts: exynos: Add CMU_AUD, CMU_IS and CMU_MFCMSCL for Exynos850
      arm64: dts: exynos: Add SysMMU nodes for Exynos850

 .../bindings/clock/samsung,exynos850-clock.yaml    |  69 +++++++++++
 .../bindings/clock/samsung,exynosautov9-clock.yaml |  44 +++++++
 .../devicetree/bindings/serial/samsung_uart.yaml   |   5 +-
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  83 +++++++++++++
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |  28 +++++
 include/dt-bindings/clock/exynos850.h              | 136 ++++++++++++++++++++-
 include/dt-bindings/clock/samsung,exynosautov9.h   | 128 ++++++++++++++-----
 7 files changed, 461 insertions(+), 32 deletions(-)

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

* Re: [GIT PULL 1/2] Samsung SoC driver for v6.1
  2022-09-09 15:08 [GIT PULL 1/2] Samsung SoC driver for v6.1 Krzysztof Kozlowski
  2022-09-09 15:08 ` [GIT PULL 2/2] arm64: dts: samsung: " Krzysztof Kozlowski
@ 2022-09-12 15:30 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2022-09-12 15: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 Fri,  9 Sep 2022 17:08:48 +0200 you wrote:
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-6.1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] Samsung SoC driver for v6.1
    https://git.kernel.org/soc/soc/c/d6ce6d14316e
  - [GIT,PULL,2/2] arm64: dts: samsung: for v6.1
    https://git.kernel.org/soc/soc/c/2c12f88cef39

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

end of thread, other threads:[~2022-09-12 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09 15:08 [GIT PULL 1/2] Samsung SoC driver for v6.1 Krzysztof Kozlowski
2022-09-09 15:08 ` [GIT PULL 2/2] arm64: dts: samsung: " Krzysztof Kozlowski
2022-09-12 15:30 ` [GIT PULL 1/2] Samsung SoC driver " patchwork-bot+linux-soc

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