From: Andri Yngvason <andri.yngvason@marel.com>
To: Wolfgang Grandegger <wg@grandegger.com>,
Marc Kleine-Budde <mkl@pengutronix.de>,
linux-can@vger.kernel.org
Subject: [PATCH 0/4] Consolidate and unify state change handling
Date: Thu, 18 Sep 2014 16:25:36 +0000 [thread overview]
Message-ID: <541B0780.4020101@marel.com> (raw)
Hi,
Here are my patches to improve consistency of error-state handling
between platforms.
These are also my first patches posted to the linux kernel, so I
apologise in advance if I'm doing something wrong.
Andri Yngvason (4):
can: dev: Add generic error-state-change handling
can: flexcan: Use generic error-state-change handling
can: mscan: Use generic error-state-change handling
can: sja1000: Use generic error-state-change handling
drivers/net/can/dev.c | 79
+++++++++++++++++++++++++++++++++++++++
drivers/net/can/flexcan.c | 66 ++------------------------------
drivers/net/can/mscan/mscan.c | 62 ++++++++++++++----------------
drivers/net/can/sja1000/sja1000.c | 29 +++++---------
include/linux/can/dev.h | 10 +++++
include/uapi/linux/can/error.h | 1 +
6 files changed, 130 insertions(+), 117 deletions(-)
next reply other threads:[~2014-09-18 16:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-18 16:25 Andri Yngvason [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-18 16:37 [PATCH 0/4] Consolidate and unify state change handling Andri Yngvason
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=541B0780.4020101@marel.com \
--to=andri.yngvason@marel.com \
--cc=linux-can@vger.kernel.org \
--cc=mkl@pengutronix.de \
--cc=wg@grandegger.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.