* Driver for Asix AX88172A only?
@ 2011-04-01 14:53 Michael Riesch
2011-04-01 19:54 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Michael Riesch @ 2011-04-01 14:53 UTC (permalink / raw)
To: netdev; +Cc: David Miller
Habidere,
I'm currently working on a driver for the Asix AX88172A
USB-to-Ethernet chip[1]. It has an Ethernet PHY on-chip, but can work
with an external PHY as well. Also, the chip provides various
interfaces (SPI or I2C/UART) and GPIOs.
I have already tried out the asix.c mainline driver, which works with
the evaluation board. As soon as you add the device-IDs, the driver
works with the AX88172A's internal PHY. Because I would like to get it
run with an external PHY (and use the SPI feature), I have also tried
out the Asix vendor driver. It didn't like my 2.6.38-rc7+ kernel
(2.6.35 worked), it does not have any "external PHY mode" and it
supports SPI, I2C.. via ioctls.
Long story short, I want a nice mainline driver. I have heard there is
some thinking about feeding the vendor code into the kernel[2], I
would like to support that.
My TODO includes:
* support of an external PHY connected via MII
* support of the SPI interface via the SPI subsystem
* GPIO control via sysfs (is that a nice way?!)
* use of phylib
What do you think: should the mainline driver be adapted to support
the AX88172A (with all his features) or a new driver for the AX88172A
only should be created (probably based on the existing mainline driver).
Looking forward to your comments,
Michael
[1] http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=97;71;101
[2] http://marc.info/?t=130013910200004&r=1&w=2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Driver for Asix AX88172A only?
2011-04-01 14:53 Driver for Asix AX88172A only? Michael Riesch
@ 2011-04-01 19:54 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-04-01 19:54 UTC (permalink / raw)
To: michael; +Cc: netdev
From: Michael Riesch <michael@riesch.at>
Date: Fri, 01 Apr 2011 16:53:28 +0200
> What do you think: should the mainline driver be adapted to support
> the AX88172A (with all his features) or a new driver for the AX88172A
> only should be created (probably based on the existing mainline
> driver).
I think the mainline driver should be adapted to support the new
chips with external PHYs etc.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-01 19:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-01 14:53 Driver for Asix AX88172A only? Michael Riesch
2011-04-01 19:54 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox