--- v2
+++ v3
@@ -15,6 +15,10 @@
Patch 3 updates the driver to implement the technologic version
+Changes in v3:
+ - moved sp_of_table above sp_probe as it is used in this function
+ - removed functions added in v2 and do everyting in sp_probe
+
Changes in v2:
- added a patch to allocate and initialize private data
- changed device tree documentation
@@ -27,9 +31,8 @@
can: sja1000: of: add compatibility with Technologic Systems version
.../devicetree/bindings/net/can/sja1000.txt | 3 +-
- drivers/net/can/sja1000/sja1000_platform.c | 86 +++++++++++++++++++++-
- 2 files changed, 86 insertions(+), 3 deletions(-)
+ drivers/net/can/sja1000/sja1000_platform.c | 75 ++++++++++++++++++++--
+ 2 files changed, 70 insertions(+), 8 deletions(-)
--
2.5.0
-