]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-can-next-for-4.21-20181128' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Nov 2018 07:18:16 +0000 (23:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Nov 2018 07:18:16 +0000 (23:18 -0800)
commit06f37b387169f21388ce9def700d0bbe11ec66bc
tree97a2d028c215317f9d9ca41f6be06e1479d9fb4f
parent4bbbed6c4fa8db34ca1bfc790ef2956ed98be1a2
parent071862fac17b7f2d365875a4dbd12fe2abf62754
Merge tag 'linux-can-next-for-4.21-20181128' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next

Marc Kleine-Budde says:

====================
This is a pull request for net-next/master consisting of 18 patches.

The first patch is by Colin Ian King and fixes the spelling in the ucan
driver.

The next three patches target the xilinx driver. YueHaibing's patch
fixes the return type of ndo_start_xmit function. Two patches by
Shubhrajyoti Datta add support for the CAN FD 2.0 controllers.

Flavio Suligoi's patch for the sja1000 driver add support for the ASEM
CAN raw hardware.

Wolfram Sang's and Kuninori Morimoto's patches switch the rcar driver to
use SPDX license identifiers.

The remaining 111 patches improve the flexcan driver. Pankaj Bansal's
patch enables the driver in Kconfig on all architectures with IOMEM
support. The next four patches by me fix indention, add missing
parentheses and comments. Aisheng Dong's patches add self wake support
and document it in the DT bindings. The remaining patches by Pankaj
Bansal first fix the loopback support and prepare the driver for the
CAN-FD support needed for the LX2160A SoC. The actual CAN-FD support
will be added in a later patch series.
====================

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