]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-can/linux-can
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2014 21:05:04 +0000 (16:05 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2014 21:05:04 +0000 (16:05 -0500)
commit5b7d311c59aa7ef74d2b7943391729e815acd328
tree0344d71ff90b168851a26c015a4a24cdb48c64fb
parentc08584000274bf5bf136dad181c169b9ded2a8d2
parentbeb761e4325b9df6021552bd5bcc00d50df136ca
Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-can/linux-can

linux-can-fixes-for-3.14-20140303

Marc Kleine-Budde says:

====================
this is a pull request of 8 patches. Oliver Hartkopp contributes a patch which
removes the CAN FD compatibility for CAN 2.0 sockets, as it turns out that this
compatibility has some conceptual cornercases. The remaining 7 patches are by
me, they address a problem in the flexcan driver. When shutting down the
interface ("ifconfig can0 down") under heavy network load the whole system will
hang. This series reworks the actual sequence in close() and the transition
from and to the low power modes of the CAN controller.
====================

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