netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: can 2013-04-12
@ 2013-04-12 11:11 Marc Kleine-Budde
  2013-04-12 11:11 ` [PATCH 1/2] can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq Marc Kleine-Budde
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marc Kleine-Budde @ 2013-04-12 11:11 UTC (permalink / raw)
  To: netdev; +Cc: linux-can, davem

Hello David,

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.

regards,
Marc

---

The following changes since commit 50bceae9bd3569d56744882f3012734d48a1d413:

  tcp: Reallocate headroom if it would overflow csum_start (2013-04-11 18:12:41 -0400)

are available in the git repository at:

  git://gitorious.org/linux-can/linux-can.git fixes-for-3.9

for you to fetch changes up to 0443de5fbf224abf41f688d8487b0c307dc5a4b4:

  can: sja1000: fix handling on dt properties on little endian systems (2013-04-12 13:03:01 +0200)

----------------------------------------------------------------
Christoph Fritz (1):
      can: sja1000: fix handling on dt properties on little endian systems

Marc Kleine-Budde (1):
      can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq

 drivers/net/can/mcp251x.c                     | 10 +++++++--
 drivers/net/can/sja1000/sja1000_of_platform.c | 31 +++++++++++++--------------
 2 files changed, 23 insertions(+), 18 deletions(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-12 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 11:11 pull-request: can 2013-04-12 Marc Kleine-Budde
2013-04-12 11:11 ` [PATCH 1/2] can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irq Marc Kleine-Budde
2013-04-12 11:11 ` [PATCH 2/2] can: sja1000: fix handling on dt properties on little endian systems Marc Kleine-Budde
2013-04-12 18:30 ` pull-request: can 2013-04-12 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).