netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, linux-can@vger.kernel.org, kernel@pengutronix.de
Subject: pull-request: can 2013-11-25
Date: Mon, 25 Nov 2013 21:56:24 +0100	[thread overview]
Message-ID: <1385412987-31205-1-git-send-email-mkl@pengutronix.de> (raw)

Hello David,

here's a pull request for v3.13, i.e. net/master. It consists of a patch by
Oliver Hartkopp which fixes some corner cases in the interrupt handler of the
sja1000 driver. Then there are two patches for the c_can dirver. One by me,
which fixes a runtime pm related "scheduling while atomic" error and patch by
Holger Bechtold that fixes the calculation of the transmitted bytes.

regards,
Marc

---

The following changes since commit 2c7a9dc1641664173211c4ebc5db510a08684c46:

  be2net: Avoid programming permenant MAC by BE3-R VFs (2013-11-23 15:11:07 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7ee330c7b3b738847bf297912b371bbcec3bc994:

  can: c_can: fix calculation of transmitted bytes on tx complete (2013-11-25 21:48:54 +0100)

----------------------------------------------------------------
Holger Bechtold (1):
      can: c_can: fix calculation of transmitted bytes on tx complete

Marc Kleine-Budde (1):
      can: c_can: don't call pm_runtime_get_sync() from interrupt context

Oliver Hartkopp (1):
      can: sja1000: fix {pre,post}_irq() handling and IRQ handler return value

 drivers/net/can/c_can/c_can.c     | 22 ++++++++++++++++------
 drivers/net/can/sja1000/sja1000.c | 17 +++++++++--------
 2 files changed, 25 insertions(+), 14 deletions(-)



             reply	other threads:[~2013-11-25 20:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25 20:56 Marc Kleine-Budde [this message]
2013-11-25 20:56 ` [PATCH 1/3] can: sja1000: fix {pre,post}_irq() handling and IRQ handler return value Marc Kleine-Budde
2013-11-25 20:56 ` [PATCH 2/3] can: c_can: don't call pm_runtime_get_sync() from interrupt context Marc Kleine-Budde
2013-11-25 20:56 ` [PATCH 3/3] can: c_can: fix calculation of transmitted bytes on tx complete Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1385412987-31205-1-git-send-email-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=linux-can@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).