]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0fa7c913769a3e47801d24fbd5a0f95cd0c1d94
treebfb07ecddded211e0547362ba6efb5b4c56c8838
parenta0a3e9770dc57e19eaefe3aa89a990a8cffd36c1
parentb34fc0a61fa567ef2344cc15d34702c30da44b96
Merge tag 'linux-can-next-for-5.10-20200923' of git://git.kernel.org/pub/scm/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>