summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/rtl8366s.c
Commit message (Expand)AuthorAgeFilesLines
* fix rtl8366s OF bindingJohn Crispin2013-04-121-2/+2
* kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8Hauke Mehrtens2013-01-271-3/+3
* generic: rtl836x: fix compiler warningsGabor Juhos2012-12-171-2/+1
* linux: generic: rtl836*: fix compilation with !CONFIG_OFJonas Gorski2012-12-151-0/+3
* make rtl8366 driver OF capableJohn Crispin2012-12-151-17/+13
* generic: rtl836x: add hw_reset field to struct rtl8366_smiGabor Juhos2012-08-021-0/+2
* linux: rtl836x: add a generic reset_switch functionGabor Juhos2012-04-291-25/+1
* linux: rtl836x: rename rtl836*_hw_init to rtl836*_setupGabor Juhos2012-04-291-7/+2
* linux: rtl836x: add a reset_chip callback to rtl8366_smi_opsGabor Juhos2012-04-291-8/+2
* generic: rtl8366s: use the generic get_port_link implementationGabor Juhos2012-03-071-50/+32
* generic: rtl8366: add rtl8366_smi_write_reg_noack helperGabor Juhos2012-01-211-2/+2
* generic: rtl8366: preparing for RTL8367 supportGabor Juhos2012-01-071-0/+3
* generic: jumbo frames support for rtl8366sGabor Juhos2011-09-211-0/+51
* swconfig: Add generic switch identifiersJonas Gorski2011-07-271-1/+1
* rtl8366: unify rtl8366s and rtl8366rb platform dataFelix Fietkau2011-07-241-3/+3
* generic: rtl8366{s,rb}: remove the PHY driver.Gabor Juhos2011-04-121-52/+1
* generic: rtl8366s: allow initial register values to be passed via platform_dataGabor Juhos2011-01-261-0/+11
* generic: rtl8366: enable vlans before enabling the portsGabor Juhos2011-01-081-0/+4
* generic: rtl8366: enable ports only after VLAN configuration is doneGabor Juhos2011-01-081-4/+5
* generic: rtl8366: add enable_port helperGabor Juhos2011-01-081-0/+7
* generic: rtl8366s: use correct bitmasks in sanity checksGabor Juhos2011-01-081-4/+4
* generic: rtl8366s: add vlan fid supportGabor Juhos2011-01-081-0/+7
* rt8366*: use __devinit instead of __init for the probe function to fix a sect...Felix Fietkau2010-10-211-1/+1
* generic: RTL8366S/RB: Fix autonegotiation for the WAN port.Gabor Juhos2010-09-271-0/+5
* generic: rtl8366: allow use of VIDs 16-4095 if vlan4k is enabledGabor Juhos2010-08-181-2/+7
* generic: rtl8366: add generic code to enable VLANsGabor Juhos2010-08-181-42/+4
* generic: rtl8366: add enable_vlan{,4k} to smi_opsGabor Juhos2010-08-181-4/+6
* generic: fix LED control on the RTL8366 switchesGabor Juhos2010-08-151-1/+1
* rtl8366: re-enable learning by default, disabling it broke switching function...Felix Fietkau2010-08-081-4/+46
* swconfig: cleanup of kernel drivers and interface - add some comments to a fe...Felix Fietkau2010-08-041-8/+6
* generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functionsGabor Juhos2010-07-151-53/+2
* generic: rtl8366: add common rtl8366_sw_get_vlan_infoGabor Juhos2010-07-151-42/+1
* generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4kGabor Juhos2010-07-151-4/+4
* generic: rtl8366: add is_vlan_valid function to smi_opsGabor Juhos2010-07-151-3/+12
* generic: rtl8366: add common rtl8366_sw_get_port_mib functionGabor Juhos2010-07-151-34/+1
* generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functionsGabor Juhos2010-07-151-4/+5
* generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functionsGabor Juhos2010-07-151-14/+2
* generic: rtl8366: add setup to rtl8366_smi_ops structGabor Juhos2010-07-151-4/+2
* generic: rtl8366: introduce rtl8366_smi_allocGabor Juhos2010-07-151-3/+1
* generic: rtl8366: get rid of private rtl8366{s,rb} structsGabor Juhos2010-07-151-42/+21
* generic: rtl8366: move switch device to the rtl8366_smi structGabor Juhos2010-07-151-11/+4
* generic: rtl8366: get rid of private vlan_{mc,4k} structsGabor Juhos2010-07-151-122/+77
* generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributesGabor Juhos2010-07-151-11/+3
* generic: rtl8366: enable VLAN ingress filteringGabor Juhos2010-07-021-0/+7
* generic: rtl8366: minor cleanupGabor Juhos2010-06-281-8/+5
* generic: rtl8366: add common read_debugfs_mibs functionGabor Juhos2010-06-281-71/+0
* generic: rtl8366: standardize read_debugfs_mibs functionsGabor Juhos2010-06-281-10/+19
* generic: rtl8366: use common rtl8366_mib_counter structureGabor Juhos2010-06-281-8/+1
* generic: rtl8366: move common debugfs code to rtl8366_smi.cGabor Juhos2010-06-281-168/+9
* generic: rtl8366: move buf to struct rtl8366_smiGabor Juhos2010-06-281-36/+32