summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/ar8216.c
Commit message (Expand)AuthorAgeFilesLines
...
* ar71xx: Fix tagged+untagged operation on AR8327N (#12181)Jo-Philipp Wich2014-05-191-72/+154
* generic: ar8216: add custom LED support for the AR8327 switchGabor Juhos2014-01-201-0/+365
* generic: ar8216: allow to use chip specific cleanup callbackGabor Juhos2014-01-201-0/+5
* generic: ar8216: add optimized rmw operationGabor Juhos2014-01-201-20/+44
* generic: ar8216: Enable jumbo frames on AR8327 by defaultGabor Juhos2013-12-151-2/+2
* generic: ar8216: add AR8337N switch supportGabor Juhos2013-11-291-6/+25
* generic: ar8216: remove trailing whitespacesGabor Juhos2013-11-291-9/+9
* generic: ar8216: allow to specify SGMII config via platform dataGabor Juhos2013-05-301-3/+22
* generic: ar8216: add get_port_link callbackGabor Juhos2013-05-301-2/+17
* generic: ar8216: show chip revision in the kernel logGabor Juhos2013-05-301-2/+3
* generic: ar8216: add port mirroringLuka Perkov2013-05-241-0/+310
* kernel: add missing PHY ID for an AR8327 switch variantFelix Fietkau2013-05-131-0/+1
* generic: ar8216: start AR8327 switch from the probe routineGabor Juhos2013-03-151-1/+19
* generic: ar8216: add ar8xxx_start helperGabor Juhos2013-03-151-11/+23
* generic: ar8216: add OF configuration support for AR8327Gabor Juhos2013-03-151-1/+52
* generic: ar8216: separate platform_data based AR8327 codeGabor Juhos2013-03-151-5/+16
* generic: ar8216: don't use platform_data in ar8327_init_portGabor Juhos2013-03-151-5/+16
* generic: ar8216: move the ar8327_get_port_init_status functionGabor Juhos2013-03-151-28/+28
* generic: ar8216: simplify and rename ar8327_config_portGabor Juhos2013-03-151-15/+9
* generic: ar8216: remove superfluous pdata checksGabor Juhos2013-03-151-2/+2
* generic: ar8216: cleanup function/variable namesGabor Juhos2013-02-171-110/+110
* generic: ar8216: rename struct ar8216_priv to ar8xxx_privGabor Juhos2013-02-171-94/+94
* generic: ar8216: move PHY4 RGMII workaround code out of the loopGabor Juhos2013-02-141-11/+11
* generic: ar8216: register the switch from the probe routineGabor Juhos2013-02-141-17/+12
* ar8216: remove superfluous code from ar8216_config_initGabor Juhos2013-02-111-12/+0
* generic: ar8216: don't use ethernet device name in register_switchGabor Juhos2013-02-111-3/+4
* generic: ar8216: reuse the private data from ar8216_probeGabor Juhos2013-02-111-33/+40
* generic: ar8216: use phydev instead of pdev everywhereGabor Juhos2013-02-111-33/+33
* generic: ar8216: use pr_* macros for kernel messagesGabor Juhos2013-02-111-8/+7
* generic: ar8216: fix PHY features setupGabor Juhos2013-02-111-7/+21
* generic: ar8216: add ar8xxx_probe_switch helperGabor Juhos2013-02-101-31/+42
* generic: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mib_stopGabor Juhos2013-02-101-2/+2
* generic: ar8216: free mib counters from ar8xxx_freeGabor Juhos2013-02-101-4/+2
* generic: ar8216: add ar8xxx_free helperGabor Juhos2013-02-101-6/+12
* generic: ar8216: add ar8xxx_create{,mii} helpersGabor Juhos2013-02-101-14/+33
* generic: ar8216: remove redundant phy address checkGabor Juhos2013-02-101-1/+1
* generic: ar8216: only set phy_ptr if packet mangling is usedGabor Juhos2013-02-101-2/+1
* generic: ar8216: add defines for the AR8316 POSTRIP registerGabor Juhos2013-02-101-2/+2
* generic: ar8216: don't probe the chip multiple timesGabor Juhos2013-02-101-8/+8
* generic: ar8216: add sanity check to ar8216_probeGabor Juhos2013-02-101-0/+41
* generic: ar8216: skip probe on unused PHY addressesGabor Juhos2013-02-101-0/+4
* generic: ar8216: move sleep out of the loopGabor Juhos2013-02-091-1/+2
* generic: ar8216: simplify phy features setupGabor Juhos2013-02-081-11/+6
* generic: ar8216: don't use mdio bus specific functions in ar8216_id_chipGabor Juhos2013-02-081-8/+9
* generic: ar8216: use inline function to convert swdev to ar8216Gabor Juhos2013-02-071-15/+19
* generic: ar8216: add mii_bus field to struct ar8216_privGabor Juhos2013-02-071-11/+12
* generic: ar8216: add detach callbackGabor Juhos2013-02-071-5/+15
* generic: ar8216: clear driver specific data pointer in phy_deviceGabor Juhos2013-02-051-0/+3
* generic: ar8216: unregister switch on error pathGabor Juhos2013-02-051-4/+6
* generic: ar8216: add sgmii_delay_en field to ar8327_platform_dataGabor Juhos2012-12-251-0/+3