summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/files/drivers/net/phy/rtl8366s.c
Commit message (Collapse)AuthorAgeFilesLines
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261-1785/+0
| | | | SVN-Revision: 21952
* generic: rtl8366: rename vlan debugfs file to vlan_mc, and clean up it's formatGabor Juhos2010-06-261-26/+13
| | | | SVN-Revision: 21923
* generic: rtl8366: update vlan handling code for rtl8366sGabor Juhos2010-06-261-120/+174
| | | | SVN-Revision: 21922
* generic: rtl8366: add hw_init to initialize registers after resetGabor Juhos2010-06-261-2/+64
| | | | SVN-Revision: 21920
* generic: rtl8366: introduce rtl8366_smi_rmwr functionGabor Juhos2010-06-261-66/+29
| | | | SVN-Revision: 21919
* generic: rtl8366s: get some MIB counters from another offsetGabor Juhos2010-06-261-36/+57
| | | | SVN-Revision: 21918
* generic: rtl8366: cleanup MIB counter printingGabor Juhos2010-06-261-61/+48
| | | | SVN-Revision: 21917
* generic: rtl8366: use struct rtl8366_smi instead of struct rtl8366{s,rb}Gabor Juhos2010-06-261-76/+70
| | | | SVN-Revision: 21916
* generic: rtl8366: add common vlan_4k structureGabor Juhos2010-06-261-10/+21
| | | | SVN-Revision: 21915
* generic: rtl8366: add common vlan_mc structureGabor Juhos2010-06-261-12/+26
| | | | SVN-Revision: 21914
* generic: rtl8366: rename vlanmc and vlan4k related structures an functionsGabor Juhos2010-06-261-41/+40
| | | | SVN-Revision: 21913
* generic: rtl8366: use struct rtl8366_smi for phy_reg_{read,write} callsGabor Juhos2010-06-261-9/+7
| | | | SVN-Revision: 21912
* generic: rtl8366: move mii bus handling to the rtl8366_smi codeGabor Juhos2010-06-261-54/+10
| | | | SVN-Revision: 21911
* generic: rtl8366: introduce rtl8366_smi_opsGabor Juhos2010-06-261-11/+22
| | | | SVN-Revision: 21910
* generic: rtl8366: change format string for debugfs error messagesGabor Juhos2010-06-261-6/+8
| | | | SVN-Revision: 21909
* generic: rtl8366: don't show link parameters if the link is downGabor Juhos2010-06-261-12/+17
| | | | SVN-Revision: 21908
* generic: rtl8366: fix register offset and size of MIB countersGabor Juhos2010-06-261-13/+13
| | | | SVN-Revision: 21907
* generic: rtl8366: prevent modifications of VLAN 0Gabor Juhos2010-06-261-3/+3
| | | | SVN-Revision: 21906
* rtl8366s: reset the chip early, this allows ethernet to work as soon as possibleGabor Juhos2010-01-271-20/+34
| | | | SVN-Revision: 19355
* rtl8366: make it available on all platformsGabor Juhos2010-01-251-0/+1707
SVN-Revision: 19329