Re: [OpenWrt-Devel] Question for configuring OVS on OpenWRT

2017-11-29 Thread Yousong Zhou
On 29 November 2017 at 19:00, Nam Bong Ha wrote: > Hi, all > > I am using an OpenWRT device that is configured to use ovs. > > I want to communicate between wireless devices and wired devices. > Is the following connection possible? > > > ONOS >

Re: [OpenWrt-Devel] [PATCH] ARM: dts: Add basic devicetree for D-Link DNS-313

2017-11-29 Thread Linus Walleij
On Wed, Nov 29, 2017 at 5:10 PM, Andrew Lunn wrote: >> + mdio0: ethernet-phy { >> + compatible = "virtual,mdio-gpio"; >> + /* Uses MDC and MDIO */ >> + gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>, /* MDC */ >> + <&gpio0 21 GPIO_ACTIVE_HIGH>; /*

Re: [OpenWrt-Devel] Question for configuring OVS on OpenWRT

2017-11-29 Thread Alexandru Ardelean
On Wed, Nov 29, 2017 at 1:00 PM, Nam Bong Ha wrote: > Hi, all > > I am using an OpenWRT device that is configured to use ovs. > > I want to communicate between wireless devices and wired devices. > Is the following connection possible? > > > ONOS >

[OpenWrt-Devel] [PATCH] ARM: dts: Add basic devicetree for D-Link DNS-313

2017-11-29 Thread Linus Walleij
This adds a basic device tree for the D-Link DNS-313 NAS enclosure. Signed-off-by: Linus Walleij --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/gemini-dlink-dns-313.dts | 179 + 2 files changed, 180 insertions(+) create mode 100644 arch/arm

[OpenWrt-Devel] [PATCH] ARM: dts: Add ethernet PHYs to the a bunch of Geminis

2017-11-29 Thread Linus Walleij
These Gemini boards have Ethernet PHY on GPIO bit-banged MDIO, clearly defined in the corresponding OpenWRT ethernet patches since ages. Add them in accordance with the OpenWRT patch so we can use them when we add ethernet support. Signed-off-by: Linus Walleij --- arch/arm/boot/dts/gemini-nas422

[OpenWrt-Devel] [PATCH] soc: Add SoC driver for Gemini

2017-11-29 Thread Linus Walleij
This adds an SoC driver for the Gemini. Currently there is only one thing not fitting into any other framework, and that is the bus arbitration setting. All Gemini trees seem to be setting this register to exactly the same arbitration so we just add a small code snippet to do this at subsys_init()

Re: [OpenWrt-Devel] How can I help TL-WR842N Hardware version 3 be merged into Chaos Calmer

2017-11-29 Thread Aaron Z
On Wed, Nov 29, 2017 at 10:07 AM, Ronaldo Afonso wrote: > Ok, Aaron, > I'll take a look at the LEDE part of it. > I have a "private OpenWrt feed" where I develop some "private OpenWrt > application"... > If a have to port this feed to the LEDE platform, should I expect a lot of > changes? It

Re: [OpenWrt-Devel] How can I help TL-WR842N Hardware version 3 be merged into Chaos Calmer

2017-11-29 Thread Ronaldo Afonso
Ok, Aaron, I'll take a look at the LEDE part of it. I have a "private OpenWrt feed" where I develop some "private OpenWrt application"... If a have to port this feed to the LEDE platform, should I expect a lot of changes? 2017-11-28 21:00 GMT-02:00 Aaron Z : > On Tue, Nov 28, 2017 at

[OpenWrt-Devel] Question for configuring OVS on OpenWRT

2017-11-29 Thread Nam Bong Ha
Hi, all I am using an OpenWRT device that is configured to use ovs. I want to communicate between wireless devices and wired devices. Is the following connection possible? ONOS l