All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL][PATCH 0/2] Late patches for v5.18
@ 2022-03-16 15:43 Krzysztof Kozlowski
  2022-03-16 15:43 ` [PATCH 1/2] arm64: dts: fsd: Add the MCT support Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-16 15:43 UTC (permalink / raw)
  To: arm, soc, Arnd Bergmann, Olof Johansson; +Cc: krzk

Hi Arnd and Olof,

I have two last remaining patches for next cycle:
1. arm64 dts patch for Tesla: to soc/tesla/dt branch
2. defconfig patch

Both were already in linux-next for around month.

Best regards,
Krzysztof


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

* [PATCH 1/2] arm64: dts: fsd: Add the MCT support
  2022-03-16 15:43 [GIT PULL][PATCH 0/2] Late patches for v5.18 Krzysztof Kozlowski
@ 2022-03-16 15:43 ` Krzysztof Kozlowski
  2022-03-16 15:43 ` [PATCH 2/2] ARM: defconfig: add SMB347 charger driver for p4note Krzysztof Kozlowski
  2022-03-16 20:20 ` [GIT PULL][PATCH 0/2] Late patches for v5.18 patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-16 15:43 UTC (permalink / raw)
  To: arm, soc, Arnd Bergmann, Olof Johansson; +Cc: krzk, Krzysztof Kozlowski

From: Alim Akhtar <alim.akhtar@samsung.com>

Add node relevant to support MCT, which is used as
one of the system timer on this SoC.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20220223171858.11384-1-alim.akhtar@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm64/boot/dts/tesla/fsd.dtsi | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/arch/arm64/boot/dts/tesla/fsd.dtsi b/arch/arm64/boot/dts/tesla/fsd.dtsi
index da4acd68b976..9a652abcbcac 100644
--- a/arch/arm64/boot/dts/tesla/fsd.dtsi
+++ b/arch/arm64/boot/dts/tesla/fsd.dtsi
@@ -725,6 +725,29 @@ spi_2: spi@14160000 {
 			num-cs = <1>;
 			status = "disabled";
 		};
+
+		timer@10040000 {
+			compatible = "samsung,exynos4210-mct";
+			reg = <0x0 0x10040000 0x0 0x800>;
+			interrupts = <GIC_SPI 455 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 456 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 457 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 458 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 459 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 460 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 461 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 462 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 463 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 464 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 465 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 466 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 467 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 468 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 469 IRQ_TYPE_LEVEL_HIGH>,
+				<GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&fin_pll>, <&clock_imem IMEM_MCT_PCLK>;
+			clock-names = "fin_pll", "mct";
+		};
 	};
 };
 
-- 
2.32.0


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

* [PATCH 2/2] ARM: defconfig: add SMB347 charger driver for p4note
  2022-03-16 15:43 [GIT PULL][PATCH 0/2] Late patches for v5.18 Krzysztof Kozlowski
  2022-03-16 15:43 ` [PATCH 1/2] arm64: dts: fsd: Add the MCT support Krzysztof Kozlowski
@ 2022-03-16 15:43 ` Krzysztof Kozlowski
  2022-03-16 20:20 ` [GIT PULL][PATCH 0/2] Late patches for v5.18 patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-16 15:43 UTC (permalink / raw)
  To: arm, soc, Arnd Bergmann, Olof Johansson; +Cc: krzk, Krzysztof Kozlowski

From: Martin Jücker <martin.juecker@gmail.com>

The Summit SMB347 charger is part of the P4Note family of devices (e.g.
Samsung Galaxy Note 10.1 (GT-N8010/N8013), enable the driver in exynos
and multi_v7 defconfigs.

Signed-off-by: Martin Jücker <martin.juecker@gmail.com>
Link: https://lore.kernel.org/r/4f1f6a4f8200855d07f3faed80ec5cc320e40941.1643919230.git.martin.juecker@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm/configs/exynos_defconfig   | 1 +
 arch/arm/configs/multi_v7_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index cae09010a799..aa061074db78 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -158,6 +158,7 @@ CONFIG_CHARGER_MAX14577=y
 CONFIG_CHARGER_MAX77693=y
 CONFIG_CHARGER_MAX8997=y
 CONFIG_CHARGER_MAX8998=y
+CONFIG_CHARGER_SMB347=y
 CONFIG_CHARGER_TPS65090=y
 CONFIG_SENSORS_LM90=y
 CONFIG_SENSORS_NTC_THERMISTOR=y
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 8863fa969ede..3062dc93eb15 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -493,6 +493,7 @@ CONFIG_CHARGER_MAX14577=m
 CONFIG_CHARGER_MAX77693=m
 CONFIG_CHARGER_MAX8997=m
 CONFIG_CHARGER_MAX8998=m
+CONFIG_CHARGER_SMB347=m
 CONFIG_CHARGER_TPS65090=y
 CONFIG_SENSORS_ARM_SCMI=y
 CONFIG_SENSORS_ASPEED=m
-- 
2.32.0


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

* Re: [GIT PULL][PATCH 0/2] Late patches for v5.18
  2022-03-16 15:43 [GIT PULL][PATCH 0/2] Late patches for v5.18 Krzysztof Kozlowski
  2022-03-16 15:43 ` [PATCH 1/2] arm64: dts: fsd: Add the MCT support Krzysztof Kozlowski
  2022-03-16 15:43 ` [PATCH 2/2] ARM: defconfig: add SMB347 charger driver for p4note Krzysztof Kozlowski
@ 2022-03-16 20:20 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2022-03-16 20:20 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 Wed, 16 Mar 2022 16:43:07 +0100 you wrote:
> Hi Arnd and Olof,
> 
> I have two last remaining patches for next cycle:
> 1. arm64 dts patch for Tesla: to soc/tesla/dt branch
> 2. defconfig patch
> 
> Both were already in linux-next for around month.
> 
> [...]

Here is the summary with links:
  - [1/2] arm64: dts: fsd: Add the MCT support
    https://git.kernel.org/soc/soc/c/bfb60ede2c3e
  - [2/2] ARM: defconfig: add SMB347 charger driver for p4note
    https://git.kernel.org/soc/soc/c/160d0603a144

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

end of thread, other threads:[~2022-03-16 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 15:43 [GIT PULL][PATCH 0/2] Late patches for v5.18 Krzysztof Kozlowski
2022-03-16 15:43 ` [PATCH 1/2] arm64: dts: fsd: Add the MCT support Krzysztof Kozlowski
2022-03-16 15:43 ` [PATCH 2/2] ARM: defconfig: add SMB347 charger driver for p4note Krzysztof Kozlowski
2022-03-16 20:20 ` [GIT PULL][PATCH 0/2] Late patches for v5.18 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.