Message ID | 20201016171402.229001-1-mailhol.vincent@wanadoo.fr (mailing list archive) |
---|---|
Headers | show |
Series | can: add support for ETAS ES58X CAN USB | expand |
On 10/16/20 7:13 PM, Vincent Mailhol wrote: > The purpose of this patch series is to introduce a new CAN USB > driver to support ETAS USB interfaces (ES58X series). > > During development, issues in drivers/net/can/dev.c were discovered, > the fix for those issues are included in this patch series. > > We also propose to add one helper functions in include/linux/can/dev.h > which we think can benefit other drivers: get_can_len(). I applied patches 1-3 to linux-can, I've changed get_can_len() -> can_get_len() to use a common can_ prefix for all CAN related functions. Marc