summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/ar8216.c
Commit message (Collapse)AuthorAgeFilesLines
...
* generic: ar8216: use ar8216_read_port_link to get the CPU port link parametersGabor Juhos2012-03-071-3/+20
| | | | SVN-Revision: 30846
* generic: ar8216: use the generic get_port_link implementationGabor Juhos2012-03-071-56/+48
| | | | SVN-Revision: 30845
* generic: ar8216: use mdiobus_write in ar8236_hw_initGabor Juhos2012-03-071-4/+4
| | | | SVN-Revision: 30838
* generic: ar8216: use bus->mdio_lock directly in ar8216_mii_{read,write}Gabor Juhos2012-03-071-8/+19
| | | | SVN-Revision: 30837
* generic: ar8216: fix phy driver nameGabor Juhos2012-03-071-1/+1
| | | | SVN-Revision: 30836
* ar8216: use vlan configuration for connecting ports (forced to be untagged) ↵Felix Fietkau2012-01-121-1/+7
| | | | | | even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough SVN-Revision: 29719
* ar8216: do not strip vlan tags when running with vlan_enable=0Felix Fietkau2012-01-121-3/+6
| | | | SVN-Revision: 29718
* kernel: ar8216: add support for the AR8236 switchGabor Juhos2011-11-121-3/+69
| | | | SVN-Revision: 28993
* kernel: ar8216: move port vlan setup into a separate functionGabor Juhos2011-11-121-16/+28
| | | | SVN-Revision: 28992
* ar8216: use mdiobus_{read,write} to ensure proper lockingJonas Gorski2011-10-111-17/+17
| | | | SVN-Revision: 28421
* generic: ar8216: add support for get link statusGabor Juhos2011-08-151-0/+62
| | | | SVN-Revision: 27989
* ar8316: automatically detect whether port4 is used as PHY or as a switch portFelix Fietkau2011-04-281-32/+61
| | | | SVN-Revision: 26778
* ar8216: support AR8316 rev 0 devicesFelix Fietkau2011-04-281-0/+1
| | | | SVN-Revision: 26776
* unify extended vlan id swconfig attributes. AR8216 and PSB6970 used "pvid", ↵Jo-Philipp Wich2010-10-121-2/+2
| | | | | | IP17xx used "tag" and RTL8306 called it "vid". Change all to "vid" and annotate the description with the valid ID range. SVN-Revision: 23419
* swconfig: cleanup of kernel drivers and interface - add some comments to a ↵Felix Fietkau2010-08-041-31/+35
| | | | | | few data structures - add a switch_dev_ops data structure for attributes and callback to replace the stupid template memcpy - get rid of the switch_dev.priv pointer - using container_of() is better SVN-Revision: 22476
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-261-0/+839
SVN-Revision: 21952