linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Allwinner A10/A20 CAN Controller support
@ 2015-09-04 14:29 Gerhard Bertelsmann
  2015-09-04 14:29 ` [PATCH v3 1/2] " Gerhard Bertelsmann
  2015-09-04 14:29 ` [PATCH v3 2/2] " Gerhard Bertelsmann
  0 siblings, 2 replies; 7+ messages in thread
From: Gerhard Bertelsmann @ 2015-09-04 14:29 UTC (permalink / raw)
  To: linux-can; +Cc: mkl, Gerhard Bertelsmann

Allwinner A10/A20 CAN Controller support

[PATCH v3 1/2] Device Tree Binding Documentation
[PATCH v3 2/2] Kernel Module

History:
	v3: changed error state change handling (thx Andri for the hint)
	    use bittiming function correct (no need to call it)
	    strip down priv (suggested by Marc)
	    scripts/checkpatch.pl-> no matches anymore
	    sparse -> no errors or warnings anymore
	v2: cleaning
	v1: initial

Signed-off-by: Gerhard Bertelsmann < info@gerhard-bertelsmann.de >
Tested-by: Gerhard Bertelsmann < info@gerhard-bertelsmann.de >
---
 .../devicetree/bindings/net/can/sunxi_can.txt       |  42 ++
 drivers/net/can/Kconfig                            |  10 +
 drivers/net/can/Makefile                           |   1 +
 drivers/net/can/sunxi_can.c                        | 834 +++++++++++++++++++++
 4 files changed, 887 insertions(+)

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

end of thread, other threads:[~2015-09-08 11:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 14:29 [PATCH v3 0/2] Allwinner A10/A20 CAN Controller support Gerhard Bertelsmann
2015-09-04 14:29 ` [PATCH v3 1/2] " Gerhard Bertelsmann
2015-09-04 14:29 ` [PATCH v3 2/2] " Gerhard Bertelsmann
2015-09-05 18:37   ` Mirza Krak
2015-09-07 16:25     ` Gerhard Bertelsmann
2015-09-07 17:18       ` Mirza Krak
2015-09-08 11:00   ` Marc Kleine-Budde

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