summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/rtl8366_smi.c
Commit message (Collapse)AuthorAgeFilesLines
* generic: rtl8366: fix build errorGabor Juhos2011-01-091-2/+2
| | | | SVN-Revision: 24943
* generic: rtl8366: enable vlans before enabling the portsGabor Juhos2011-01-081-1/+2
| | | | SVN-Revision: 24939
* generic: rtl8366: enable ports only after VLAN configuration is doneGabor Juhos2011-01-081-0/+19
| | | | SVN-Revision: 24938
* generic: rtl8366_smi: init VLANs only in first switch initializationGabor Juhos2011-01-081-10/+30
| | | | SVN-Revision: 24936
* generic: rtl8366: add debugfs file for VLAN4K tableGabor Juhos2011-01-081-0/+59
| | | | SVN-Revision: 24933
* generic: add rtl8366rb switch vlan fid supportGabor Juhos2010-11-241-0/+46
| | | | | | | | | | | Allows to use fids 0 to 7. Default is 0. Those who will use this don't forget to `set vlan fid` every time after `set vlan ports` if you want non default behavior. Minor changes. Version bump. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24125
* rtl8366_smi: when setting VLAN ports, always initialize the PVID to ensure ↵Felix Fietkau2010-08-311-0/+9
| | | | | | that the VLAN MC entry gets allocated. Fixes problems with tagged-only ports (#7795) SVN-Revision: 22856
* generic: rtl8366: add generic code to enable VLANsGabor Juhos2010-08-181-0/+78
| | | | SVN-Revision: 22703
* generic: rtl8366: add debugfs file to show PVIDsGabor Juhos2010-07-151-0/+42
| | | | SVN-Revision: 22206
* generic: rtl8366: make rtl8366_set_vlan staticGabor Juhos2010-07-151-3/+2
| | | | SVN-Revision: 22205
* generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functionsGabor Juhos2010-07-151-0/+51
| | | | SVN-Revision: 22204
* generic: rtl8366: add common rtl8366_sw_get_vlan_infoGabor Juhos2010-07-151-0/+42
| | | | SVN-Revision: 22203
* generic: rtl8366: add common rtl8366_sw_get_port_mib functionGabor Juhos2010-07-151-0/+34
| | | | SVN-Revision: 22200
* generic: rtl8366: make rtl8366_{g,s}et_pvid staticGabor Juhos2010-07-151-42/+41
| | | | SVN-Revision: 22198
* generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functionsGabor Juhos2010-07-151-0/+14
| | | | SVN-Revision: 22197
* generic: rtl8366: add setup to rtl8366_smi_ops structGabor Juhos2010-07-151-0/+6
| | | | SVN-Revision: 22196
* generic: rtl8366: introduce rtl8366_smi_allocGabor Juhos2010-07-151-3/+17
| | | | SVN-Revision: 22195
* generic: rtl8366: add common read_debugfs_mibs functionGabor Juhos2010-06-281-1/+56
| | | | SVN-Revision: 21984
* generic: rtl8366: move common debugfs code to rtl8366_smi.cGabor Juhos2010-06-281-0/+164
| | | | SVN-Revision: 21981
* generic: rtl8366: move common VLAN handling functions to rtl8366_smi.cGabor Juhos2010-06-281-0/+203
| | | | SVN-Revision: 21979
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261-0/+385
SVN-Revision: 21952