OSDN Git Service

Merge tag 'linux-can-next-for-5.10-20200923' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2020 19:09:08 +0000 (12:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Sep 2020 19:09:08 +0000 (12:09 -0700)
commit1a26e88d534b816c126891a4b81ad93b284d28a1
treebfb07ecddded211e0547362ba6efb5b4c56c8838
parent40fe2e0db766f2c945d58c3ff13ade9a0708ddbb
parent2c19bb43e5572929f00f186d43e99bfd6d7ee3b2
Merge tag 'linux-can-next-for-5.10-20200923' of git://git./linux/kernel/git/mkl/linux-can-next

Marc Kleine-Budde says:

====================
pull-request: can-next 2020-09-23

this is a pull request of 20 patches for net-next.

The complete series target the flexcan driver and is created by Joakim
Zhang and me.

The first six patches are cleanup (sort include files alphabetically,
remove stray empty line, get rid of long lines) and adding more
registers and documentation (registers and wakeup interrupt).

Then in two patches the transceiver regulator is made optional, and a
check for maximum transceiver bitrate is added.

Then the ECC support for HW thats supports this is added.

The next three patches improve suspend and low power mode handling.

Followed by six patches that add CAN-FD support and CAN-FD related
features.

The last two patches add support for the flexcan IP core on the imx8qm
and lx2160ar1.
====================

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