]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-can
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 18:29:28 +0000 (14:29 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2013 18:29:28 +0000 (14:29 -0400)
commit530d74826435821a892a5add6d99c6e368b798f3
tree151a45d4fc5a6c318c8174803cbd276482a672d3
parent9520ced09d234505cae57673c9c4f1d3a62c14f1
parentceda03a01357532d8ad65615cd6ad64c5b6539a2
Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-can

Marc Kleine-Budde says:

====================
here's another fix for the v3.9 release cycle, if not too late:

Christoph Fritz fixed the device tree property handling on little endian
systems in the sja1000 device tree driver. It was Mylene Josserand who noticed
that the mcp251x spi CAN driver cannot request its interrupt anymore, as the
driver is using a threaded interrupt handler without a primary one and without
specifying IRQF_ONESHOT (which is needed since v3.5). A patch by me fixes this
problem.
====================

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