public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support
@ 2026-01-15 13:24 Michael Walle
  2026-01-15 13:24 ` [PATCH 1/3] arm64: defconfig: enable the J721E PCI host driver Michael Walle
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Michael Walle @ 2026-01-15 13:24 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo
  Cc: linux-arm-kernel, linux-kernel, Michael Walle

Enable the modules required to make the sa67 module function
properly. It is planned to add this module to KCI.

Michael Walle (3):
  arm64: defconfig: enable the J721E PCI host driver
  arm64: defconfig: enable TPS6594 power button module
  arm64: defconfig: enable sa67mcu sensors

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.47.3



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

* [PATCH 1/3] arm64: defconfig: enable the J721E PCI host driver
  2026-01-15 13:24 [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Michael Walle
@ 2026-01-15 13:24 ` Michael Walle
  2026-01-15 13:24 ` [PATCH 2/3] arm64: defconfig: enable TPS6594 power button module Michael Walle
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Michael Walle @ 2026-01-15 13:24 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo
  Cc: linux-arm-kernel, linux-kernel, Michael Walle

To enable the PCI host on the Kontron SMARC-sAM67, enable the driver for
it.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c4dedfabe41a..fca36c2bd1f0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -240,6 +240,7 @@ CONFIG_PCIE_XILINX=y
 CONFIG_PCIE_XILINX_DMA_PL=y
 CONFIG_PCIE_XILINX_NWL=y
 CONFIG_PCIE_XILINX_CPM=y
+CONFIG_PCI_J721E_HOST=m
 CONFIG_PCI_IMX6_HOST=y
 CONFIG_PCI_LAYERSCAPE=y
 CONFIG_PCI_HISI=y
-- 
2.47.3



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

* [PATCH 2/3] arm64: defconfig: enable TPS6594 power button module
  2026-01-15 13:24 [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Michael Walle
  2026-01-15 13:24 ` [PATCH 1/3] arm64: defconfig: enable the J721E PCI host driver Michael Walle
@ 2026-01-15 13:24 ` Michael Walle
  2026-01-17 11:04   ` Krzysztof Kozlowski
  2026-01-15 13:24 ` [PATCH 3/3] arm64: defconfig: enable sa67mcu sensors Michael Walle
  2026-01-16 14:39 ` [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Nishanth Menon
  3 siblings, 1 reply; 8+ messages in thread
From: Michael Walle @ 2026-01-15 13:24 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo
  Cc: linux-arm-kernel, linux-kernel, Michael Walle

To enable the power button on Kontron SMARC-sAM67 modules, enable the
driver for it.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index fca36c2bd1f0..e175e283e76b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -494,6 +494,7 @@ CONFIG_INPUT_BBNSM_PWRKEY=m
 CONFIG_INPUT_PM8941_PWRKEY=y
 CONFIG_INPUT_PM8XXX_VIBRATOR=m
 CONFIG_INPUT_TPS65219_PWRBUTTON=m
+CONFIG_INPUT_TPS6594_PWRBUTTON=m
 CONFIG_INPUT_PWM_BEEPER=m
 CONFIG_INPUT_PWM_VIBRA=m
 CONFIG_INPUT_RK805_PWRKEY=m
-- 
2.47.3



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

* [PATCH 3/3] arm64: defconfig: enable sa67mcu sensors
  2026-01-15 13:24 [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Michael Walle
  2026-01-15 13:24 ` [PATCH 1/3] arm64: defconfig: enable the J721E PCI host driver Michael Walle
  2026-01-15 13:24 ` [PATCH 2/3] arm64: defconfig: enable TPS6594 power button module Michael Walle
@ 2026-01-15 13:24 ` Michael Walle
  2026-01-16 14:39 ` [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Nishanth Menon
  3 siblings, 0 replies; 8+ messages in thread
From: Michael Walle @ 2026-01-15 13:24 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo
  Cc: linux-arm-kernel, linux-kernel, Michael Walle

Enable support for the sensors on the Kontron SMARC-sAM67 board.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e175e283e76b..c109a4b6fc6e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -758,6 +758,7 @@ CONFIG_SENSORS_LM75=m
 CONFIG_SENSORS_LM90=m
 CONFIG_SENSORS_PWM_FAN=m
 CONFIG_SENSORS_RASPBERRYPI_HWMON=m
+CONFIG_SENSORS_SA67MCU=m
 CONFIG_SENSORS_SL28CPLD=m
 CONFIG_SENSORS_INA2XX=m
 CONFIG_SENSORS_INA3221=m
-- 
2.47.3



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

* Re: [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support
  2026-01-15 13:24 [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Michael Walle
                   ` (2 preceding siblings ...)
  2026-01-15 13:24 ` [PATCH 3/3] arm64: defconfig: enable sa67mcu sensors Michael Walle
@ 2026-01-16 14:39 ` Nishanth Menon
  2026-01-17 11:05   ` Krzysztof Kozlowski
  3 siblings, 1 reply; 8+ messages in thread
From: Nishanth Menon @ 2026-01-16 14:39 UTC (permalink / raw)
  To: Vignesh Raghavendra, Tero Kristo, Michael Walle
  Cc: Nishanth Menon, linux-arm-kernel, linux-kernel

Hi Michael Walle,

On Thu, 15 Jan 2026 14:24:41 +0100, Michael Walle wrote:
> Enable the modules required to make the sa67 module function
> properly. It is planned to add this module to KCI.
> 
> Michael Walle (3):
>   arm64: defconfig: enable the J721E PCI host driver
>   arm64: defconfig: enable TPS6594 power button module
>   arm64: defconfig: enable sa67mcu sensors
> 
> [...]

I have applied the following to branch ti-k3-config-next on [1].

I had minor cosmetic fixups in the series (in addition to rebasing to
v6.19-rc1 as it needs to be for pull-requests), do report if i need to
drop the patch series if the changes I have done is not ok.

Thank you!

[1/3] arm64: defconfig: enable the J721E PCI host driver
      commit: f69f88211c84d00d469ad6b9e2f7788be4644d0d
[2/3] arm64: defconfig: enable TPS6594 power button module
      commit: cf6a123141e1498a9249b21c629958400bcaa580
[3/3] arm64: defconfig: enable sa67mcu sensors
      commit: 3aae37fb967b0158f928c85e9c1965dd01e826c1

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
https://ti.com/opensource



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

* Re: [PATCH 2/3] arm64: defconfig: enable TPS6594 power button module
  2026-01-15 13:24 ` [PATCH 2/3] arm64: defconfig: enable TPS6594 power button module Michael Walle
@ 2026-01-17 11:04   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-01-17 11:04 UTC (permalink / raw)
  To: Michael Walle, Nishanth Menon, Vignesh Raghavendra, Tero Kristo
  Cc: linux-arm-kernel, linux-kernel

On 15/01/2026 14:24, Michael Walle wrote:
> To enable the power button on Kontron SMARC-sAM67 modules, enable the
> driver for it.
> 
> Signed-off-by: Michael Walle <mwalle@kernel.org>
> ---
>  arch/arm64/configs/defconfig | 1 +


All these three is one change, you do everything for the same purpose -
specific upstream board.

Do not split commits per line but per logical changes. Change here is:
enable defconfig options so your board will work fine.

Best regards,
Krzysztof


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

* Re: [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support
  2026-01-16 14:39 ` [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Nishanth Menon
@ 2026-01-17 11:05   ` Krzysztof Kozlowski
  2026-01-20 12:40     ` Nishanth Menon
  0 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-01-17 11:05 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Michael Walle
  Cc: linux-arm-kernel, linux-kernel

On 16/01/2026 15:39, Nishanth Menon wrote:
> Hi Michael Walle,
> 
> On Thu, 15 Jan 2026 14:24:41 +0100, Michael Walle wrote:
>> Enable the modules required to make the sa67 module function
>> properly. It is planned to add this module to KCI.
>>
>> Michael Walle (3):
>>   arm64: defconfig: enable the J721E PCI host driver
>>   arm64: defconfig: enable TPS6594 power button module
>>   arm64: defconfig: enable sa67mcu sensors
>>
>> [...]
> 
> I have applied the following to branch ti-k3-config-next on [1].


Before they get to next next, please squash them.

Best regards,
Krzysztof


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

* Re: [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support
  2026-01-17 11:05   ` Krzysztof Kozlowski
@ 2026-01-20 12:40     ` Nishanth Menon
  0 siblings, 0 replies; 8+ messages in thread
From: Nishanth Menon @ 2026-01-20 12:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Vignesh Raghavendra, Tero Kristo, Michael Walle, linux-arm-kernel,
	linux-kernel

On 12:05-20260117, Krzysztof Kozlowski wrote:
> On 16/01/2026 15:39, Nishanth Menon wrote:
> > Hi Michael Walle,
> > 
> > On Thu, 15 Jan 2026 14:24:41 +0100, Michael Walle wrote:
> >> Enable the modules required to make the sa67 module function
> >> properly. It is planned to add this module to KCI.
> >>
> >> Michael Walle (3):
> >>   arm64: defconfig: enable the J721E PCI host driver
> >>   arm64: defconfig: enable TPS6594 power button module
> >>   arm64: defconfig: enable sa67mcu sensors
> >>
> >> [...]
> > 
> > I have applied the following to branch ti-k3-config-next on [1].
> 
> 
> Before they get to next next, please squash them.

Thanks for catching this.

Done. new commit 65428481cf6e174cc1bb45444ddc7489e3f2ef0d
("arm64: defconfig: Enable configurations for Kontron SMARC-sAM67")

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
https://ti.com/opensource


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

end of thread, other threads:[~2026-01-20 12:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 13:24 [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Michael Walle
2026-01-15 13:24 ` [PATCH 1/3] arm64: defconfig: enable the J721E PCI host driver Michael Walle
2026-01-15 13:24 ` [PATCH 2/3] arm64: defconfig: enable TPS6594 power button module Michael Walle
2026-01-17 11:04   ` Krzysztof Kozlowski
2026-01-15 13:24 ` [PATCH 3/3] arm64: defconfig: enable sa67mcu sensors Michael Walle
2026-01-16 14:39 ` [PATCH 0/3] arm64: defconfig: enable Kontron SMARC-sAM67 support Nishanth Menon
2026-01-17 11:05   ` Krzysztof Kozlowski
2026-01-20 12:40     ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox