aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/files/drivers/net/phy/ip17xx.c
Commit message (Collapse)AuthorAge
* kernel: remove an unused callback from the ip17xx switch driverFelix Fietkau2020-12-05
| | | | | | Also remove the leftover kernel hack that adds support for it Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: ip17xx: use pr_warn instead of pr_warningFelix Fietkau2020-11-13
| | | | | | Fixes build with newer kernels Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ip17xx: correct aneg_done return valueSergey Ryazanov2017-06-07
| | | | | | | | | PHY core treats any positive return value as the auto-negotiation done indication. Since we do not actually check any device register in this callback then update it to return positive value with a neutral meaning instead of the register flag to avoid confusing for future readers. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
* kernel: update phy drivers for 4.9Felix Fietkau2017-02-03
| | | | | | add backport patches for older kernels Signed-off-by: Felix Fietkau <nbd@nbd.name>
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-07
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* unify extended vlan id swconfig attributes. AR8216 and PSB6970 used "pvid", ↵Jo-Philipp Wich2010-10-12
| | | | | | 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-04
| | | | | | 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
* ip17xx: r21709 broke VLAN functionality on the IP175C switch, add back ↵Jo-Philipp Wich2010-08-03
| | | | | | mdelay() to wait before reading back the phy state, fixes ethernet on the DIR-300 and possibly others SVN-Revision: 22468
* rename target/linux/generic-2.6 to genericFelix Fietkau2010-06-26
SVN-Revision: 21952