198 Commits (9cad70044f750e299caf77fdea93ecccc66c6cfc)

Author SHA1 Message Date
Gabor Juhos 17d735fc46 generic: ar8216: simplify and rename ar8327_config_port 11 years ago
Gabor Juhos 3fee1bddbe generic: ar8216: remove superfluous pdata checks 11 years ago
Gabor Juhos 451dd745bd generic: ar8216: cleanup function/variable names 12 years ago
Gabor Juhos 51996304c4 generic: ar8216: rename struct ar8216_priv to ar8xxx_priv 12 years ago
Gabor Juhos f35c369710 generic: ar8216: move PHY4 RGMII workaround code out of the loop 12 years ago
Gabor Juhos d64888ffc0 generic: ar8216: register the switch from the probe routine 12 years ago
Gabor Juhos 9525a075c1 ar8216: remove superfluous code from ar8216_config_init 12 years ago
Gabor Juhos 9c86d268eb generic: ar8216: don't use ethernet device name in register_switch 12 years ago
Gabor Juhos 3f3eba88f6 generic: ar8216: reuse the private data from ar8216_probe 12 years ago
Gabor Juhos 1afb759b35 generic: ar8216: use phydev instead of pdev everywhere 12 years ago
Gabor Juhos 0b1fe07e8e generic: ar8216: use pr_* macros for kernel messages 12 years ago
Gabor Juhos eea297884e generic: ar8216: fix PHY features setup 12 years ago
Gabor Juhos 617076c613 generic: ar8216: add ar8xxx_probe_switch helper 12 years ago
Gabor Juhos 98b13e39ac generic: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mib_stop 12 years ago
Gabor Juhos f97170a720 generic: ar8216: free mib counters from ar8xxx_free 12 years ago
Gabor Juhos 7924e517af generic: ar8216: add ar8xxx_free helper 12 years ago
Gabor Juhos 77b3c551c4 generic: ar8216: add ar8xxx_create{,mii} helpers 12 years ago
Gabor Juhos 5f70b1db2a generic: ar8216: remove redundant phy address check 12 years ago
Gabor Juhos 14fd37258b generic: ar8216: only set phy_ptr if packet mangling is used 12 years ago
Gabor Juhos 393163b098 generic: ar8216: add defines for the AR8316 POSTRIP register 12 years ago
Gabor Juhos 5ed480598d generic: ar8216: don't probe the chip multiple times 12 years ago
Gabor Juhos 774da6c7a4 generic: ar8216: add sanity check to ar8216_probe 12 years ago
Gabor Juhos 4720c75cf7 generic: ar8216: skip probe on unused PHY addresses 12 years ago
Gabor Juhos de123c4409 generic: ar8216: move sleep out of the loop 12 years ago
Gabor Juhos aa04441904 generic: ar8216: simplify phy features setup 12 years ago
Gabor Juhos 9c1f95a416 generic: ar8216: don't use mdio bus specific functions in ar8216_id_chip 12 years ago
Gabor Juhos 5393efc0c7 generic: ar8216: use inline function to convert swdev to ar8216 12 years ago
Gabor Juhos b87a1c757d generic: ar8216: add mii_bus field to struct ar8216_priv 12 years ago
Gabor Juhos 4be8c22e74 generic: ar8216: add detach callback 12 years ago
Gabor Juhos 395d0bdc1f generic: ar8216: clear driver specific data pointer in phy_device 12 years ago
Gabor Juhos 2e7f38c243 generic: ar8216: unregister switch on error path 12 years ago
Gabor Juhos d4b4c7d102 generic: ar8216: add sgmii_delay_en field to ar8327_platform_data 12 years ago
Gabor Juhos c3cb63661f generic: ar8216: don't use 0 as default VID on AR8327 12 years ago
Gabor Juhos 3931c9524c generic: ar8316: allow to configure port 6 via platform data on AR8327 12 years ago
Gabor Juhos a0b31f97bb generic: ar8216: rename cpuport_cfg to port0_cfg in ar8327_platform_data 12 years ago
Gabor Juhos 49d4b5581d generic: ar8216: set delay values for SGMII mode on AR8327 12 years ago
Gabor Juhos 3205b52d1c generic: ar8216: introduce ar8216_mib_op helper 12 years ago
Gabor Juhos 2a792f32b5 generic: ar8216: fix port number check in 'ar8xxx_mib_work_func' 12 years ago
Gabor Juhos 258b2f2dc2 generic: ar8216: remove an unblanced mutex_unlock call 12 years ago
Gabor Juhos 82b57b0c28 generic: ar8216: add missing locking calls 12 years ago
Gabor Juhos 863657d040 generic: ar8216: add MIB counter support for the AR8216 switch as well 12 years ago
Gabor Juhos 98f30aac8e generic: ar8216: rename AR8216_*_STATS_* defines 12 years ago
Gabor Juhos 9abd8cd004 generic ar8216: allow to read/reset MIB counters via swconfig 12 years ago
Gabor Juhos 4b17323b51 generic: ar8216: use dynamically allocated private data in ar8216_probe 12 years ago
Gabor Juhos 6b8392eb12 generic: ar8216: start aneg on each PHY of the AR8327 12 years ago
Gabor Juhos b934fa2f16 generic: ar8216: allow to configure AR8327 LEDs via platform data 12 years ago
Gabor Juhos 9e02593b70 generic: ar8216: add revision specific PHY fixups for AR8327 12 years ago
Gabor Juhos 0d241e6670 generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv 12 years ago
Gabor Juhos b2fce19a70 generic: ar8216: add chip_is_ar8{216,236,316,327} helpers 12 years ago
Felix Fietkau 0ff3c396d3 kernel: rewrite the phy packet hook, put it in the network stack to avoid having to keep non-upstream ethernet driver changes 12 years ago