Re: axphy(4): new dumb driver for axe(4) phys

2015-10-23 Thread Paul Irofti
On 23.10.2015 02:44, Jonathan Gray wrote: What does this do that ukphy doesn't? I don't see any errata or special handling here. First I added a custom reset function, but it turned out the problem was elsewhere. So the current driver is just pretty printf'ing the model and the phy. And

Re: axphy(4): new dumb driver for axe(4) phys

2015-10-23 Thread Theo de Raadt
> First I added a custom reset function, but it turned out the problem was > elsewhere. So the current driver is just pretty printf'ing the model and > the phy. > > And you're right, it's not worth getting this in tree so forget about > this diff. correct. ukphy is named a bit strangely.

axphy(4): new dumb driver for axe(4) phys

2015-10-22 Thread Paul Irofti
The following diff adds a basic PHY for Axis dongles. Changes: ukphy0 at axe0 phy 16: Generic IEEE 802.3u media interface, rev. 1: OUI 0x000ec6, model 0x0001 ukphy0 at axe0 phy 16: Generic IEEE 802.3u media interface, rev. 1: OUI 0x000ec6, model 0x0008 To: axphy0 at axe0 phy 16: AX88772 10/100

Re: axphy(4): new dumb driver for axe(4) phys

2015-10-22 Thread Jonathan Gray
What does this do that ukphy doesn't? I don't see any errata or special handling here. On Fri, Oct 23, 2015 at 04:33:22AM +0300, Paul Irofti wrote: > The following diff adds a basic PHY for Axis dongles. > > Changes: > ukphy0 at axe0 phy 16: Generic IEEE 802.3u media interface, rev. 1: OUI >