public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: defconfig: Enable gb_beagleplay
@ 2025-01-29 13:14 Ayush Singh
  2025-01-29 18:27 ` Krzysztof Kozlowski
  2025-01-30  4:51 ` Dhruva Gole
  0 siblings, 2 replies; 3+ messages in thread
From: Ayush Singh @ 2025-01-29 13:14 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, d-gole, lorforlinux, jkridner,
	robertcnelson, Nishanth Menon
  Cc: linux-arm-kernel, linux-kernel, Ayush Singh

Enable greybus driver used by TI K3/AM625 BeaglePlay.

The driver communicates with Ti CC1352P7 co-processor which acts as
Greybus SVC. Additionally, it also provides firmware upload API support
for Ti CC1352P7 over UART.

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
---
Enable greybus driver for Ti CC1352P5 over UART used in TI K3/AM625
BeaglePlay [0].

[0]: https://elixir.bootlin.com/linux/v6.13/source/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
---
Changes in v2:
- Add hardware name to commit message.
- Use savedefconfig option to update config.
- Link to v1: https://lore.kernel.org/r/20250127-defconfig-beagleplay-v1-1-22a60085e313@beagleboard.org
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index cb7da44155999b59aff95966f4cdc9107f2af46a..62309fd2482ab35e917aea2e63780c45a4347f43 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1270,6 +1270,8 @@ CONFIG_VIRTIO_BALLOON=y
 CONFIG_VIRTIO_MMIO=y
 CONFIG_XEN_GNTDEV=y
 CONFIG_XEN_GRANT_DEV_ALLOC=y
+CONFIG_GREYBUS=m
+CONFIG_GREYBUS_BEAGLEPLAY=m
 CONFIG_STAGING=y
 CONFIG_STAGING_MEDIA=y
 CONFIG_VIDEO_MAX96712=m

---
base-commit: 5ffa57f6eecefababb8cbe327222ef171943b183
change-id: 20250127-defconfig-beagleplay-de4553bb3882

Best regards,
-- 
Ayush Singh <ayush@beagleboard.org>


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

* Re: [PATCH v2] arm64: defconfig: Enable gb_beagleplay
  2025-01-29 13:14 [PATCH v2] arm64: defconfig: Enable gb_beagleplay Ayush Singh
@ 2025-01-29 18:27 ` Krzysztof Kozlowski
  2025-01-30  4:51 ` Dhruva Gole
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-01-29 18:27 UTC (permalink / raw)
  To: Ayush Singh, Catalin Marinas, Will Deacon, d-gole, lorforlinux,
	jkridner, robertcnelson, Nishanth Menon
  Cc: linux-arm-kernel, linux-kernel

On 29/01/2025 14:14, Ayush Singh wrote:
> Enable greybus driver used by TI K3/AM625 BeaglePlay.
> 
> The driver communicates with Ti CC1352P7 co-processor which acts as
> Greybus SVC. Additionally, it also provides firmware upload API support
> for Ti CC1352P7 over UART.

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

Best regards,
Krzysztof

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

* Re: [PATCH v2] arm64: defconfig: Enable gb_beagleplay
  2025-01-29 13:14 [PATCH v2] arm64: defconfig: Enable gb_beagleplay Ayush Singh
  2025-01-29 18:27 ` Krzysztof Kozlowski
@ 2025-01-30  4:51 ` Dhruva Gole
  1 sibling, 0 replies; 3+ messages in thread
From: Dhruva Gole @ 2025-01-30  4:51 UTC (permalink / raw)
  To: Ayush Singh
  Cc: Catalin Marinas, Will Deacon, lorforlinux, jkridner,
	robertcnelson, Nishanth Menon, linux-arm-kernel, linux-kernel

On Jan 29, 2025 at 18:44:54 +0530, Ayush Singh wrote:
> Enable greybus driver used by TI K3/AM625 BeaglePlay.

Nit: TI K3 AM625 BeaglePlay , no "/" required. It can lead to confusion
that K3/AM625 are different chips.

> 
> The driver communicates with Ti CC1352P7 co-processor which acts as

s/Ti/TI

> Greybus SVC. Additionally, it also provides firmware upload API support
> for Ti CC1352P7 over UART.

ditto

> 
> Signed-off-by: Ayush Singh <ayush@beagleboard.org>
> ---
> Enable greybus driver for Ti CC1352P5 over UART used in TI K3/AM625
> BeaglePlay [0].
> 
> [0]: https://elixir.bootlin.com/linux/v6.13/source/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
> ---
> Changes in v2:
> - Add hardware name to commit message.
> - Use savedefconfig option to update config.
> - Link to v1: https://lore.kernel.org/r/20250127-defconfig-beagleplay-v1-1-22a60085e313@beagleboard.org
> ---
>  arch/arm64/configs/defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index cb7da44155999b59aff95966f4cdc9107f2af46a..62309fd2482ab35e917aea2e63780c45a4347f43 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1270,6 +1270,8 @@ CONFIG_VIRTIO_BALLOON=y
>  CONFIG_VIRTIO_MMIO=y
>  CONFIG_XEN_GNTDEV=y
>  CONFIG_XEN_GRANT_DEV_ALLOC=y
> +CONFIG_GREYBUS=m
> +CONFIG_GREYBUS_BEAGLEPLAY=m

With that,
Reviewed-by: Dhruva Gole <d-gole@ti.com>

-- 
Best regards,
Dhruva Gole
Texas Instruments Incorporated

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29 13:14 [PATCH v2] arm64: defconfig: Enable gb_beagleplay Ayush Singh
2025-01-29 18:27 ` Krzysztof Kozlowski
2025-01-30  4:51 ` Dhruva Gole

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