linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] arm64: defconfig: Enable TI PRUSS
@ 2023-08-08 13:01 MD Danish Anwar
  2023-08-08 13:32 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: MD Danish Anwar @ 2023-08-08 13:01 UTC (permalink / raw)
  To: nm, vigneshr
  Cc: Peng Fan, Rafał Miłecki, Nícolas F. R. A. Prado,
	Konrad Dybcio, Krzysztof Kozlowski, Geert Uytterhoeven,
	Arnd Bergmann, Bjorn Andersson, Will Deacon, Catalin Marinas, srk,
	linux-kernel, linux-arm-kernel, linux-omap, MD Danish Anwar,
	Christian Gmeiner

The Programmable Realtime Unit - Industrial Communication Subsystem
(PRU-ICSS) known as PRUSS, is a low-latency microcontroller subsystem
used for industrial networking and other hard real-time functions in
the TI K3 SoCs such as AM654x, AM64x.

AM654x-EVM, AM64xx-EVM, and iot2050 use the PRUSS driver.

Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
---
Cc: Konrad Dybcio <konrad.dybcio@linaro.org>

Changes from v3 to v4:
*) Rebased on the latest next-20230808 linux-next.
*) Modified commit-message to add details on PRUSS driver and the SoCs
   supported. (address comments from v2 - Konard's and v3 - Nishanth's)

v3: https://lore.kernel.org/all/20230807105919.2611138-1-danishanwar@ti.com/
v2: https://lore.kernel.org/all/20230804061811.3999129-1-danishanwar@ti.com/
v1: https://lore.kernel.org/all/20230419095051.3269777-1-danishanwar@ti.com/

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index bf13d5c46578..0aecdf43a5d1 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1339,6 +1339,7 @@ CONFIG_ARCH_TEGRA_186_SOC=y
 CONFIG_ARCH_TEGRA_194_SOC=y
 CONFIG_ARCH_TEGRA_234_SOC=y
 CONFIG_TI_SCI_PM_DOMAINS=y
+CONFIG_TI_PRUSS=m
 CONFIG_ARM_IMX_BUS_DEVFREQ=y
 CONFIG_ARM_IMX8M_DDRC_DEVFREQ=m
 CONFIG_ARM_MEDIATEK_CCI_DEVFREQ=m
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v4] arm64: defconfig: Enable TI PRUSS
  2023-08-08 13:01 [PATCH v4] arm64: defconfig: Enable TI PRUSS MD Danish Anwar
@ 2023-08-08 13:32 ` Krzysztof Kozlowski
  2023-08-08 17:53 ` Konrad Dybcio
  2023-08-10  5:14 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-08-08 13:32 UTC (permalink / raw)
  To: MD Danish Anwar, nm, vigneshr
  Cc: Peng Fan, Rafał Miłecki, Nícolas F. R. A. Prado,
	Konrad Dybcio, Geert Uytterhoeven, Arnd Bergmann, Bjorn Andersson,
	Will Deacon, Catalin Marinas, srk, linux-kernel, linux-arm-kernel,
	linux-omap, Christian Gmeiner

On 08/08/2023 15:01, MD Danish Anwar wrote:
> The Programmable Realtime Unit - Industrial Communication Subsystem
> (PRU-ICSS) known as PRUSS, is a low-latency microcontroller subsystem
> used for industrial networking and other hard real-time functions in
> the TI K3 SoCs such as AM654x, AM64x.
> 
> AM654x-EVM, AM64xx-EVM, and iot2050 use the PRUSS driver.
> 
> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
> ---


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v4] arm64: defconfig: Enable TI PRUSS
  2023-08-08 13:01 [PATCH v4] arm64: defconfig: Enable TI PRUSS MD Danish Anwar
  2023-08-08 13:32 ` Krzysztof Kozlowski
@ 2023-08-08 17:53 ` Konrad Dybcio
  2023-08-10  5:14 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2023-08-08 17:53 UTC (permalink / raw)
  To: MD Danish Anwar, nm, vigneshr
  Cc: Peng Fan, Rafał Miłecki, Nícolas F. R. A. Prado,
	Krzysztof Kozlowski, Geert Uytterhoeven, Arnd Bergmann,
	Bjorn Andersson, Will Deacon, Catalin Marinas, srk, linux-kernel,
	linux-arm-kernel, linux-omap, Christian Gmeiner

On 8.08.2023 15:01, MD Danish Anwar wrote:
> The Programmable Realtime Unit - Industrial Communication Subsystem
> (PRU-ICSS) known as PRUSS, is a low-latency microcontroller subsystem
> used for industrial networking and other hard real-time functions in
> the TI K3 SoCs such as AM654x, AM64x.
> 
> AM654x-EVM, AM64xx-EVM, and iot2050 use the PRUSS driver.
> 
> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
> Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
> ---
> Cc: Konrad Dybcio <konrad.dybcio@linaro.org>
> 
> Changes from v3 to v4:
> *) Rebased on the latest next-20230808 linux-next.
> *) Modified commit-message to add details on PRUSS driver and the SoCs
>    supported. (address comments from v2 - Konard's and v3 - Nishanth's)
Thanks a lot, sounds like it's a cool piece of hardware!

Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>

Konrad

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v4] arm64: defconfig: Enable TI PRUSS
  2023-08-08 13:01 [PATCH v4] arm64: defconfig: Enable TI PRUSS MD Danish Anwar
  2023-08-08 13:32 ` Krzysztof Kozlowski
  2023-08-08 17:53 ` Konrad Dybcio
@ 2023-08-10  5:14 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2023-08-10  5:14 UTC (permalink / raw)
  To: danishanwar, vigneshr
  Cc: Nishanth Menon, peng.fan, srk, linux-omap, rafal, konrad.dybcio,
	catalin.marinas, linux-arm-kernel, Arnd Bergmann, linux-kernel,
	krzysztof.kozlowski, christian.gmeiner, quic_bjorande,
	geert+renesas, nfraprado, will

Hi MD Danish Anwar,

On Tue, 8 Aug 2023 18:31:31 +0530, MD Danish Anwar wrote:
> The Programmable Realtime Unit - Industrial Communication Subsystem
> (PRU-ICSS) known as PRUSS, is a low-latency microcontroller subsystem
> used for industrial networking and other hard real-time functions in
> the TI K3 SoCs such as AM654x, AM64x.
> 
> AM654x-EVM, AM64xx-EVM, and iot2050 use the PRUSS driver.
> 
> [...]

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

[1/1] arm64: defconfig: Enable TI PRUSS
      commit: b7314d6938759d6da8b9992d0eade4606daf72a6

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] git://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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-08-10  5:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-08 13:01 [PATCH v4] arm64: defconfig: Enable TI PRUSS MD Danish Anwar
2023-08-08 13:32 ` Krzysztof Kozlowski
2023-08-08 17:53 ` Konrad Dybcio
2023-08-10  5:14 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).