[PATCH v1 0/4] CAST Controller Area Network driver support
Marc Kleine-Budde
mkl at pengutronix.de
Sun Jan 28 23:57:40 PST 2024
On 29.01.2024 11:12:35, William Qiu wrote:
> 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.
Is there a public available data sheet for the IP core?
Marc
>
> 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
>
>
>
--
Pengutronix e.K. | Marc Kleine-Budde |
Embedded Linux | https://www.pengutronix.de |
Vertretung Nürnberg | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20240129/db7269a1/attachment.sig>
More information about the linux-riscv
mailing list