All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: [GIT PULL 2/2] arm64: dts: fsd: tesla for v5.18
Date: Fri,  4 Feb 2022 16:41:12 +0100	[thread overview]
Message-ID: <20220204154112.133723-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220204154112.133723-1-krzysztof.kozlowski@canonical.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: [GIT PULL 2/2] arm64: dts: fsd: tesla for v5.18
Date: Fri,  4 Feb 2022 16:41:12 +0100	[thread overview]
Message-ID: <20220204154112.133723-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220204154112.133723-1-krzysztof.kozlowski@canonical.com>

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

  reply	other threads:[~2022-02-04 15:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Krzysztof Kozlowski [this message]
2022-02-04 15:41   ` [GIT PULL 2/2] arm64: dts: fsd: tesla " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220204154112.133723-2-krzysztof.kozlowski@canonical.com \
    --to=krzysztof.kozlowski@canonical.com \
    --cc=alim.akhtar@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=s.nawrocki@samsung.com \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.