[PATCH v8 4/4] can: Allwinner A10/A20 CAN Controller support - Kernel module

2015-09-16 Thread Gerhard Bertelsmann
Kernel module for Allwinner A10/A20 CAN Signed-off-by: Gerhard Bertelsmann --- drivers/net/can/Kconfig| 10 + drivers/net/can/Makefile | 1 + drivers/net/can/sun4i_can.c| 857 + 3 files changed

[PATCH v8 1/3] can: Allwinner A10/A20 CAN Controller support - Devicetree bindings

2015-09-16 Thread Gerhard Bertelsmann
Devicetree bindings for Allwinner A10/A20 CAN Signed-off-by: Gerhard Bertelsmann --- .../devicetree/bindings/net/can/sun4i_can.txt | 38 + 1 files changed, 389 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/sun4i_can.txt b/Documentation/devicetree/bindings/net

[PATCH v8 3/4] can: Allwinner A10/A20 CAN Controller support - Defconfig

2015-09-16 Thread Gerhard Bertelsmann
Defconfig sunxi for Allwinner A10/A20 CAN driver Signed-off-by: Gerhard Bertelsmann --- arch/arm/configs/sunxi_defconfig | 2 + 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 51eea22..fe020a5 100644

[PATCH v8 0/4] can: Allwinner A10/A20 CAN Controller support - Summary

2015-09-16 Thread Gerhard Bertelsmann
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 --- .../devicetree/bindings/n

[PATCH v8 2/4] can: Allwinner A10/A20 CAN Controller support - Defconfig

2015-09-16 Thread Gerhard Bertelsmann
Defconfig multi_v7 for Allwinner A10/A20 CAN driver Signed-off-by: Gerhard Bertelsmann --- arch/arm/configs/multi_v7_defconfig| 1 + 1 file changed, 1 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 03deb7f

[PATCH v8 1/3] can: Allwinner A10/A20 CAN Controller support - Devicetree bindings

2015-09-16 Thread Gerhard Bertelsmann
Devicetree bindings for Allwinner A10/A20 CAN Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- .../devicetree/bindings/net/can/sun4i_can.txt | 38 + 1 files changed, 389 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/sun4i_can.

[PATCH v8 4/4] can: Allwinner A10/A20 CAN Controller support - Kernel module

2015-09-16 Thread Gerhard Bertelsmann
Kernel module for Allwinner A10/A20 CAN Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- drivers/net/can/Kconfig| 10 + drivers/net/can/Makefile | 1 + drivers/net/can/sun4i_can.c

[PATCH v8 3/4] can: Allwinner A10/A20 CAN Controller support - Defconfig

2015-09-16 Thread Gerhard Bertelsmann
Defconfig sunxi for Allwinner A10/A20 CAN driver Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- arch/arm/configs/sunxi_defconfig | 2 + 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_def

[PATCH v8 2/4] can: Allwinner A10/A20 CAN Controller support - Defconfig

2015-09-16 Thread Gerhard Bertelsmann
Defconfig multi_v7 for Allwinner A10/A20 CAN driver Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- arch/arm/configs/multi_v7_defconfig| 1 + 1 file changed, 1 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/c

[PATCH v8 0/4] can: Allwinner A10/A20 CAN Controller support - Summary

2015-09-16 Thread Gerhard Bertelsmann
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 <i...@gerhard-berte

[PATCH v7 0/3] can: Allwinner A10/A20 CAN Controller support - Summary

2015-09-14 Thread Gerhard Bertelsmann
errors or warnings anymore v2: cleaning v1: initial Signed-off-by: Gerhard Bertelsmann --- .../devicetree/bindings/net/can/sun4i_can.txt | 38 + arch/arm/configs/multi_v7_defconfig| 1 + arch/arm/configs/sunxi_defconfig | 2 + drivers/net/can/K

[PATCH v7 1/3] can: Allwinner A10/A20 CAN Controller support - Devicetree bindings

2015-09-14 Thread Gerhard Bertelsmann
Devicetree bindings for Allwinner A10/A20 CAN Signed-off-by: Gerhard Bertelsmann --- .../devicetree/bindings/net/can/sun4i_can.txt | 38 + 1 file changed, 38 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/sun4i_can.txt b/Documentation/devicetree/bindings/net/can

[PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs

2015-09-14 Thread Gerhard Bertelsmann
Defconfigs for Allwinner A10/A20 CAN driver Signed-off-by: Gerhard Bertelsmann --- arch/arm/configs/multi_v7_defconfig| 1 + arch/arm/configs/sunxi_defconfig | 2 + 2 files changed, 3 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch

[PATCH v7 3/3] can: Allwinner A10/A20 CAN Controller support - Kernel module

2015-09-14 Thread Gerhard Bertelsmann
Kernel module for Allwinner A10/A20 CAN Signed-off-by: Gerhard Bertelsmann --- drivers/net/can/Kconfig| 10 + drivers/net/can/Makefile | 1 + drivers/net/can/sun4i_can.c| 857 + 3 files changed

[PATCH v6 1/3] can: Allwinner A10/A20 CAN Controller support - Devicetree bindings

2015-09-14 Thread Gerhard Bertelsmann
Signed-off-by: Gerhard Bertelsmann --- .../devicetree/bindings/net/can/sun4i_can.txt | 37 + 1 files changed, 37 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/sun4i_can.txt b/Documentation/devicetree/bindings/net/can/sun4i_can.txt new file mode 100644 index

[PATCH v6 3/3] can: Allwinner A10/A20 CAN Controller support - Kernel module

2015-09-14 Thread Gerhard Bertelsmann
Signed-off-by: Gerhard Bertelsmann --- drivers/net/can/Kconfig| 10 + drivers/net/can/Makefile | 1 + drivers/net/can/sun4i_can.c| 824 + 3 files changed, 835 insertions(+) diff --git

[PATCH v6 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs

2015-09-14 Thread Gerhard Bertelsmann
Signed-off-by: Gerhard Bertelsmann --- arch/arm/configs/multi_v7_defconfig| 1 + arch/arm/configs/sunxi_defconfig | 2 + 2 files changed, 3 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 03deb7f

[PATCH v6 0/3] can: Allwinner A10/A20 CAN Controller support - Summary

2015-09-14 Thread Gerhard Bertelsmann
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 --- .../devicetree/bindings/n

[PATCH v6 0/3] can: Allwinner A10/A20 CAN Controller support - Summary

2015-09-14 Thread Gerhard Bertelsmann
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 <i...@gerhard-berte

[PATCH v6 1/3] can: Allwinner A10/A20 CAN Controller support - Devicetree bindings

2015-09-14 Thread Gerhard Bertelsmann
Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- .../devicetree/bindings/net/can/sun4i_can.txt | 37 + 1 files changed, 37 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/sun4i_can.txt b/Documentation/devicetree/bindings/net/can/sun4i_can.t

[PATCH v6 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs

2015-09-14 Thread Gerhard Bertelsmann
Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- arch/arm/configs/multi_v7_defconfig| 1 + arch/arm/configs/sunxi_defconfig | 2 + 2 files changed, 3 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/c

[PATCH v6 3/3] can: Allwinner A10/A20 CAN Controller support - Kernel module

2015-09-14 Thread Gerhard Bertelsmann
Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- drivers/net/can/Kconfig| 10 + drivers/net/can/Makefile | 1 + drivers/net/can/sun4i_can.c| 824 + 3 files change

[PATCH v7 1/3] can: Allwinner A10/A20 CAN Controller support - Devicetree bindings

2015-09-14 Thread Gerhard Bertelsmann
Devicetree bindings for Allwinner A10/A20 CAN Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- .../devicetree/bindings/net/can/sun4i_can.txt | 38 + 1 file changed, 38 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/sun4i_can.txt b/Documen

[PATCH v7 0/3] can: Allwinner A10/A20 CAN Controller support - Summary

2015-09-14 Thread Gerhard Bertelsmann
errors or warnings anymore v2: cleaning v1: initial Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- .../devicetree/bindings/net/can/sun4i_can.txt | 38 + arch/arm/configs/multi_v7_defconfig| 1 + arch/arm/configs/sunxi_defconfig

[PATCH v7 2/3] can: Allwinner A10/A20 CAN Controller support - Defconfigs

2015-09-14 Thread Gerhard Bertelsmann
Defconfigs for Allwinner A10/A20 CAN driver Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- arch/arm/configs/multi_v7_defconfig| 1 + arch/arm/configs/sunxi_defconfig | 2 + 2 files changed, 3 insertions(+) diff --git a/ar

[PATCH v7 3/3] can: Allwinner A10/A20 CAN Controller support - Kernel module

2015-09-14 Thread Gerhard Bertelsmann
Kernel module for Allwinner A10/A20 CAN Signed-off-by: Gerhard Bertelsmann <i...@gerhard-bertelsmann.de> --- drivers/net/can/Kconfig| 10 + drivers/net/can/Makefile | 1 + drivers/net/can/sun4i_can.c