RE: [PATCH 3/3] dm9601: add support ethtool style utility

2016-03-11 Thread Joseph Chang
issue will be study later. Any helpful reference implementation data is appreciated. Best Regards, Joseph CHANG System Application Engineering Division Davicom Semiconductor, Inc. No. 6 Li-Hsin 6th Rd., Science-Based Park, Hsin-Chu, Taiwan. Tel: 886-3-5798797 Ex 8534 Fax: 886-3-5646929

RE: [PATCH 2/3] dm9601: manage eeprom to assure the chip for correct operation

2016-03-11 Thread Joseph Chang
eeprom is updated. (I don't know how to let the device reset by software ? Only un-plug and then plug the device.) Best Regards, Joseph CHANG System Application Engineering Division Davicom Semiconductor, Inc. No. 6 Li-Hsin 6th Rd., Science-Based Park, Hsin-Chu, Taiwan. Tel: 886-3-5798797 Ex

RE: [PATCH 1/3] dm9601: enable EP3 interrupt

2016-03-11 Thread Joseph Chang
--------- Best Regards, Joseph CHANG System Application Engineering Division Davicom Semiconductor, Inc. No. 6 Li-Hsin 6th Rd., Science-Based Park, Hsin-Chu, Taiwan. Tel: 886-3-5798797 Ex 8534 Fax: 886-3-5646929 Web: http://www.davicom.com.tw -Original Message

[PATCH 3/3] dm9601: add support ethtool style utility

2016-03-10 Thread Joseph CHANG
Add function dm9601_set_eeprom which tested good with ethtool utility, include the eeprom words dump and the eeprom byte write. Signed-off-by: Joseph CHANG --- drivers/net/usb/dm9601.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/drivers/net/usb

[PATCH 1/3] dm9601: enable EP3 interrupt

2016-03-10 Thread Joseph CHANG
Enable chip's EP3 interrupt to get the link-up notify soon immediately. Signed-off-by: Joseph CHANG --- drivers/net/usb/dm9601.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c index 0b4bdd3..520de4f 100644 --- a/drivers/ne

[PATCH 2/3] dm9601: manage eeprom to assure the chip for correct operation

2016-03-10 Thread Joseph CHANG
Add to maintain variant eeprom adapters which may have not right dm962x's format. Signed-off-by: Joseph CHANG --- drivers/net/usb/dm9601.c | 72 1 file changed, 72 insertions(+) diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9

[PATCH 1/1] dm9601: enable EP3 interrupt and enhance eeprom functions

2016-03-09 Thread Joseph CHANG
Enable chip's EP3 interrupt to get the link-up notify soon immediately. Add to maintain variant eeprom adapters which may have not right dm9620x's format. Add function dm9601_set_eeprom which tested good with ethtool utility. Signed-off-by: Joseph CHANG --- drivers/net/usb/dm96