aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/files/drivers/net/phy/ar8216.c
Commit message (Expand)AuthorAge
...
* generic: ar8216: simplify and rename ar8327_config_portGabor Juhos2013-03-15
* generic: ar8216: remove superfluous pdata checksGabor Juhos2013-03-15
* generic: ar8216: cleanup function/variable namesGabor Juhos2013-02-17
* generic: ar8216: rename struct ar8216_priv to ar8xxx_privGabor Juhos2013-02-17
* generic: ar8216: move PHY4 RGMII workaround code out of the loopGabor Juhos2013-02-14
* generic: ar8216: register the switch from the probe routineGabor Juhos2013-02-14
* ar8216: remove superfluous code from ar8216_config_initGabor Juhos2013-02-11
* generic: ar8216: don't use ethernet device name in register_switchGabor Juhos2013-02-11
* generic: ar8216: reuse the private data from ar8216_probeGabor Juhos2013-02-11
* generic: ar8216: use phydev instead of pdev everywhereGabor Juhos2013-02-11
* generic: ar8216: use pr_* macros for kernel messagesGabor Juhos2013-02-11
* generic: ar8216: fix PHY features setupGabor Juhos2013-02-11
* generic: ar8216: add ar8xxx_probe_switch helperGabor Juhos2013-02-10
* generic: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mib_stopGabor Juhos2013-02-10
* generic: ar8216: free mib counters from ar8xxx_freeGabor Juhos2013-02-10
* generic: ar8216: add ar8xxx_free helperGabor Juhos2013-02-10
* generic: ar8216: add ar8xxx_create{,mii} helpersGabor Juhos2013-02-10
* generic: ar8216: remove redundant phy address checkGabor Juhos2013-02-10
* generic: ar8216: only set phy_ptr if packet mangling is usedGabor Juhos2013-02-10
* generic: ar8216: add defines for the AR8316 POSTRIP registerGabor Juhos2013-02-10
* generic: ar8216: don't probe the chip multiple timesGabor Juhos2013-02-10
* generic: ar8216: add sanity check to ar8216_probeGabor Juhos2013-02-10
* generic: ar8216: skip probe on unused PHY addressesGabor Juhos2013-02-10
* generic: ar8216: move sleep out of the loopGabor Juhos2013-02-09
* generic: ar8216: simplify phy features setupGabor Juhos2013-02-08
* generic: ar8216: don't use mdio bus specific functions in ar8216_id_chipGabor Juhos2013-02-08
* generic: ar8216: use inline function to convert swdev to ar8216Gabor Juhos2013-02-07
* generic: ar8216: add mii_bus field to struct ar8216_privGabor Juhos2013-02-07
* generic: ar8216: add detach callbackGabor Juhos2013-02-07
* generic: ar8216: clear driver specific data pointer in phy_deviceGabor Juhos2013-02-05
* generic: ar8216: unregister switch on error pathGabor Juhos2013-02-05
* generic: ar8216: add sgmii_delay_en field to ar8327_platform_dataGabor Juhos2012-12-25
* generic: ar8216: don't use 0 as default VID on AR8327Gabor Juhos2012-12-22
* generic: ar8316: allow to configure port 6 via platform data on AR8327Gabor Juhos2012-12-22
* generic: ar8216: rename cpuport_cfg to port0_cfg in ar8327_platform_dataGabor Juhos2012-12-22
* generic: ar8216: set delay values for SGMII mode on AR8327Gabor Juhos2012-11-23
* generic: ar8216: introduce ar8216_mib_op helperGabor Juhos2012-11-22
* generic: ar8216: fix port number check in 'ar8xxx_mib_work_func'Gabor Juhos2012-11-20
* generic: ar8216: remove an unblanced mutex_unlock callGabor Juhos2012-11-20
* generic: ar8216: add missing locking callsGabor Juhos2012-11-20
* generic: ar8216: add MIB counter support for the AR8216 switch as wellGabor Juhos2012-11-18
* generic: ar8216: rename AR8216_*_STATS_* definesGabor Juhos2012-11-18
* generic ar8216: allow to read/reset MIB counters via swconfigGabor Juhos2012-11-18
* generic: ar8216: use dynamically allocated private data in ar8216_probeGabor Juhos2012-11-18
* generic: ar8216: start aneg on each PHY of the AR8327Gabor Juhos2012-07-05
* generic: ar8216: allow to configure AR8327 LEDs via platform dataGabor Juhos2012-06-19
* generic: ar8216: add revision specific PHY fixups for AR8327Gabor Juhos2012-05-29
* generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_privGabor Juhos2012-05-29
* generic: ar8216: add chip_is_ar8{216,236,316,327} helpersGabor Juhos2012-05-29
* kernel: rewrite the phy packet hook, put it in the network stack to avoid hav...Felix Fietkau2012-05-06