linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Consolidate and unify state change handling
@ 2014-09-18 16:25 Andri Yngvason
  0 siblings, 0 replies; 2+ messages in thread
From: Andri Yngvason @ 2014-09-18 16:25 UTC (permalink / raw)
  To: Wolfgang Grandegger, Marc Kleine-Budde, linux-can

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(-)


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

* [PATCH 0/4] Consolidate and unify state change handling
@ 2014-09-18 16:37 Andri Yngvason
  0 siblings, 0 replies; 2+ messages in thread
From: Andri Yngvason @ 2014-09-18 16:37 UTC (permalink / raw)
  To: linux-can

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(-)


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

end of thread, other threads:[~2014-09-18 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-18 16:25 [PATCH 0/4] Consolidate and unify state change handling Andri Yngvason
  -- strict thread matches above, loose matches on Subject: below --
2014-09-18 16:37 Andri Yngvason

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).