All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] clk: samsung: Tesla FSD for v5.18
@ 2022-02-04 15:41 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-04 15:41 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,
	Sylwester Nawrocki

Hi Arnd and Olof,

The driver changes for Tesla FSD clock controller. I got ack for these from
Sylwester.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-fsd-5.18

for you to fetch changes up to 0b59bc00a6936e8670b58d4307a2cfba341d40d0:

  clk: samsung: fix missing Tesla FSD dependency on Exynos (2022-02-01 09:14:53 +0100)

----------------------------------------------------------------
Samsung clock controller changes for v5.18

Add support for Tesla FSD SoC clock controller within Samsung Exynos SoC
clock controller drivers.  The Tesla FSD's clock controller is similar
to Samsung Exynos one, so entire driver structure can be re-used.

----------------------------------------------------------------
Alim Akhtar (9):
      dt-bindings: clock: Add bindings definitions for FSD CMU blocks
      dt-bindings: clock: Document FSD CMU bindings
      clk: samsung: fsd: Add initial clock support
      clk: samsung: fsd: Add cmu_peric block clock information
      clk: samsung: fsd: Add cmu_fsys0 clock information
      clk: samsung: fsd: Add cmu_fsys1 clock information
      clk: samsung: fsd: Add cmu_imem block clock information
      clk: samsung: fsd: Add cmu_mfc block clock information
      clk: samsung: fsd: Add cam_csi block clock information

Krzysztof Kozlowski (1):
      clk: samsung: fix missing Tesla FSD dependency on Exynos

 .../devicetree/bindings/clock/tesla,fsd-clock.yaml |  198 +++
 drivers/clk/samsung/Kconfig                        |    9 +
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-fsd.c                      | 1803 ++++++++++++++++++++
 drivers/clk/samsung/clk-pll.c                      |    1 +
 drivers/clk/samsung/clk-pll.h                      |    1 +
 include/dt-bindings/clock/fsd-clk.h                |  150 ++
 7 files changed, 2163 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/tesla,fsd-clock.yaml
 create mode 100644 drivers/clk/samsung/clk-fsd.c
 create mode 100644 include/dt-bindings/clock/fsd-clk.h

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

* [GIT PULL 1/2] clk: samsung: Tesla FSD for v5.18
@ 2022-02-04 15:41 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-04 15:41 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,
	Sylwester Nawrocki

Hi Arnd and Olof,

The driver changes for Tesla FSD clock controller. I got ack for these from
Sylwester.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-clk-fsd-5.18

for you to fetch changes up to 0b59bc00a6936e8670b58d4307a2cfba341d40d0:

  clk: samsung: fix missing Tesla FSD dependency on Exynos (2022-02-01 09:14:53 +0100)

----------------------------------------------------------------
Samsung clock controller changes for v5.18

Add support for Tesla FSD SoC clock controller within Samsung Exynos SoC
clock controller drivers.  The Tesla FSD's clock controller is similar
to Samsung Exynos one, so entire driver structure can be re-used.

----------------------------------------------------------------
Alim Akhtar (9):
      dt-bindings: clock: Add bindings definitions for FSD CMU blocks
      dt-bindings: clock: Document FSD CMU bindings
      clk: samsung: fsd: Add initial clock support
      clk: samsung: fsd: Add cmu_peric block clock information
      clk: samsung: fsd: Add cmu_fsys0 clock information
      clk: samsung: fsd: Add cmu_fsys1 clock information
      clk: samsung: fsd: Add cmu_imem block clock information
      clk: samsung: fsd: Add cmu_mfc block clock information
      clk: samsung: fsd: Add cam_csi block clock information

Krzysztof Kozlowski (1):
      clk: samsung: fix missing Tesla FSD dependency on Exynos

 .../devicetree/bindings/clock/tesla,fsd-clock.yaml |  198 +++
 drivers/clk/samsung/Kconfig                        |    9 +
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-fsd.c                      | 1803 ++++++++++++++++++++
 drivers/clk/samsung/clk-pll.c                      |    1 +
 drivers/clk/samsung/clk-pll.h                      |    1 +
 include/dt-bindings/clock/fsd-clk.h                |  150 ++
 7 files changed, 2163 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/tesla,fsd-clock.yaml
 create mode 100644 drivers/clk/samsung/clk-fsd.c
 create mode 100644 include/dt-bindings/clock/fsd-clk.h

_______________________________________________
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] arm64: dts: fsd: tesla for v5.18
  2022-02-04 15:41 ` Krzysztof Kozlowski
@ 2022-02-04 15:41   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-04 15:41 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,
	Sylwester Nawrocki

Hi,

The dedicated branch for Tesla FSD: bindings, DTS plus platform enablement.
This merges dt-bindings headers from PULL 1/2 (only headers!), so everything
can be applied cleanly within one set.  There is no mixing of driver code, only
dt-bindings.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/tesla-dt64-5.18

for you to fetch changes up to bd1e3696a052b9b2bd3c1c72ef4bf800a3a1e286:

  arm64: dts: fsd: Add SPI device nodes (2022-01-29 12:28:09 +0100)

----------------------------------------------------------------
Tesla FSD ARM64 changes for v5.18

Add Tesla FSD SoC ARM64 platform: bindings, DTSI+DTS, maintainer's entry
and defconfig change.  This brings and enables this new platform.

This includes clock controller bindings (header files with clock IDs)
which are shared also with Tesla FSD SoC clock controller pull request.

----------------------------------------------------------------
Alim Akhtar (7):
      dt-bindings: add vendor prefix for Tesla
      dt-bindings: arm: add Tesla FSD ARM SoC
      dt-bindings: clock: Add bindings definitions for FSD CMU blocks
      dt-bindings: clock: Document FSD CMU bindings
      arm64: dts: fsd: Add initial device tree support
      arm64: dts: fsd: Add initial pinctrl support
      arm64: defconfig: Enable Tesla FSD SoC

Aswani Reddy (1):
      arm64: dts: fsd: Add SPI device nodes

Krzysztof Kozlowski (1):
      Merge tag 'samsung-dt-bindings-clk-fsd-5.18' into for-v5.18/tesla-fsd

 Documentation/devicetree/bindings/arm/tesla.yaml   |  27 +
 .../devicetree/bindings/clock/tesla,fsd-clock.yaml | 198 ++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |   8 +
 arch/arm64/Kconfig.platforms                       |   6 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/tesla/Makefile                 |   3 +
 arch/arm64/boot/dts/tesla/fsd-evb.dts              |  39 ++
 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi         | 335 ++++++++++
 arch/arm64/boot/dts/tesla/fsd.dtsi                 | 731 +++++++++++++++++++++
 arch/arm64/configs/defconfig                       |   1 +
 include/dt-bindings/clock/fsd-clk.h                | 150 +++++
 12 files changed, 1501 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/tesla.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/tesla,fsd-clock.yaml
 create mode 100644 arch/arm64/boot/dts/tesla/Makefile
 create mode 100644 arch/arm64/boot/dts/tesla/fsd-evb.dts
 create mode 100644 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/tesla/fsd.dtsi
 create mode 100644 include/dt-bindings/clock/fsd-clk.h

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

* [GIT PULL 2/2] arm64: dts: fsd: tesla for v5.18
@ 2022-02-04 15:41   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-04 15:41 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,
	Sylwester Nawrocki

Hi,

The dedicated branch for Tesla FSD: bindings, DTS plus platform enablement.
This merges dt-bindings headers from PULL 1/2 (only headers!), so everything
can be applied cleanly within one set.  There is no mixing of driver code, only
dt-bindings.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/tesla-dt64-5.18

for you to fetch changes up to bd1e3696a052b9b2bd3c1c72ef4bf800a3a1e286:

  arm64: dts: fsd: Add SPI device nodes (2022-01-29 12:28:09 +0100)

----------------------------------------------------------------
Tesla FSD ARM64 changes for v5.18

Add Tesla FSD SoC ARM64 platform: bindings, DTSI+DTS, maintainer's entry
and defconfig change.  This brings and enables this new platform.

This includes clock controller bindings (header files with clock IDs)
which are shared also with Tesla FSD SoC clock controller pull request.

----------------------------------------------------------------
Alim Akhtar (7):
      dt-bindings: add vendor prefix for Tesla
      dt-bindings: arm: add Tesla FSD ARM SoC
      dt-bindings: clock: Add bindings definitions for FSD CMU blocks
      dt-bindings: clock: Document FSD CMU bindings
      arm64: dts: fsd: Add initial device tree support
      arm64: dts: fsd: Add initial pinctrl support
      arm64: defconfig: Enable Tesla FSD SoC

Aswani Reddy (1):
      arm64: dts: fsd: Add SPI device nodes

Krzysztof Kozlowski (1):
      Merge tag 'samsung-dt-bindings-clk-fsd-5.18' into for-v5.18/tesla-fsd

 Documentation/devicetree/bindings/arm/tesla.yaml   |  27 +
 .../devicetree/bindings/clock/tesla,fsd-clock.yaml | 198 ++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |   8 +
 arch/arm64/Kconfig.platforms                       |   6 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/tesla/Makefile                 |   3 +
 arch/arm64/boot/dts/tesla/fsd-evb.dts              |  39 ++
 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi         | 335 ++++++++++
 arch/arm64/boot/dts/tesla/fsd.dtsi                 | 731 +++++++++++++++++++++
 arch/arm64/configs/defconfig                       |   1 +
 include/dt-bindings/clock/fsd-clk.h                | 150 +++++
 12 files changed, 1501 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/tesla.yaml
 create mode 100644 Documentation/devicetree/bindings/clock/tesla,fsd-clock.yaml
 create mode 100644 arch/arm64/boot/dts/tesla/Makefile
 create mode 100644 arch/arm64/boot/dts/tesla/fsd-evb.dts
 create mode 100644 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/tesla/fsd.dtsi
 create mode 100644 include/dt-bindings/clock/fsd-clk.h

_______________________________________________
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] clk: samsung: Tesla FSD for v5.18
  2022-02-04 15:41 ` Krzysztof Kozlowski
@ 2022-02-28 15:16   ` Arnd Bergmann
  -1 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2022-02-28 15:16 UTC (permalink / raw)
  To: Olof Johansson, arm, Krzysztof Kozlowski, soc
  Cc: Arnd Bergmann, Alim Akhtar, linux-arm-kernel, linux-kernel,
	Sylwester Nawrocki, linux-samsung-soc, Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 4 Feb 2022 16:41:11 +0100, Krzysztof Kozlowski wrote:
> The driver changes for Tesla FSD clock controller. I got ack for these from
> Sylwester.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: ab930ecfcee86fb333ab42954caddaddd3c2e82d

       Arnd

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

* Re: [GIT PULL 1/2] clk: samsung: Tesla FSD for v5.18
@ 2022-02-28 15:16   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2022-02-28 15:16 UTC (permalink / raw)
  To: Olof Johansson, arm, Krzysztof Kozlowski, soc
  Cc: Arnd Bergmann, Alim Akhtar, linux-arm-kernel, linux-kernel,
	Sylwester Nawrocki, linux-samsung-soc, Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 4 Feb 2022 16:41:11 +0100, Krzysztof Kozlowski wrote:
> The driver changes for Tesla FSD clock controller. I got ack for these from
> Sylwester.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: ab930ecfcee86fb333ab42954caddaddd3c2e82d

       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 2/2] arm64: dts: fsd: tesla for v5.18
  2022-02-04 15:41   ` Krzysztof Kozlowski
@ 2022-02-28 15:16     ` Arnd Bergmann
  -1 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2022-02-28 15:16 UTC (permalink / raw)
  To: arm, Olof Johansson, soc, Krzysztof Kozlowski
  Cc: Arnd Bergmann, Alim Akhtar, linux-arm-kernel, linux-kernel,
	Sylwester Nawrocki, linux-samsung-soc, Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 4 Feb 2022 16:41:12 +0100, Krzysztof Kozlowski wrote:
> The dedicated branch for Tesla FSD: bindings, DTS plus platform enablement.
> This merges dt-bindings headers from PULL 1/2 (only headers!), so everything
> can be applied cleanly within one set.  There is no mixing of driver code, only
> dt-bindings.
> 
> Best regards,
> Krzysztof
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 9d28fe1becc3596a87c0b8c0e386ebdf68cb759e

       Arnd

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

* Re: [GIT PULL 2/2] arm64: dts: fsd: tesla for v5.18
@ 2022-02-28 15:16     ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2022-02-28 15:16 UTC (permalink / raw)
  To: arm, Olof Johansson, soc, Krzysztof Kozlowski
  Cc: Arnd Bergmann, Alim Akhtar, linux-arm-kernel, linux-kernel,
	Sylwester Nawrocki, linux-samsung-soc, Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 4 Feb 2022 16:41:12 +0100, Krzysztof Kozlowski wrote:
> The dedicated branch for Tesla FSD: bindings, DTS plus platform enablement.
> This merges dt-bindings headers from PULL 1/2 (only headers!), so everything
> can be applied cleanly within one set.  There is no mixing of driver code, only
> dt-bindings.
> 
> Best regards,
> Krzysztof
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 9d28fe1becc3596a87c0b8c0e386ebdf68cb759e

       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:[~2022-02-28 15:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 15:41 [GIT PULL 1/2] clk: samsung: Tesla FSD for v5.18 Krzysztof Kozlowski
2022-02-04 15:41 ` Krzysztof Kozlowski
2022-02-04 15:41 ` [GIT PULL 2/2] arm64: dts: fsd: tesla " Krzysztof Kozlowski
2022-02-04 15:41   ` Krzysztof Kozlowski
2022-02-28 15:16   ` Arnd Bergmann
2022-02-28 15:16     ` Arnd Bergmann
2022-02-28 15:16 ` [GIT PULL 1/2] clk: samsung: Tesla FSD " Arnd Bergmann
2022-02-28 15:16   ` 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.