aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass84-0/+84
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass4-30/+30
2020-05-18common: Drop linux/bug.h from common headerSimon Glass8-0/+8
2020-05-18common: Drop log.h from common headerSimon Glass77-1/+81
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass8-28/+35
2020-05-18common: Drop image.h from common headerSimon Glass7-0/+7
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass32-0/+40
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2-2/+2
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2-2/+2
2020-05-12net: bcmgenet: Don't set ID_MODE_DIS when not using RGMIINicolas Saenz Julienne1-1/+4
2020-05-11Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+4
2020-05-10eQos: Implement the read_rom_hwaddr callbackYe Li1-0/+11
2020-05-10fec: Move imx_get_mac_from_fuse declare to imx fileYe Li1-2/+0
2020-05-10net: eqos: implement callbaks to get interface and set txclk rateFugang Duan1-3/+52
2020-05-10net: dwc_eth_qos: add dwc eqos for imx supportFugang Duan1-14/+171
2020-05-10net: phy: realtek: add rx delay support for RTL8211FFugang Duan1-0/+11
2020-05-10net: Update eQos driver and FEC driver to use eth phy interfacesYe Li2-16/+45
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li3-0/+129
2020-05-10net: fec: add fuse checkPeng Fan1-0/+14
2020-05-09net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii modeMurali Karicheri1-0/+4
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
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-2/+72
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck1-11/+23
2020-05-01net: smc911x: Add DM supportMarek Vasut2-0/+117
2020-05-01net: fec: Add possibility to enable TXC delayPhilippe Schenker2-0/+12
2020-05-01net: phy: micrel: Add basic support for KSZ9131Philippe Schenker1-0/+58
2020-05-01net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker1-2/+2
2020-05-01net: smc911x: Split non-DM specific bits from common codeMarek Vasut1-14/+43
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut1-14/+16
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut1-108/+124
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut1-6/+7
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut1-10/+4
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut2-158/+156
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut1-24/+40
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut1-2/+10
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut1-11/+16
2020-05-01net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut1-2/+2
2020-05-01net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut1-5/+3