summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/rtl8366_smi.h
Commit message (Collapse)AuthorAgeFilesLines
* generic: rtl8366_smi: rename debugfs Kconfig symbolGabor Juhos2012-05-271-2/+2
| | | | SVN-Revision: 31915
* linux: rtl836x: add a generic reset_switch functionGabor Juhos2012-04-291-0/+1
| | | | SVN-Revision: 31536
* linux: rtl836x: add a reset_chip callback to rtl8366_smi_opsGabor Juhos2012-04-291-0/+1
| | | | SVN-Revision: 31534
* generic: rtl8366: add rtl8366_smi_write_reg_noack helperGabor Juhos2012-01-211-0/+1
| | | | | | | | | After issuing a soft reset on the RT8366{S,RB} switch, waiting for the last acknowlegement fails in rtl8366_smi_write_reg. Add a _noack version of the function and use that for issuing a soft reset. SVN-Revision: 29844
* generic: rtl8366: preparing for RTL8367 supportGabor Juhos2012-01-071-5/+8
| | | | | | | | * make clock delay configurable * make read,write commands configurable * use u16 for member and untag fields SVN-Revision: 29677
* generic: rtl8366: enable vlans before enabling the portsGabor Juhos2011-01-081-0/+1
| | | | SVN-Revision: 24939
* generic: rtl8366: enable ports only after VLAN configuration is doneGabor Juhos2011-01-081-0/+1
| | | | SVN-Revision: 24938
* generic: rtl8366: add enable_port helperGabor Juhos2011-01-081-0/+1
| | | | SVN-Revision: 24937
* generic: rtl8366: add debugfs file for VLAN4K tableGabor Juhos2011-01-081-0/+1
| | | | SVN-Revision: 24933
* generic: add rtl8366rb switch vlan fid supportGabor Juhos2010-11-241-0/+6
| | | | | | | | | | | 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
* generic: rtl8366: add generic code to enable VLANsGabor Juhos2010-08-181-0/+9
| | | | SVN-Revision: 22703
* generic: rtl8366: add enable_vlan{,4k} to smi_opsGabor Juhos2010-08-181-0/+2
| | | | SVN-Revision: 22702
* generic: rtl8366: make rtl8366_set_vlan staticGabor Juhos2010-07-151-2/+0
| | | | SVN-Revision: 22205
* generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functionsGabor Juhos2010-07-151-0/+2
| | | | SVN-Revision: 22204
* generic: rtl8366: add common rtl8366_sw_get_vlan_infoGabor Juhos2010-07-151-0/+3
| | | | SVN-Revision: 22203
* generic: rtl8366: add is_vlan_valid function to smi_opsGabor Juhos2010-07-151-0/+1
| | | | SVN-Revision: 22201
* generic: rtl8366: add common rtl8366_sw_get_port_mib functionGabor Juhos2010-07-151-0/+3
| | | | SVN-Revision: 22200
* generic: rtl8366: make rtl8366_{g,s}et_pvid staticGabor Juhos2010-07-151-2/+0
| | | | SVN-Revision: 22198
* generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functionsGabor Juhos2010-07-151-0/+3
| | | | SVN-Revision: 22197
* generic: rtl8366: add setup to rtl8366_smi_ops structGabor Juhos2010-07-151-0/+1
| | | | SVN-Revision: 22196
* generic: rtl8366: introduce rtl8366_smi_allocGabor Juhos2010-07-151-0/+1
| | | | SVN-Revision: 22195
* generic: rtl8366: move switch device to the rtl8366_smi structGabor Juhos2010-07-151-0/+7
| | | | SVN-Revision: 22193
* generic: rtl8366: standardize read_debugfs_mibs functionsGabor Juhos2010-06-281-0/+4
| | | | SVN-Revision: 21983
* generic: rtl8366: use common rtl8366_mib_counter structureGabor Juhos2010-06-281-0/+7
| | | | SVN-Revision: 21982
* generic: rtl8366: move common debugfs code to rtl8366_smi.cGabor Juhos2010-06-281-0/+11
| | | | SVN-Revision: 21981
* generic: rtl8366: move buf to struct rtl8366_smiGabor Juhos2010-06-281-0/+2
| | | | SVN-Revision: 21980
* generic: rtl8366: move common VLAN handling functions to rtl8366_smi.cGabor Juhos2010-06-281-0/+6
| | | | SVN-Revision: 21979
* generic: rtl8366: add cpu_port, num_ports and num_vlan_mc to struct rtl8366_smiGabor Juhos2010-06-281-0/+4
| | | | SVN-Revision: 21978
* generic: rtl8366: add VLAN handling functions to rtl8366_smi_opsGabor Juhos2010-06-281-7/+19
| | | | SVN-Revision: 21977
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261-0/+58
SVN-Revision: 21952