linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] rockchip: add can for RK3576 Soc
@ 2025-05-22  6:32 Elaine Zhang
  2025-05-22  6:32 ` [PATCH v3 1/3] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller Elaine Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Elaine Zhang @ 2025-05-22  6:32 UTC (permalink / raw)
  To: zhangqing, mkl, kernel, mailhol.vincent, robh, krzk+dt, conor+dt,
	heiko, cl, kever.yang
  Cc: linux-can, linux-arm-kernel, linux-rockchip, linux-kernel,
	devicetree

rk3576 can is a new controller:
Support CAN and CANFD protocol.
Support Dma.

There are major differences from the previous rk3568. All errata on the
rk3568 have been fixed and redesigned.

Change in V3:
[PATCH v3 1/3]: Add documentation for the rk3576 CAN-FD.
[PATCH v3 2/3]: Adjust the differentiated code section and add dma function.
[PATCH v3 3/3]: Remove dma, no use dma by default.

Change in V2:
[PATCH v2 1/2]: remove rk3576_canfd.c, use the rockchip_canfd driver
[PATCH v2 2/2]: code style.

Elaine Zhang (2):
  net: can: rockchip: add can for RK3576 Soc
  arm64: dts: rockchip: rk3576: add can dts nodes

 arch/arm64/boot/dts/rockchip/rk3576.dtsi      |  26 +
 .../net/can/rockchip/rockchip_canfd-core.c    | 640 ++++++++++++++++--
 drivers/net/can/rockchip/rockchip_canfd-rx.c  | 202 +++++-
 drivers/net/can/rockchip/rockchip_canfd-tx.c  |  29 +
 drivers/net/can/rockchip/rockchip_canfd.h     | 312 +++++++++
 5 files changed, 1161 insertions(+), 48 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2025-05-22  9:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22  6:32 [PATCH v3 0/2] rockchip: add can for RK3576 Soc Elaine Zhang
2025-05-22  6:32 ` [PATCH v3 1/3] dt-bindings: can: rockchip_canfd: add rk3576 CAN-FD controller Elaine Zhang
2025-05-22  6:58   ` Krzysztof Kozlowski
2025-05-22  6:32 ` [PATCH v3 2/3] net: can: rockchip: add can for RK3576 Soc Elaine Zhang
2025-05-22  7:00   ` Krzysztof Kozlowski
2025-05-22  7:51   ` Vincent Mailhol
2025-05-22  7:59     ` Marc Kleine-Budde
2025-05-22  6:32 ` [PATCH v3 3/3] arm64: dts: rockchip: rk3576: add can dts nodes Elaine Zhang
2025-05-22  9:02   ` Marc Kleine-Budde

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).