All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver
@ 2024-12-31 13:17 Krzysztof Kozlowski
  2024-12-31 13:17 ` [GIT PULL 2/4 drivers][PATCH] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-31 13:17 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, soc
  Cc: André Draszik, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Krzysztof Kozlowski,
	Krzysztof Kozlowski

From: André Draszik <andre.draszik@linaro.org>

Enable the Maxim max33359 as this is used by the gs101-oriole (Google
Pixel 6) board.

Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412783a6b01@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c62831e61586..dea35b7648f7 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1120,6 +1120,7 @@ CONFIG_USB_MASS_STORAGE=m
 CONFIG_TYPEC=m
 CONFIG_TYPEC_TCPM=m
 CONFIG_TYPEC_TCPCI=m
+CONFIG_TYPEC_TCPCI_MAXIM=m
 CONFIG_TYPEC_FUSB302=m
 CONFIG_TYPEC_QCOM_PMIC=m
 CONFIG_TYPEC_UCSI=m
-- 
2.43.0



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

* [GIT PULL 2/4 drivers][PATCH] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible
  2024-12-31 13:17 [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver Krzysztof Kozlowski
@ 2024-12-31 13:17 ` Krzysztof Kozlowski
  2024-12-31 13:17 ` [GIT PULL 3/4] ARM: dts: samsung: DTS for v6.14 Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-31 13:17 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, soc
  Cc: Igor Belwon, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Krzysztof Kozlowski,
	Krzysztof Kozlowski, Conor Dooley

From: Igor Belwon <igor.belwon@mentallysanemainliners.org>

Add a dt-binding compatible for the Exynos990 PMU. It's compatible
with the Exynos7 PMU design. It handles system reboot, as well as
other system control registers (i.e registers for the USB PHY).

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20241204145559.524932-2-igor.belwon@mentallysanemainliners.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
index 6cdfe7e059a3..8e6d051d8c97 100644
--- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
@@ -55,6 +55,7 @@ properties:
               - samsung,exynos7885-pmu
               - samsung,exynos8895-pmu
               - samsung,exynos9810-pmu
+              - samsung,exynos990-pmu
               - samsung,exynosautov9-pmu
               - samsung,exynosautov920-pmu
               - tesla,fsd-pmu
-- 
2.43.0



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

* [GIT PULL 3/4] ARM: dts: samsung: DTS for v6.14
  2024-12-31 13:17 [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver Krzysztof Kozlowski
  2024-12-31 13:17 ` [GIT PULL 2/4 drivers][PATCH] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible Krzysztof Kozlowski
@ 2024-12-31 13:17 ` Krzysztof Kozlowski
  2024-12-31 13:17 ` [GIT PULL 4/4] arm64: " Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-31 13:17 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Krzysztof Kozlowski

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to acd33b48ce663c7e293b11cd77df7ea702ca34f6:

  ARM: dts: samsung: exynos4212-tab3: Drop interrupt from WM1811 codec (2024-12-29 11:05:46 +0100)

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

Few fixes and improvements for sound on Galaxy Tab3 (Exynos4212).

----------------------------------------------------------------
Artur Weber (3):
      ARM: dts: samsung: exynos4212-tab3: Fix headset mic, add jack detection
      ARM: dts: samsung: exynos4212-tab3: Add MCLK2 clock to WM1811 codec config
      ARM: dts: samsung: exynos4212-tab3: Drop interrupt from WM1811 codec

 arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi | 31 ++++++++++++++++++++++----
 1 file changed, 27 insertions(+), 4 deletions(-)


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

* [GIT PULL 4/4] arm64: dts: samsung: DTS for v6.14
  2024-12-31 13:17 [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver Krzysztof Kozlowski
  2024-12-31 13:17 ` [GIT PULL 2/4 drivers][PATCH] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible Krzysztof Kozlowski
  2024-12-31 13:17 ` [GIT PULL 3/4] ARM: dts: samsung: DTS for v6.14 Krzysztof Kozlowski
@ 2024-12-31 13:17 ` Krzysztof Kozlowski
  2025-01-15 17:13 ` [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver patchwork-bot+linux-soc
  2025-01-16 16:01 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-31 13:17 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel, Krzysztof Kozlowski

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f424523b1b516b3f0984feeb1d8218e904d17a97:

  arm64: dts: exynos8895: Add camera hsi2c nodes (2024-12-30 08:30:36 +0100)

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

1. Exynos8895: Add UART nodes, PMU (performance) for the M2 cluster and
   I2C controllers in the camera block (HSI2C in CAM0-3).
2. Exynos990: Add Power Management Unit (Samsung block), PMU
   (performance) for M5 cluster and two clock controllers.
3. ExynosAutov920: Add watchdog and DMA controllers.
4. Google GS101: Minor fixes for phy and USB. Add USB Type-C.
5. Exynos850-e850-96 board: Drop gap in memory layout.
6. New SoC: Exynos9810.
7. New boards, all mobile phones:
    - Exynos9810:
      Samsung Galaxy S9 (SM-G960F)
    - Exynos990:
      Samsung Galaxy S20 FE (SM-G780F)
      Samsung Galaxy S20 5G  (SM-G980F)

----------------------------------------------------------------
André Draszik (5):
      MAINTAINERS: add myself and Tudor as reviewers for Google Tensor SoC
      arm64: dts: exynos: gs101: phy region for exynos5-usbdrd is larger
      arm64: dts: exynos: gs101: allow stable USB phy Vbus detection
      arm64: dts: exynos: gs101-oriole: enable Maxim max77759 TCPCi
      arm64: dts: exynos: gs101-oriole: add pd-disable and typec-power-opmode

Byoungtae Cho (1):
      arm64: dts: exynosautov920: add watchdog DT node

Denzeel Oliva (2):
      dt-bindings: arm: samsung: Add compatible for Samsung Galaxy S20 FE (SM-G780F)
      arm64: dts: exynos: Add initial support for Samsung Galaxy S20 FE (r8s)

Faraz Ata (1):
      arm64: dts: exynosautov920: Add DMA nodes

Igor Belwon (3):
      arm64: dts: exynos990: Add pmu and syscon-reboot nodes
      dt-bindings: clock: samsung: Add Exynos990 SoC CMU bindings
      arm64: dts: exynos990: Add clock management unit nodes

Ivaylo Ivanov (3):
      arm64: dts: exynos8895: Add serial_0/1 nodes
      arm64: dts: exynos8895: Add a PMU node for the second cluster
      arm64: dts: exynos8895: Add camera hsi2c nodes

Krzysztof Kozlowski (1):
      Merge branch 'for-v6.14/dt-bindings-clk-samsung' into next/dt64

Markuss Broks (2):
      arm64: dts: exynos: Add Exynos9810 SoC support
      arm64: dts: exynos: Add initial support for Samsung Galaxy S9 (SM-G960F)

Sam Protsenko (1):
      arm64: dts: exynos850-e850-96: Specify reserved secure memory explicitly

Umer Uddin (5):
      dt-bindings: arm: samsung: samsung-boards: Add bindings for SM-G981B and SM-G980F board
      arm64: dts: exynos: Add initial support for Samsung Galaxy S20 Series boards (x1s-common)
      arm64: dts: exynos: Add initial support for Samsung Galaxy S20 5G (x1s)
      arm64: dts: exynos: Add initial support for Samsung Galaxy S20 (x1slte)
      arm64: dts: exynos990: Add a PMU node for the third cluster

 .../bindings/arm/samsung/samsung-boards.yaml       |   3 +
 .../bindings/clock/samsung,exynos990-clock.yaml    | 121 +++++
 MAINTAINERS                                        |   3 +
 arch/arm64/boot/dts/exynos/Makefile                |   4 +
 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts   |  15 +-
 arch/arm64/boot/dts/exynos/exynos8895.dtsi         |  82 +++-
 arch/arm64/boot/dts/exynos/exynos9810-pinctrl.dtsi | 503 +++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos9810-starlte.dts  | 119 +++++
 arch/arm64/boot/dts/exynos/exynos9810.dtsi         | 273 +++++++++++
 arch/arm64/boot/dts/exynos/exynos990-r8s.dts       | 115 +++++
 .../boot/dts/exynos/exynos990-x1s-common.dtsi      |  98 ++++
 arch/arm64/boot/dts/exynos/exynos990-x1s.dts       |  28 ++
 arch/arm64/boot/dts/exynos/exynos990-x1slte.dts    |  28 ++
 arch/arm64/boot/dts/exynos/exynos990.dtsi          |  50 +-
 arch/arm64/boot/dts/exynos/exynosautov920.dtsi     |  83 ++++
 arch/arm64/boot/dts/exynos/google/gs101-oriole.dts | 104 +++++
 arch/arm64/boot/dts/exynos/google/gs101.dtsi       |   5 +-
 include/dt-bindings/clock/samsung,exynos990.h      | 236 ++++++++++
 18 files changed, 1858 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynos990-clock.yaml
 create mode 100644 arch/arm64/boot/dts/exynos/exynos9810-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos9810-starlte.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos9810.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos990-r8s.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos990-x1s-common.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos990-x1s.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos990-x1slte.dts
 create mode 100644 include/dt-bindings/clock/samsung,exynos990.h


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

* Re: [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver
  2024-12-31 13:17 [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2024-12-31 13:17 ` [GIT PULL 4/4] arm64: " Krzysztof Kozlowski
@ 2025-01-15 17:13 ` patchwork-bot+linux-soc
  2025-01-16 16:01 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-01-15 17:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

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

On Tue, 31 Dec 2024 14:17:38 +0100 you wrote:
> From: André Draszik <andre.draszik@linaro.org>
> 
> Enable the Maxim max33359 as this is used by the gs101-oriole (Google
> Pixel 6) board.
> 
> Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
> Signed-off-by: André Draszik <andre.draszik@linaro.org>
> Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412783a6b01@linaro.org
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4,defconfig] arm64: defconfig: enable Maxim TCPCI driver
    https://git.kernel.org/soc/soc/c/d2ca319822e0
  - [GIT,PULL,2/4,drivers] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible
    https://git.kernel.org/soc/soc/c/f16d91d8febf
  - [GIT,PULL,3/4] ARM: dts: samsung: DTS for v6.14
    (no matching commit)
  - [GIT,PULL,4/4] arm64: dts: samsung: DTS for v6.14
    (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] 6+ messages in thread

* Re: [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver
  2024-12-31 13:17 [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2025-01-15 17:13 ` [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver patchwork-bot+linux-soc
@ 2025-01-16 16:01 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-01-16 16:01 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

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

On Tue, 31 Dec 2024 14:17:38 +0100 you wrote:
> From: André Draszik <andre.draszik@linaro.org>
> 
> Enable the Maxim max33359 as this is used by the gs101-oriole (Google
> Pixel 6) board.
> 
> Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
> Signed-off-by: André Draszik <andre.draszik@linaro.org>
> Link: https://lore.kernel.org/r/20241203-gs101-phy-lanes-orientation-dts-v2-1-1412783a6b01@linaro.org
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4,defconfig] arm64: defconfig: enable Maxim TCPCI driver
    (no matching commit)
  - [GIT,PULL,2/4,drivers] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible
    (no matching commit)
  - [GIT,PULL,3/4] ARM: dts: samsung: DTS for v6.14
    https://git.kernel.org/soc/soc/c/462675a5522d
  - [GIT,PULL,4/4] arm64: dts: samsung: DTS for v6.14
    https://git.kernel.org/soc/soc/c/73a2e82123f8

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 13:17 [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver Krzysztof Kozlowski
2024-12-31 13:17 ` [GIT PULL 2/4 drivers][PATCH] dt-bindings: soc: samsung: exynos-pmu: Add exynos990-pmu compatible Krzysztof Kozlowski
2024-12-31 13:17 ` [GIT PULL 3/4] ARM: dts: samsung: DTS for v6.14 Krzysztof Kozlowski
2024-12-31 13:17 ` [GIT PULL 4/4] arm64: " Krzysztof Kozlowski
2025-01-15 17:13 ` [GIT PULL 1/4 defconfig][PATCH] arm64: defconfig: enable Maxim TCPCI driver patchwork-bot+linux-soc
2025-01-16 16:01 ` 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.