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
>
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>; /*
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
>
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
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
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()
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
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
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