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 2014-08-21
Date: Thu, 21 Aug 2014 11:23:18 +0200 [thread overview]
Message-ID: <1408613002-29693-1-git-send-email-mkl@pengutronix.de> (raw)
Hello David,
this is a pull request of 4 patches for net.
The first patch is from Mirza Krak, it fixes the initialization of the hardware
in the sja1000 driver. The next patch is contributed by Dan Carpenter, it fixes
the error handling in the c_can's probe function. Then there are two patches
for the flexcan driver, one by Alexander Stein, which fixes the resetting of
the bus error interrupt mask, the other one by Sebastian Andrzej Siewior which
adds an additional error state transition message.
regards,
Marc
---
The following changes since commit 02784f1b05b8f241c8180af88869e717e2758593:
tipc: Fix build. (2014-08-19 11:16:38 -0700)
are available in the git repository at:
git://gitorious.org/linux-can/linux-can.git tags/linux-can-fixes-for-3.17-20140821
for you to fetch changes up to 8ce261d0bb491da957278cdcba207791f329d1da:
can: flexcan: handle state passive -> warning transition (2014-08-21 10:50:00 +0200)
----------------------------------------------------------------
linux-can-fixes-for-3.17-20140821
----------------------------------------------------------------
Alexander Stein (1):
can: flexcan: Disable error interrupt when bus error reporting is disabled
Dan Carpenter (1):
can: c_can: checking IS_ERR() instead of NULL
Mirza Krak (1):
can: sja1000: Validate initialization state in start method
Sebastian Andrzej Siewior (1):
can: flexcan: handle state passive -> warning transition
drivers/net/can/c_can/c_can_platform.c | 2 +-
drivers/net/can/flexcan.c | 9 +++++
drivers/net/can/sja1000/sja1000.c | 62 ++++++++++++++++++----------------
3 files changed, 43 insertions(+), 30 deletions(-)
next reply other threads:[~2014-08-21 9:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-21 9:23 Marc Kleine-Budde [this message]
2014-08-21 9:23 ` [PATCH 1/4] can: sja1000: Validate initialization state in start method Marc Kleine-Budde
2014-08-21 9:23 ` [PATCH 2/4] can: c_can: checking IS_ERR() instead of NULL Marc Kleine-Budde
2014-08-21 9:23 ` [PATCH 3/4] can: flexcan: Disable error interrupt when bus error reporting is disabled Marc Kleine-Budde
2014-08-21 9:23 ` [PATCH 4/4] can: flexcan: handle state passive -> warning transition Marc Kleine-Budde
2014-08-22 4:53 ` pull-request: can 2014-08-21 David Miller
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=1408613002-29693-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).