]> 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)
commitcdfe8df9e7337aef45bd4af6366743adb9a384b9
tree151a45d4fc5a6c318c8174803cbd276482a672d3
parente2e5928c2e0575ccc7d0cf54ee30ecff8fdb6227
parent3322f458fd9a49bf97086fc3293ff256349c3733
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>