summaryrefslogtreecommitdiff
path: root/drivers/net/phy/atheros.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-07phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle1-27/+3
2020-05-07phy: atheros: ar8035: remove static clock configMichael Walle1-13/+0
2020-05-07phy: atheros: add device tree bindings and configMichael Walle1-2/+222
2020-05-07phy: atheros: move delay config to common functionMichael Walle1-16/+22
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle1-16/+41
2020-05-07phy: atheros: use defines for PHY IDsMichael Walle1-3/+7
2020-05-07phy: atheros: fix AR8021 PHY ID maskMichael Walle1-1/+1
2020-05-07phy: atheros: Clarify the intention of ar8021_configVladimir Oltean1-4/+4
2020-05-07phy: atheros: Explicitly disable RGMII delaysVladimir Oltean1-0/+8
2020-05-07phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean1-5/+14
2020-05-07phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean1-28/+41
2020-05-07phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean1-4/+0
2018-07-26net: phy: Clean up includes of common.hJoe Hershberger1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-15phy: atheros: set auto-negotiation for AR8021Zhao Qiang1-0/+1
2016-10-13drivers: net: phy: atheros: add separate config for AR8031Mugunthan V N1-1/+36
2016-10-13phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXIDAndrea Merello1-0/+16
2016-02-26net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang1-0/+3
2016-01-07phy: atheros: Use ar8035_config for AR8031Fabio Estevam1-1/+1
2014-05-12AR8035/phy: Enable autonegotiation function for ar8035Xiaobo Xie1-3/+1
2014-04-23ar8031: modify the config func of ar8031 to ar8021_configZhao Qiang1-1/+1
2014-03-07net/phy: Correct AR8021 phy_maskHaijun.Zhang1-1/+1
2014-02-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+1
2014-02-25ar8031/8033/phy:enable autonegotiation for ar8031/8033Zhao Qiang1-0/+1
2014-02-19net, phy: atheros ar803x bugHeiko Schocher1-1/+1
2014-01-15net: phy: atheros: Fix the masks for AR8031/8035Fabio Estevam1-2/+2
2013-11-23net: phy: atheros: Fix masks for AR8035 and AR8021Fabio Estevam1-1/+1
2013-11-23net/phy: Fix the phy id mask of AR8031Chunhe Lan1-1/+1
2013-11-23net, phy: fix AR8031 phy_maskHeiko Schocher1-1/+1
2013-11-23phylib: update atheros ar803x phyShengzhou Liu1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-15/+1
2013-06-25phylib: add atheros ar803x phyHeiko Schocher1-1/+12
2013-06-25phylib: Add Atheros AR8035 GETH PHY supportXie Xiaobo1-1/+33
2012-11-04net/: sparse fixesKim Phillips1-1/+1
2011-04-21phylib: Add a bunch of PHY drivers from tsecAndy Fleming1-0/+48