198 Commits (9cad70044f750e299caf77fdea93ecccc66c6cfc)

Author SHA1 Message Date
Felix Fietkau dcd185c2f8 ar8216: enable forwarding of multicast frames to the cpu port on ar8327 (thx, SeG) 12 years ago
John Crispin f35b9a9a4c fixes breakage introduced in 776722ce36ac95877efb7fd771dde2f6ffc96433 12 years ago
Gabor Juhos faf82f3e10 generic: ar8216: add support for the AR8327 chip 13 years ago
Gabor Juhos fa7a83df4b generic: ar8216: allow to use more ports 13 years ago
Gabor Juhos 2ddbcb98ee generic: ar8216: reorder chip specific functions 13 years ago
Gabor Juhos 552cffd97a generic: ar8216: reorder switch_dev specific functions 13 years ago
Gabor Juhos 71e356029e generic: ar8216: use ar8216_sw_ prefix for switchdev related functions 13 years ago
Gabor Juhos 9a01936724 generic: ar8216: use switch_dev->ports in for loops 13 years ago
Gabor Juhos 2ce9e4753c generic: ar8216: add read_port_status field to ar8xxx_chip 13 years ago
Gabor Juhos 01cad79e03 generic: ar8216: add init_globals field to ar8xxx_chip 13 years ago
Gabor Juhos 56cacb3b21 generic: ar8216: add caps field to ar8xxx_chip 13 years ago
Gabor Juhos d1c585d4b1 generic: ar8216: add vtu_load_vlan field to ar8xxx_chip 13 years ago
Gabor Juhos 332310fba2 generic: ar8216: add vtu_flush field to ar8xxx_chip 13 years ago
Gabor Juhos d964410cbc generic: ar8216: add init_port field to ar8xxx_chip 13 years ago
Gabor Juhos 006b3b846e generic: ar8216: add setup_port field to ar8xxx_chip 13 years ago
Gabor Juhos eb5f0067b6 generic: ar8216: add hw_init field to ar8xxx_chip 13 years ago
Gabor Juhos a8371ad566 generic: ar8216: add a separate structure for chip specific stuff 13 years ago
Gabor Juhos d18133b32d generic: ar8216: rename chip field of struct ar8216 13 years ago
Gabor Juhos 6e143e467f generic: ar8216: move ar8216_id_chip function 13 years ago
Gabor Juhos 1c99979b2c generic: ar8216: rename ar8216_ops to ar8216_sw_ops 13 years ago
Felix Fietkau 404a4c1fcd ar8216: fix a MTU related regression 13 years ago
Gabor Juhos e3af7c82f8 generic: ar8216: merge multiple if statements in ar8216_hw_apply 13 years ago
Gabor Juhos 2149facb53 generic: ar8216: use usleep_range in ar8216_mii_{read,write} 13 years ago
Gabor Juhos 77d0a8ca85 generic: ar8216: add a helper function for writing PHY debug registers 13 years ago
Gabor Juhos dad19ac8b2 generic: ar8216: add lockep assertion to ar8216_rmw 13 years ago
Gabor Juhos 1ad06d4c3a generic: ar8216: coding style cleanup 13 years ago
Gabor Juhos e2d3cb69a1 generic: ar8216: don't use static variable in ar8236_hw_init 13 years ago
Gabor Juhos 291e2dd583 generic: ar8216: move register inititalization into hw_init 13 years ago
Gabor Juhos e3538fa852 generic: ar8216: set chip type directly in ar8216_id_chip 13 years ago
Gabor Juhos a6c69e63b6 generic: ar8216: simplify ar8216_config_init 13 years ago
Gabor Juhos 52a89cd95c generic: ar8216: move port initialization into a separate function 13 years ago
Gabor Juhos 0097cf7161 generic: ar8216: improve ar8216_wait_bit function 13 years ago
Gabor Juhos 2370828599 generic: ar8216: use ar8216_read_port_link to get the CPU port link parameters 13 years ago
Gabor Juhos d8a8df51ca generic: ar8216: use the generic get_port_link implementation 13 years ago
Gabor Juhos fc9db6f410 generic: ar8216: use mdiobus_write in ar8236_hw_init 13 years ago
Gabor Juhos 7112130105 generic: ar8216: use bus->mdio_lock directly in ar8216_mii_{read,write} 13 years ago
Gabor Juhos a31e090255 generic: ar8216: fix phy driver name 13 years ago
Felix Fietkau e87bb77966 ar8216: use vlan configuration for connecting ports (forced to be untagged) even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough 13 years ago
Felix Fietkau c33e016fa5 ar8216: do not strip vlan tags when running with vlan_enable=0 13 years ago
Gabor Juhos bbfaaeffd6 kernel: ar8216: add support for the AR8236 switch 13 years ago
Gabor Juhos ecb3690d0a kernel: ar8216: move port vlan setup into a separate function 13 years ago
Jonas Gorski b7a2a74823 ar8216: use mdiobus_{read,write} to ensure proper locking 13 years ago
Gabor Juhos bb64fb2e58 generic: ar8216: add support for get link status 13 years ago
Felix Fietkau eb270c4d33 ar8316: automatically detect whether port4 is used as PHY or as a switch port 13 years ago
Felix Fietkau 2336d4b438 ar8216: support AR8316 rev 0 devices 13 years ago
Jo-Philipp Wich 352fea83d9 unify extended vlan id swconfig attributes. AR8216 and PSB6970 used "pvid", IP17xx used "tag" and RTL8306 called it "vid". Change all to "vid" and annotate the description with the valid ID range. 14 years ago
Felix Fietkau bd6324190f swconfig: cleanup of kernel drivers and interface - add some comments to a 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 14 years ago
Felix Fietkau da1bb88a2b rename target/linux/generic-2.6 to generic 14 years ago
Gabor Juhos 3491026cbb Generic: Clean up output of AR8216 driver. 14 years ago
Gabor Juhos 72d4353728 generic: make chip detection more reliable in the AR8216 driver 14 years ago