All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: [GIT PULL 2/3] arm64: dts: samsung: dts for v5.20
Date: Fri, 24 Jun 2022 10:07:45 +0200	[thread overview]
Message-ID: <20220624080746.31947-2-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20220624080746.31947-1-krzysztof.kozlowski@linaro.org>

Hi,

This includes bindings headers which were shared with Samsung clk tree (Sylwester).

Best regards,
Krzysztof


The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a4f20cab6411c6e73dd22d28b6595b728cc2829:

  Merge branch 'for-v5.20/exynos7885-emmc-clk' into next/dt64 (2022-06-24 09:12:47 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.20

1. Add CPU cache, UFS to Tesla FSD.
2. Add reboot-mode (boot into specific bootloader mode) to ExynosAutov9.
3. Add watchdogs to ExynosAutov9.
4. Add eMMC to Exynos7885 JackpotLTE (Samsung Galaxy A8).
5. DTS cleanup: white-spaces, node names, LED color/function.
6. Switch to DTS-local header for pinctrl register values instead of
   bindings header.  The bindings header is being deprecated because it
   does not reflect the purpose of bindings.

----------------------------------------------------------------
Alim Akhtar (2):
      arm64: dts: fsd: Add cpu cache information
      arm64: dts: fsd: add ufs device node

Chanho Park (6):
      dt-bindings: soc: add samsung,boot-mode definitions
      arm64: dts: exynos: add syscon reboot/reboot_mode support in ExynosAutov9
      arm64: dts: exynos: add watchdog in ExynosAutov9
      arm64: dts: exynos: adjust DT style of ufs nodes in ExynosAutov9
      arm64: dts: exynos: add secondary ufs devices in ExynosAutov9
      arm64: dts: exynos: enable secondary ufs devices ExynosAutov9 SADK

David Virag (3):
      dt-bindings: clock: Add bindings for Exynos7885 CMU_FSYS
      dt-bindings: clock: Add indices for Exynos7885 TREX clocks
      arm64: dts: exynos: Add internal eMMC support to jackpotlte

Krzysztof Kozlowski (5):
      arm64: dts: exynos: adjust whitespace around '='
      arm64: dts: exynos: align MMC node name with dtschema
      arm64: dts: exynos: use local header for pinctrl register values
      arm64: dts: fsd: use local header for pinctrl register values
      Merge branch 'for-v5.20/exynos7885-emmc-clk' into next/dt64

 .../bindings/clock/samsung,exynos7885-clock.yaml   |  27 +++++
 arch/arm64/boot/dts/exynos/exynos-pinctrl.h        |  79 ++++++++++++++
 arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi |   2 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |   6 +-
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |   6 +-
 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi    |  72 ++++++-------
 .../boot/dts/exynos/exynos7885-jackpotlte.dts      |  20 ++++
 arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi |   2 +-
 arch/arm64/boot/dts/exynos/exynos7885.dtsi         |  32 ++++++
 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi  |   2 +-
 .../boot/dts/exynos/exynosautov9-pinctrl.dtsi      |   2 +-
 arch/arm64/boot/dts/exynos/exynosautov9-sadk.dts   |  18 ++++
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |  83 ++++++++++++--
 arch/arm64/boot/dts/tesla/fsd-evb.dts              |   4 +
 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi         | 106 ++++++++++--------
 arch/arm64/boot/dts/tesla/fsd-pinctrl.h            |  33 ++++++
 arch/arm64/boot/dts/tesla/fsd.dtsi                 | 120 +++++++++++++++++++++
 include/dt-bindings/clock/exynos7885.h             |  54 ++++++++--
 include/dt-bindings/soc/samsung,boot-mode.h        |  18 ++++
 19 files changed, 578 insertions(+), 108 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos-pinctrl.h
 create mode 100644 arch/arm64/boot/dts/tesla/fsd-pinctrl.h
 create mode 100644 include/dt-bindings/soc/samsung,boot-mode.h

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Sylwester Nawrocki <s.nawrocki@samsung.com>
Subject: [GIT PULL 2/3] arm64: dts: samsung: dts for v5.20
Date: Fri, 24 Jun 2022 10:07:45 +0200	[thread overview]
Message-ID: <20220624080746.31947-2-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20220624080746.31947-1-krzysztof.kozlowski@linaro.org>

Hi,

This includes bindings headers which were shared with Samsung clk tree (Sylwester).

Best regards,
Krzysztof


The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a4f20cab6411c6e73dd22d28b6595b728cc2829:

  Merge branch 'for-v5.20/exynos7885-emmc-clk' into next/dt64 (2022-06-24 09:12:47 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.20

1. Add CPU cache, UFS to Tesla FSD.
2. Add reboot-mode (boot into specific bootloader mode) to ExynosAutov9.
3. Add watchdogs to ExynosAutov9.
4. Add eMMC to Exynos7885 JackpotLTE (Samsung Galaxy A8).
5. DTS cleanup: white-spaces, node names, LED color/function.
6. Switch to DTS-local header for pinctrl register values instead of
   bindings header.  The bindings header is being deprecated because it
   does not reflect the purpose of bindings.

----------------------------------------------------------------
Alim Akhtar (2):
      arm64: dts: fsd: Add cpu cache information
      arm64: dts: fsd: add ufs device node

Chanho Park (6):
      dt-bindings: soc: add samsung,boot-mode definitions
      arm64: dts: exynos: add syscon reboot/reboot_mode support in ExynosAutov9
      arm64: dts: exynos: add watchdog in ExynosAutov9
      arm64: dts: exynos: adjust DT style of ufs nodes in ExynosAutov9
      arm64: dts: exynos: add secondary ufs devices in ExynosAutov9
      arm64: dts: exynos: enable secondary ufs devices ExynosAutov9 SADK

David Virag (3):
      dt-bindings: clock: Add bindings for Exynos7885 CMU_FSYS
      dt-bindings: clock: Add indices for Exynos7885 TREX clocks
      arm64: dts: exynos: Add internal eMMC support to jackpotlte

Krzysztof Kozlowski (5):
      arm64: dts: exynos: adjust whitespace around '='
      arm64: dts: exynos: align MMC node name with dtschema
      arm64: dts: exynos: use local header for pinctrl register values
      arm64: dts: fsd: use local header for pinctrl register values
      Merge branch 'for-v5.20/exynos7885-emmc-clk' into next/dt64

 .../bindings/clock/samsung,exynos7885-clock.yaml   |  27 +++++
 arch/arm64/boot/dts/exynos/exynos-pinctrl.h        |  79 ++++++++++++++
 arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi |   2 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |   6 +-
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |   6 +-
 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi    |  72 ++++++-------
 .../boot/dts/exynos/exynos7885-jackpotlte.dts      |  20 ++++
 arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi |   2 +-
 arch/arm64/boot/dts/exynos/exynos7885.dtsi         |  32 ++++++
 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi  |   2 +-
 .../boot/dts/exynos/exynosautov9-pinctrl.dtsi      |   2 +-
 arch/arm64/boot/dts/exynos/exynosautov9-sadk.dts   |  18 ++++
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |  83 ++++++++++++--
 arch/arm64/boot/dts/tesla/fsd-evb.dts              |   4 +
 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi         | 106 ++++++++++--------
 arch/arm64/boot/dts/tesla/fsd-pinctrl.h            |  33 ++++++
 arch/arm64/boot/dts/tesla/fsd.dtsi                 | 120 +++++++++++++++++++++
 include/dt-bindings/clock/exynos7885.h             |  54 ++++++++--
 include/dt-bindings/soc/samsung,boot-mode.h        |  18 ++++
 19 files changed, 578 insertions(+), 108 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos-pinctrl.h
 create mode 100644 arch/arm64/boot/dts/tesla/fsd-pinctrl.h
 create mode 100644 include/dt-bindings/soc/samsung,boot-mode.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-06-24  8:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24  8:07 [GIT PULL 1/3] ARM: dts: samsung: dts for v5.20 Krzysztof Kozlowski
2022-06-24  8:07 ` Krzysztof Kozlowski
2022-06-24  8:07 ` Krzysztof Kozlowski [this message]
2022-06-24  8:07   ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
2022-06-24  8:07 ` [GIT PULL 3/3] ARM: samsung: mach " Krzysztof Kozlowski
2022-06-24  8:07   ` Krzysztof Kozlowski

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=20220624080746.31947-2-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --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.