Re: CAN driver implementation for Xilinx Zynq

2023-03-05 Thread Pavel Pisa
Dear Carlo and others, On Friday 03 of March 2023 16:03:52 Gedare Bloom wrote: > On Wed, Mar 1, 2023 at 3:14 AM wrote: > > As part of an internship at the German Aerospace Center, I am currently > > working on the implementation of a CAN driver for a Xilinx Zynq SoC. For > > this I used the

Re: CAN driver implementation for Xilinx Zynq

2023-03-03 Thread Gedare Bloom
On Wed, Mar 1, 2023 at 3:14 AM wrote: > > Hello, > > As part of an internship at the German Aerospace Center, I am currently > working on the implementation of a CAN driver for a Xilinx Zynq SoC. For this > I used the existing CAN framework /dev/can/can.h. A merge request will follow > soon. >

Re: CAN driver implementation for Xilinx Zynq

2023-03-03 Thread Prashanth S
> Carlo Brokering > > > > > > *Von:* Prashanth S > *Gesendet:* Donnerstag, 2. März 2023 07:25 > *An:* Brokering, Carlo > *Cc:* devel@rtems.org > *Betreff:* Re: CAN driver implementation for Xilinx Zynq > > > > Hi @carlo.broker...@dlr.de , > >

AW: CAN driver implementation for Xilinx Zynq

2023-03-02 Thread Carlo.Brokering
hanth S Gesendet: Donnerstag, 2. März 2023 07:25 An: Brokering, Carlo Cc: devel@rtems.org Betreff: Re: CAN driver implementation for Xilinx Zynq Hi @carlo.broker...@dlr.de <mailto:carlo.broker...@dlr.de> , > the design for the rx data path including the RxFIFO looks promising. If >

Re: CAN driver implementation for Xilinx Zynq

2023-03-01 Thread Prashanth S
> > bus->can_dev_ops->dev_ioctl(bus->priv, NULL, 0); > > > > Regards > > Carlo Brokering > > > > *Von:* Prashanth S > *Gesendet:* Mittwoch, 1. März 2023 11:53 > *An:* Brokering, Carlo > *Cc:* devel@rtems.org > *Betreff:* Re: CAN driver implemen

AW: CAN driver implementation for Xilinx Zynq

2023-03-01 Thread Carlo.Brokering
question was why command and buffer are not passed to the dev_ioctl here: bus->can_dev_ops->dev_ioctl(bus->priv, NULL, 0); Regards Carlo Brokering Von: Prashanth S Gesendet: Mittwoch, 1. März 2023 11:53 An: Brokering, Carlo Cc: devel@rtems.org Betreff: Re: CAN driver imple

Re: CAN driver implementation for Xilinx Zynq

2023-03-01 Thread Prashanth S
Hello @Carlo Brokering, > As part of an internship at the German Aerospace Center, I am currently working on the implementation of a CAN driver for a Xilinx > Zynq SoC. For this I used the existing CAN framework /dev/can/can.h. A merge request will follow soon. All the best for your Internship.

CAN driver implementation for Xilinx Zynq

2023-03-01 Thread Carlo.Brokering
Hello, As part of an internship at the German Aerospace Center, I am currently working on the implementation of a CAN driver for a Xilinx Zynq SoC. For this I used the existing CAN framework /dev/can/can.h. A merge request will follow soon. Here's what I'd like to add to the framework if it