Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread Roman Yeryomin
On 21 April 2014 14:17, John Crispin wrote: > Hi Roman, > > >>> the etehrnet driver needs the phy driver to be present when the >>> of_phy_connect() is called. to my knowledge there is no mechanism >>> for defeered phy attach logic. > > > i just verified to be 100% and i am correct on this. obviou

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread Claudio Leite
* John Crispin (j...@phrozen.org) wrote: > > - GPIOs 8 and 13 (WPS LEDs) do not work. The fix is to turn off bit > > 6 in the RT2880 SYSTEM_CONFIG register. Not sure where this should > > go--I put together a quick hack that does this in the rt2880 GPIO > > driver and triggered from the DT node. Th

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread John Crispin
Hi Roman, >> the etehrnet driver needs the phy driver to be present when the >> of_phy_connect() is called. to my knowledge there is no mechanism >> for defeered phy attach logic. i just verified to be 100% and i am correct on this. obviously the phy driver need to be loaded prior to the netwo

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread John Crispin
On 21/04/2014 12:16, Roman Yeryomin wrote: > On 21 April 2014 12:55, John Crispin wrote: >> >> >> On 21/04/2014 10:58, Roman Yeryomin wrote: >>> The target was ramips, rt2880 and rt305x subtargets at least. >>> I'm not sure how rtl8366xx differs from ip175e but both realtek >>> switch and smi

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread Roman Yeryomin
On 21 April 2014 12:55, John Crispin wrote: > > > On 21/04/2014 10:58, Roman Yeryomin wrote: >> The target was ramips, rt2880 and rt305x subtargets at least. I'm >> not sure how rtl8366xx differs from ip175e but both realtek switch >> and smi parts are under drivers/net/phy/. I remember when I >>

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread John Crispin
On 21/04/2014 10:58, Roman Yeryomin wrote: > The target was ramips, rt2880 and rt305x subtargets at least. I'm > not sure how rtl8366xx differs from ip175e but both realtek switch > and smi parts are under drivers/net/phy/. I remember when I > submitted a patch to exclude realtek switch from tar

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread Roman Yeryomin
On 21 April 2014 11:45, John Crispin wrote: > > > On 21/04/2014 10:36, Roman Yeryomin wrote: >> On 21 April 2014 11:05, John Crispin wrote: >>> >>> >>> On 21/04/2014 05:18, Claudio Leite wrote: The Airlink101 AR725W is a RT2880 router with 32MB RAM, 4MB flash, 100mbit IP175E switch and

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread John Crispin
On 21/04/2014 10:36, Roman Yeryomin wrote: > On 21 April 2014 11:05, John Crispin wrote: >> >> >> On 21/04/2014 05:18, Claudio Leite wrote: >>> The Airlink101 AR725W is a RT2880 router with 32MB RAM, 4MB >>> flash, 100mbit IP175E switch and dual-band 802.11n wireless. >>> >>> Notes: - I could

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread Roman Yeryomin
On 21 April 2014 11:05, John Crispin wrote: > > > On 21/04/2014 05:18, Claudio Leite wrote: >> The Airlink101 AR725W is a RT2880 router with 32MB RAM, 4MB flash, >> 100mbit IP175E switch and dual-band 802.11n wireless. >> >> Notes: - I couldn't get the switch to be recognized without >> building i

Re: [OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-21 Thread John Crispin
On 21/04/2014 05:18, Claudio Leite wrote: > The Airlink101 AR725W is a RT2880 router with 32MB RAM, 4MB flash, > 100mbit IP175E switch and dual-band 802.11n wireless. > > Notes: - I couldn't get the switch to be recognized without > building it into the kernel, rather than as a module. Since th

[OpenWrt-Devel] [PATCH 0/3] ramips: add support for Airlink101 AR725W

2014-04-20 Thread Claudio Leite
The Airlink101 AR725W is a RT2880 router with 32MB RAM, 4MB flash, 100mbit IP175E switch and dual-band 802.11n wireless. Notes: - I couldn't get the switch to be recognized without building it into the kernel, rather than as a module. Since the driver has it attached to the ethernet port, it n