OSDN Git Service

Merge tag 'linux-can-fixes-for-5.5-20200102' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Jan 2020 00:40:51 +0000 (16:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Jan 2020 00:40:51 +0000 (16:40 -0800)
commit542d0f607e58927541af3a3a7fc3bc6547c493dd
tree6688129fae01d50acd21d75b843a9605d4878925
parentc72a0bc0aa19f49160330a65ab77184b5b7d131b
parent2d77bd61a2927be8f4e00d9478fe6996c47e8d45
Merge tag 'linux-can-fixes-for-5.5-20200102' of git://git./linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2020-01-02

this is a pull request of 9 patches for net/master.

The first 5 patches target all the tcan4x5x driver. The first 3 patches
of them are by Dan Murphy and Sean Nyekjaer and improve the device
initialization (power on, reset and get device out of standby before
register access). The next patch is by Dan Murphy and disables the INH
pin device-state if the GPIO is unavailable. The last patch for the
tcan4x5x driver is by Gustavo A. R. Silva and fixes an inconsistent
PTR_ERR check in the tcan4x5x_parse_config() function.

The next patch is by Oliver Hartkopp and targets the generic CAN device
infrastructure. It ensures that an initialized headroom in outgoing CAN
sk_buffs (e.g. if injected by AF_PACKET).

The last 2 patches are by Johan Hovold and fix the kvaser_usb and gs_usb
drivers by always using the current alternate setting not blindly the
first one.
====================

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