Hi Marc et. Al, These changes are pending from a long time and the regular changes to flexcan code make it very hard to maintain these changes. I request you to please review these changes and merge. I will promply reply to any queries you have. Regards, Pankaj Bansal > -----Original Message----- > From: Pankaj Bansal > Sent: Friday, 10 May, 2019 10:58 AM > To: Wolfgang Grandegger <wg@xxxxxxxxxxxxxx>; Marc Kleine-Budde > <mkl@xxxxxxxxxxxxxx> > Cc: linux-can@xxxxxxxxxxxxxxx; Pankaj Bansal <pankaj.bansal@xxxxxxx>; Varun > Sethi <V.Sethi@xxxxxxx> > Subject: [PATCH 0/4] net: can: flexcan: can FD Format (FDF) changes > > This is my second attempt to add FD support in flexcan. my earlier patches can > be referred here: > > [1] https://www.spinics.net/lists/linux-can/msg00348.html > > Some of the patches from above series have already been merged. > > There has been a significant change in flexcan code since i sent above patches > namely: > > commit cbffaf7aa09e ("can: flexcan: Always use last mailbox for TX") > > with this patch, the flexcan FD supports breaks (if one were to apply the above > patches[1]) > > To fix FD supprt with above patch, i have added changes in this series: > > 3/4: can: flexcan: modify the interrupt register handling > > The rest of the patches are from old patch series. > > Cc: Varun Sethi <V.Sethi@xxxxxxx> > > Pankaj Bansal (4): > net: can: flexcan: use CAN FD frames for Tx/Rx > can: flexcan: move can set bititings after module control > can: flexcan: modify the interrupt register handling > net: can: flexcan: can FD Format (FDF) changes > > drivers/net/can/flexcan.c | 316 ++++++++++++++++++++++++++------- > drivers/net/can/rx-offload.c | 32 +++- > include/linux/can/rx-offload.h | 6 +- > 3 files changed, 276 insertions(+), 78 deletions(-) > > -- > 2.17.1