devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] CAST Controller Area Network driver support
@ 2024-01-29  3:12 William Qiu
  2024-01-29  3:12 ` [PATCH v1 1/4] dt-bindings: vendor-prefixes: Add cast vendor prefix William Qiu
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: William Qiu @ 2024-01-29  3:12 UTC (permalink / raw)
  To: devicetree, linux-kernel, linux-riscv, linux-can
  Cc: Emil Renner Berthing, Rob Herring, Wolfgang Grandegger,
	Philipp Zabel, Krzysztof Kozlowski, Conor Dooley,
	Marc Kleine-Budde, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	William Qiu

Hi,

This patchset adds initial rudimentary support for the CAST Controller
Area Network driver. And we registered cast in kernel as well. This
driver will be applied in JH7110 SoC first, so add relevant
compatibility support.

William Qiu (4):
  dt-bindings: vendor-prefixes: Add cast vendor prefix
  dt-bindings: can: Add bindings for CAST CAN Controller
  can: cast: add driver for CAST CAN controller
  riscv: dts: starfive: jh7110: Add CAN node

 .../devicetree/bindings/net/can/cast,can.yaml |   95 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 MAINTAINERS                                   |    7 +
 arch/riscv/boot/dts/starfive/jh7110.dtsi      |   32 +
 drivers/net/can/Kconfig                       |    7 +
 drivers/net/can/Makefile                      |    1 +
 drivers/net/can/cast_can.c                    | 1215 +++++++++++++++++
 7 files changed, 1359 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/can/cast,can.yaml
 create mode 100644 drivers/net/can/cast_can.c

--
2.34.1


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

end of thread, other threads:[~2024-01-31  1:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29  3:12 [PATCH v1 0/4] CAST Controller Area Network driver support William Qiu
2024-01-29  3:12 ` [PATCH v1 1/4] dt-bindings: vendor-prefixes: Add cast vendor prefix William Qiu
2024-01-29 14:59   ` Conor Dooley
2024-01-30 16:44   ` Rob Herring
2024-01-29  3:12 ` [PATCH v1 2/4] dt-bindings: can: Add bindings for CAST CAN Controller William Qiu
2024-01-29 15:37   ` Conor Dooley
2024-01-30  6:30     ` William Qiu
2024-01-30 17:02       ` Conor Dooley
2024-01-29  3:12 ` [PATCH v1 3/4] can: cast: add driver for CAST CAN controller William Qiu
2024-01-29  8:26   ` Marc Kleine-Budde
2024-01-29  8:42     ` William Qiu
2024-01-29 19:51   ` kernel test robot
2024-01-29 22:58   ` kernel test robot
2024-01-31  1:23   ` kernel test robot
2024-01-29  3:12 ` [PATCH v1 4/4] riscv: dts: starfive: jh7110: Add CAN node William Qiu
2024-01-29  7:57 ` [PATCH v1 0/4] CAST Controller Area Network driver support Marc Kleine-Budde
2024-01-29  8:07   ` William Qiu
2024-01-29 11:31     ` Marc Kleine-Budde
2024-01-30  6:41       ` William Qiu

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