[PATCH v1 0/4] CAST Controller Area Network driver support

William Qiu william.qiu at starfivetech.com
Mon Jan 29 00:07:49 PST 2024


> -----Original Message-----
> From: Marc Kleine-Budde <mkl at pengutronix.de>
> Sent: 2024年1月29日 15:58
> To: William Qiu <william.qiu at starfivetech.com>
> Cc: devicetree at vger.kernel.org; linux-kernel at vger.kernel.org;
> linux-riscv at lists.infradead.org; linux-can at vger.kernel.org; Emil Renner
> Berthing <kernel at esmil.dk>; Rob Herring <robh+dt at kernel.org>; Wolfgang
> Grandegger <wg at grandegger.com>; Philipp Zabel <p.zabel at pengutronix.de>;
> Krzysztof Kozlowski <krzysztof.kozlowski+dt at linaro.org>; Conor Dooley
> <conor+dt at kernel.org>; David S . Miller <davem at davemloft.net>; Eric
> Dumazet <edumazet at google.com>; Jakub Kicinski <kuba at kernel.org>; Paolo
> Abeni <pabeni at redhat.com>; Paul Walmsley <paul.walmsley at sifive.com>;
> Palmer Dabbelt <palmer at dabbelt.com>; Albert Ou <aou at eecs.berkeley.edu>
> Subject: Re: [PATCH v1 0/4] CAST Controller Area Network driver support
> 
> 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
> 

We do have the data sheet, but I'm not sure if CAST is willing to make it
public. I need to contact them first and then reply to you.
Or you can contact them on their website, which is https://www.cast-inc.com/.

Thanks,
William
> >
> > 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   |


More information about the linux-riscv mailing list