summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: xilinx: Break while loop over ethernet phyMichal Simek2021-04-291-2/+2
* net: phy: fixed: Support the old DT bindingBin Meng2021-04-151-3/+23
* net: phy: fixed: Add the missing ending newlineBin Meng2021-04-151-1/+1
* net: phy: fixed: Make driver ops staticBin Meng2021-04-151-4/+4
* net: phy: Simplify the logic of phy_connect_fixed()Bin Meng2021-04-151-8/+8
* net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng2021-04-152-6/+1
* net: phy: xilinx: Be compatible with live OF treeBin Meng2021-04-152-44/+40
* net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean2021-04-151-6/+0
* net: phy: fixed: Be compatible with live OF treeVladimir Oltean2021-04-152-24/+32
* net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean2021-02-161-0/+31
* net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean2021-02-161-1/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-024-2/+5
* net: phy: micrel: Try default PHY ofnode firstMarek Vasut2021-01-271-2/+7
* net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang2021-01-274-0/+144
* net: phy: micrel: fix typoClaudiu Beznea2021-01-191-1/+1
* net: phy: micrel: add support for DLL setup on ksz9131Claudiu Beznea2021-01-191-1/+62
* common: board_r: Drop initr_bbmii wrapperOvidiu Panait2021-01-151-1/+3
* drivers/net/phy: Add CORTINA_NO_FW_UPLOAD to KconfigMeenakshi Aggarwal2020-12-102-4/+13
* Merge branch 'next'Tom Rini2020-10-052-26/+107
|\
| * net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xxHeiko Stuebner2020-09-301-24/+46
| * net: phy: mscc: make clock-output configurable on vsc85xxHeiko Stuebner2020-09-301-0/+59
| * phy: make phy_connect_fixed work with a null mdio busVladimir Oltean2020-09-241-2/+2
* | drivers: net: phy: Use Aquantia driver for AQR113CMadalin Bucur2020-09-241-0/+15
|/
* net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar2020-07-072-0/+44
* net: phy: realtek: Add support for RTL8201F PHY module.Amit Singh Tomar2020-07-071-0/+20
* Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-06-251-4/+3
|\
| * phy: atheros: ar8035: Fix clock output calculationFabio Estevam2020-06-221-4/+3
* | net: phy: Add DP8382x phy registration to TI PHY initDan Murphy2020-06-122-0/+90
* | net: phy: Add support for TI PHY initDan Murphy2020-06-125-2/+45
* | net: phy: add phyid search in vendor specific spaceFlorin Chiculita2020-06-121-6/+16
* | net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue2020-06-121-0/+16
|/
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-189-0/+9
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1810-0/+10
* common: Drop log.h from common headerSimon Glass2020-05-1810-0/+10
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-6/+8
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* net: phy: realtek: add rx delay support for RTL8211FFugang Duan2020-05-101-0/+11
* phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle2020-05-071-27/+3
* phy: atheros: ar8035: remove static clock configMichael Walle2020-05-071-13/+0
* phy: atheros: add device tree bindings and configMichael Walle2020-05-071-2/+222
* phy: atheros: move delay config to common functionMichael Walle2020-05-071-16/+22
* phy: atheros: introduce debug read and write functionsMichael Walle2020-05-071-16/+41
* phy: atheros: use defines for PHY IDsMichael Walle2020-05-071-3/+7
* phy: atheros: fix AR8021 PHY ID maskMichael Walle2020-05-071-1/+1
* phy: atheros: Clarify the intention of ar8021_configVladimir Oltean2020-05-071-4/+4
* phy: atheros: Explicitly disable RGMII delaysVladimir Oltean2020-05-071-0/+8
* phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean2020-05-071-5/+14
* phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean2020-05-071-28/+41
* phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean2020-05-071-4/+0
* net: phy: micrel: Add basic support for KSZ9131Philippe Schenker2020-05-011-0/+58