Merge tag 'linux-can-next-for-5.17-20220105' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Jan 2022 14:49:37 +0000 (14:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jan 2022 14:49:37 +0000 (14:49 +0000)
commit7da0694c01681166eebc7dc6130b329f2291c7c4
tree416b3c5da99c1d19a2d852824cb2096cd4d42c9f
parent53928cddda07a7d7bcb4714003af55b9b560d7f9
parent383f0993fc77152b0773c85ed69d6734baf9cb48
Merge tag 'linux-can-next-for-5.17-20220105' of git://git./linux/kernel/git/mkl/linux-can-next

Marc Kleine-Budde says:

====================
pull-request: can-next 2022-01-05

this is a pull request of 15 patches for net-next/master.

The first patch is by me and removed an unused variable from the
usb_8dev driver.

Andy Shevchenko contributes a patch for the mcp251x driver, which
removes an unneeded assignment.

Jimmy Assarsson's patch for the kvaser_usb makes use of units.h in the
assignment of frequencies.

Lad Prabhakar provides 2 patches, converting the ti_hecc and the
sja1000 driver to make use of platform_get_irq().

The 10 remaining patches are by Vincent Mailhol. First the etas_es58x
driver populates the net_device::dev_port. The next 5 patches cleanup
the handling of CAN error and CAN RTR messages of all drivers. The
remaining 4 patches enhance the CAN controller mode flag handling and
export it via netlink to user space.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>