Discussion:
[PATCH 0/4] Consolidate and unify state change handling
Andri Yngvason
2014-09-18 16:37:30 UTC
Permalink
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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Andri Yngvason
2014-09-18 16:25:36 UTC
Permalink
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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-can" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Loading...