mbox series

[0/6] net: can: xilinx_can: Bug fixes and Enhancements

Message ID 1552908766-26753-1-git-send-email-appana.durga.rao@xilinx.com (mailing list archive)
Headers show
Series net: can: xilinx_can: Bug fixes and Enhancements | expand

Message

Appana Durga Kedareswara rao March 18, 2019, 11:32 a.m. UTC
This patch series does the below
--> Added support for CANFD FD frames
--> Fix Checkpatch reported warnings and checks

Appana Durga Kedareswara rao (6):
  net: can: xilinx_can: Fix style issues
  net: can: xilinx_can: Fix flags field initialization for axi can and
    canps
  net: can: xilinx_can: Add cantype parameter in xcan_devtype_data
    struct
  net: can: xilinx_can: Add support for CANFD FD frames
  net: can: xilinx_can: Add SPDX license
  net: can: xilinx_can: Fix kernel doc warnings

 drivers/net/can/xilinx_can.c | 303 ++++++++++++++++++++++++++++++++++++-------
 1 file changed, 257 insertions(+), 46 deletions(-)

Comments

Marc Kleine-Budde March 20, 2019, 1:08 p.m. UTC | #1
On 3/18/19 12:32 PM, Appana Durga Kedareswara rao wrote:
> This patch series does the below
> --> Added support for CANFD FD frames
> --> Fix Checkpatch reported warnings and checks
> 
> Appana Durga Kedareswara rao (6):
>   net: can: xilinx_can: Fix style issues
>   net: can: xilinx_can: Fix flags field initialization for axi can and
>     canps
>   net: can: xilinx_can: Add cantype parameter in xcan_devtype_data
>     struct
>   net: can: xilinx_can: Add support for CANFD FD frames
>   net: can: xilinx_can: Add SPDX license
>   net: can: xilinx_can: Fix kernel doc warnings
> 
>  drivers/net/can/xilinx_can.c | 303 ++++++++++++++++++++++++++++++++++++-------
>  1 file changed, 257 insertions(+), 46 deletions(-)

Applied to linux-can-next/testing, but in order. First fixes than
enhancements:

> 241826302854 net: can: xilinx_can: Fix style issues
> 70fb26fadc27 net: can: xilinx_can: Fix kernel doc warnings
> 7beb64351ff1 net: can: xilinx_can: Add SPDX license
> dd94910bceae net: can: xilinx_can: Fix flags field initialization for axi can and canps
> 6bd05cece567 net: can: xilinx_can: Add cantype parameter in xcan_devtype_data struct
> 34e280170736 net: can: xilinx_can: Add support for CANFD FD frames

Marc
Appana Durga Kedareswara Rao March 21, 2019, 6:36 a.m. UTC | #2
Hi Marc,

> -----Original Message-----
> From: Marc Kleine-Budde <mkl@pengutronix.de>
> Sent: Wednesday, March 20, 2019 6:39 PM
> To: Appana Durga Kedareswara Rao <appanad@xilinx.com>;
> wg@grandegger.com; davem@davemloft.net; Michal Simek
> <michals@xilinx.com>
> Cc: linux-can@vger.kernel.org; netdev@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-kernel@vger.kernel.org
> Subject: Re: [PATCH 0/6] net: can: xilinx_can: Bug fixes and Enhancements
> 
> On 3/18/19 12:32 PM, Appana Durga Kedareswara rao wrote:
> > This patch series does the below
> > --> Added support for CANFD FD frames
> > --> Fix Checkpatch reported warnings and checks
> >
> > Appana Durga Kedareswara rao (6):
> >   net: can: xilinx_can: Fix style issues
> >   net: can: xilinx_can: Fix flags field initialization for axi can and
> >     canps
> >   net: can: xilinx_can: Add cantype parameter in xcan_devtype_data
> >     struct
> >   net: can: xilinx_can: Add support for CANFD FD frames
> >   net: can: xilinx_can: Add SPDX license
> >   net: can: xilinx_can: Fix kernel doc warnings
> >
> >  drivers/net/can/xilinx_can.c | 303
> > ++++++++++++++++++++++++++++++++++++-------
> >  1 file changed, 257 insertions(+), 46 deletions(-)
> 
> Applied to linux-can-next/testing, but in order. First fixes than
> enhancements:

Thanks...
I couldn't find the patches here https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git/log/drivers/net/can/xilinx_can.c?h=testing 
Am I referring wrong repo/branch?? 

Regards,
Kedar.
> 
> > 241826302854 net: can: xilinx_can: Fix style issues
> > 70fb26fadc27 net: can: xilinx_can: Fix kernel doc warnings
> > 7beb64351ff1 net: can: xilinx_can: Add SPDX license dd94910bceae net:
> > can: xilinx_can: Fix flags field initialization for axi can and canps
> > 6bd05cece567 net: can: xilinx_can: Add cantype parameter in
> > xcan_devtype_data struct
> > 34e280170736 net: can: xilinx_can: Add support for CANFD FD frames
> 
> Marc
> 
> --
> Pengutronix e.K.                  | Marc Kleine-Budde           |
> Industrial Linux Solutions        | Phone: +49-231-2826-924     |
> Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
> Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |
Appana Durga Kedareswara Rao April 23, 2019, 6:38 a.m. UTC | #3
Hi Marc,

> -----Original Message-----
> From: Appana Durga Kedareswara Rao
> Sent: Thursday, March 21, 2019 12:06 PM
> To: 'Marc Kleine-Budde' <mkl@pengutronix.de>; wg@grandegger.com;
> davem@davemloft.net; Michal Simek <michals@xilinx.com>
> Cc: linux-can@vger.kernel.org; netdev@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-kernel@vger.kernel.org
> Subject: RE: [PATCH 0/6] net: can: xilinx_can: Bug fixes and Enhancements
> 
> Hi Marc,
> 
> > -----Original Message-----
> > From: Marc Kleine-Budde <mkl@pengutronix.de>
> > Sent: Wednesday, March 20, 2019 6:39 PM
> > To: Appana Durga Kedareswara Rao <appanad@xilinx.com>;
> > wg@grandegger.com; davem@davemloft.net; Michal Simek
> > <michals@xilinx.com>
> > Cc: linux-can@vger.kernel.org; netdev@vger.kernel.org; linux-arm-
> > kernel@lists.infradead.org; linux-kernel@vger.kernel.org
> > Subject: Re: [PATCH 0/6] net: can: xilinx_can: Bug fixes and
> > Enhancements
> >
> > On 3/18/19 12:32 PM, Appana Durga Kedareswara rao wrote:
> > > This patch series does the below
> > > --> Added support for CANFD FD frames Fix Checkpatch reported
> > > --> warnings and checks
> > >
> > > Appana Durga Kedareswara rao (6):
> > >   net: can: xilinx_can: Fix style issues
> > >   net: can: xilinx_can: Fix flags field initialization for axi can and
> > >     canps
> > >   net: can: xilinx_can: Add cantype parameter in xcan_devtype_data
> > >     struct
> > >   net: can: xilinx_can: Add support for CANFD FD frames
> > >   net: can: xilinx_can: Add SPDX license
> > >   net: can: xilinx_can: Fix kernel doc warnings
> > >
> > >  drivers/net/can/xilinx_can.c | 303
> > > ++++++++++++++++++++++++++++++++++++-------
> > >  1 file changed, 257 insertions(+), 46 deletions(-)
> >
> > Applied to linux-can-next/testing, but in order. First fixes than
> > enhancements:
> 
> Thanks...
> I couldn't find the patches here
> https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-
> next.git/log/drivers/net/can/xilinx_can.c?h=testing
> Am I referring wrong repo/branch??

There are a couple of bug fixes available for this driver on top of this patch series.
Please let me know the branch where this patch series got applied, will send the bug fixes on top of that branch. 

Regards,
Kedar.
> 
> Regards,
> Kedar.
> >
> > > 241826302854 net: can: xilinx_can: Fix style issues
> > > 70fb26fadc27 net: can: xilinx_can: Fix kernel doc warnings
> > > 7beb64351ff1 net: can: xilinx_can: Add SPDX license dd94910bceae net:
> > > can: xilinx_can: Fix flags field initialization for axi can and
> > > canps
> > > 6bd05cece567 net: can: xilinx_can: Add cantype parameter in
> > > xcan_devtype_data struct
> > > 34e280170736 net: can: xilinx_can: Add support for CANFD FD frames
> >
> > Marc
> >
> > --
> > Pengutronix e.K.                  | Marc Kleine-Budde           |
> > Industrial Linux Solutions        | Phone: +49-231-2826-924     |
> > Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
> > Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |
Appana Durga Kedareswara Rao June 7, 2019, 6:58 a.m. UTC | #4
Hi Marc,

Friendly ping !!

> -----Original Message-----
> From: Appana Durga Kedareswara Rao
> Sent: Tuesday, April 23, 2019 12:08 PM
> To: 'Marc Kleine-Budde' <mkl@pengutronix.de>; 'wg@grandegger.com'
> <wg@grandegger.com>; 'davem@davemloft.net' <davem@davemloft.net>;
> Michal Simek <michals@xilinx.com>
> Cc: 'linux-can@vger.kernel.org' <linux-can@vger.kernel.org>;
> 'netdev@vger.kernel.org' <netdev@vger.kernel.org>; 'linux-arm-
> kernel@lists.infradead.org' <linux-arm-kernel@lists.infradead.org>; 'linux-
> kernel@vger.kernel.org' <linux-kernel@vger.kernel.org>
> Subject: RE: [PATCH 0/6] net: can: xilinx_can: Bug fixes and Enhancements
> 
> Hi Marc,
> 
> > -----Original Message-----
> > From: Appana Durga Kedareswara Rao
> > Sent: Thursday, March 21, 2019 12:06 PM
> > To: 'Marc Kleine-Budde' <mkl@pengutronix.de>; wg@grandegger.com;
> > davem@davemloft.net; Michal Simek <michals@xilinx.com>
> > Cc: linux-can@vger.kernel.org; netdev@vger.kernel.org; linux-arm-
> > kernel@lists.infradead.org; linux-kernel@vger.kernel.org
> > Subject: RE: [PATCH 0/6] net: can: xilinx_can: Bug fixes and
> > Enhancements
> >
> > Hi Marc,
> >
> > > -----Original Message-----
> > > From: Marc Kleine-Budde <mkl@pengutronix.de>
> > > Sent: Wednesday, March 20, 2019 6:39 PM
> > > To: Appana Durga Kedareswara Rao <appanad@xilinx.com>;
> > > wg@grandegger.com; davem@davemloft.net; Michal Simek
> > > <michals@xilinx.com>
> > > Cc: linux-can@vger.kernel.org; netdev@vger.kernel.org; linux-arm-
> > > kernel@lists.infradead.org; linux-kernel@vger.kernel.org
> > > Subject: Re: [PATCH 0/6] net: can: xilinx_can: Bug fixes and
> > > Enhancements
> > >
> > > On 3/18/19 12:32 PM, Appana Durga Kedareswara rao wrote:
> > > > This patch series does the below
> > > > --> Added support for CANFD FD frames Fix Checkpatch reported
> > > > --> warnings and checks
> > > >
> > > > Appana Durga Kedareswara rao (6):
> > > >   net: can: xilinx_can: Fix style issues
> > > >   net: can: xilinx_can: Fix flags field initialization for axi can and
> > > >     canps
> > > >   net: can: xilinx_can: Add cantype parameter in xcan_devtype_data
> > > >     struct
> > > >   net: can: xilinx_can: Add support for CANFD FD frames
> > > >   net: can: xilinx_can: Add SPDX license
> > > >   net: can: xilinx_can: Fix kernel doc warnings
> > > >
> > > >  drivers/net/can/xilinx_can.c | 303
> > > > ++++++++++++++++++++++++++++++++++++-------
> > > >  1 file changed, 257 insertions(+), 46 deletions(-)
> > >
> > > Applied to linux-can-next/testing, but in order. First fixes than
> > > enhancements:
> >
> > Thanks...
> > I couldn't find the patches here
> > https://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-
> > next.git/log/drivers/net/can/xilinx_can.c?h=testing
> > Am I referring wrong repo/branch??
> 
> There are a couple of bug fixes available for this driver on top of this patch
> series.
> Please let me know the branch where this patch series got applied, will send
> the bug fixes on top of that branch.
> 

Regards,
Kedar.

> Regards,
> Kedar.
> >
> > Regards,
> > Kedar.
> > >
> > > > 241826302854 net: can: xilinx_can: Fix style issues
> > > > 70fb26fadc27 net: can: xilinx_can: Fix kernel doc warnings
> > > > 7beb64351ff1 net: can: xilinx_can: Add SPDX license dd94910bceae net:
> > > > can: xilinx_can: Fix flags field initialization for axi can and
> > > > canps
> > > > 6bd05cece567 net: can: xilinx_can: Add cantype parameter in
> > > > xcan_devtype_data struct
> > > > 34e280170736 net: can: xilinx_can: Add support for CANFD FD frames
> > >
> > > Marc
> > >
> > > --
> > > Pengutronix e.K.                  | Marc Kleine-Budde           |
> > > Industrial Linux Solutions        | Phone: +49-231-2826-924     |
> > > Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
> > > Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |