Re: [OpenWrt-Devel] [PATCH 3/3] b53: create slave devices for ports

2015-02-26 Thread Charlie Smurthwaite
I'm also very interested in implementing a switchdev driver (seems to be a good direction for this type of work), so I'd like to see any efforts in this direction so far which I can use as a base for my driver. I was waiting for the switch to Linux 3.19 for the initial code be be easily availab

Re: [OpenWrt-Devel] [PATCH 3/3] b53: create slave devices for ports

2015-02-26 Thread Alexandru Ardelean
Fully agree on converging. I missed Rafal's switchdev effort. Before starting on this work, I first tried to look into net/dsa in the Linux kernel. I did notice your patches there and started on that. I got to a decent point, but then I was stuck at some issues. I later found out that I needed to

Re: [OpenWrt-Devel] [PATCH 3/3] b53: create slave devices for ports

2015-02-26 Thread Florian Fainelli
On 25/02/15 07:24, Alexandru Ardelean wrote: > Feature implemented and tested on BCM53128. > > Slave devices logic copied from the Linux kernel from Marvell's DSA > driver ( linux/net/dsa/ ). > Also the logic for the Broadcom tag processing has been copied from there. There are different efforts

[OpenWrt-Devel] [PATCH 0/2] procd: fix building with latest json-c

2015-02-26 Thread William Holland
These patches allow procd to be build with the latest json-c William Holland (2): fix building with json-c.0.12 Fix use of functions deprecated in json-c.0.12 CMakeLists.txt |7 +++ plug/hotplug.c |6 +- service/validate.c | 37 ++---

[OpenWrt-Devel] [PATCH 2/2] Fix use of functions deprecated in json-c.0.12

2015-02-26 Thread William Holland
--- service/validate.c | 31 +-- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/service/validate.c b/service/validate.c index 0e45493..2297b4d 100644 --- a/service/validate.c +++ b/service/validate.c @@ -57,16 +57,27 @@ service_validate_dump_all(struc

[OpenWrt-Devel] [PATCH 1/2] fix building with json-c.0.12

2015-02-26 Thread William Holland
--- CMakeLists.txt |7 +++ plug/hotplug.c |6 +- service/validate.c |6 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5414677..058d774 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,13 @@ SET(

Re: [OpenWrt-Devel] Lantiq 3.10 (BB) was lantiq v3.18

2015-02-26 Thread Joerg Jungermann
Hi, I have here multiple TD-W8970 with Annex A and Annex B. > m25p80@0 { > #address-cells = <1>; > #size-cells = <1>; > compatible = "s25fl129p0"; > reg = <0 0>; >

Re: [OpenWrt-Devel] lantiq v3.18

2015-02-26 Thread Daniel Gimpelevich
On Thu, 2015-02-26 at 09:06 +0100, John Crispin wrote: > you might want to consider the td8970. it works well for many people > but > also has the slow spi flash problem and takes ages the boot. Considering that the whole target is heading for unsupported status, I don't understand how switching t