summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: fec: Allow the PHY node to be retrievedFabio Estevam2020-06-222-2/+6
* phy: atheros: ar8035: Fix clock output calculationFabio Estevam2020-06-221-4/+3
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxWIP/08Jun2020Tom Rini2020-06-083-11/+162
|\
| * net: tsec: Access TBI PHY through the corresponding MIIHou Zhiqiang2020-06-041-4/+21
| * net: tsec: Access eTSEC registers using virtual addressHou Zhiqiang2020-06-041-3/+8
| * net: tsec: fsl_mdio: add DM MDIO supportMadalin Bucur2020-06-041-6/+134
| * drivers: net: e1000: with DM_ETH needs DM_PCI tooMadalin Bucur2020-06-031-0/+1
* | net: sun8i_emac: Add support for the H6 variantSamuel Holland2020-06-011-4/+10
* | net: sun8i_emac: Use consistent clock bitfield definitionsSamuel Holland2020-06-011-3/+3
|/
* net: ks8851: Add Kconfig entriesMarek Vasut2020-05-221-0/+14
* net: ks8851: Add DM supportMarek Vasut2020-05-221-0/+103
* net: ks8851: Receive one packet per recv callMarek Vasut2020-05-221-29/+36
* net: ks8851: Split non-DM specific bits from common codeMarek Vasut2020-05-221-16/+44
* net: ks8851: Pass around driver private dataMarek Vasut2020-05-221-124/+133
* net: ks8851: Checkpatch cleanupMarek Vasut2020-05-221-9/+10
* net: ks8851: Clean up chip ID readoutMarek Vasut2020-05-221-19/+2
* net: ks8851: Remove type_frame_headMarek Vasut2020-05-221-29/+7
* net: ks8851: Trim down struct ks_netMarek Vasut2020-05-221-61/+9
* net: ks8851: Use 16bit RXQCR accessMarek Vasut2020-05-221-13/+4
* net: ks8851: Remove RXQCR cacheMarek Vasut2020-05-221-9/+6
* net: ks8851: Replace malloc()+memset() with calloc()Marek Vasut2020-05-221-6/+3
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/20May2020Tom Rini2020-05-202-5/+31
|\
| * net: fsl-mc: fixup DPC: add /board/ports node if missingRazvan Ionut Cirjan2020-05-191-3/+14
| * drivers: net: fsl-mc: fixup msi-map propertyLaurentiu Tudor2020-05-191-1/+16
| * driver: net: fm: minor fix in DM ETH supportMadalin Bucur2020-05-191-1/+1
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1845-0/+45
* | common: Drop linux/delay.h from common headerSimon Glass2020-05-1884-0/+84
* | Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-184-30/+30
* | common: Drop linux/bug.h from common headerSimon Glass2020-05-188-0/+8
* | common: Drop log.h from common headerSimon Glass2020-05-1877-1/+81
* | command: Remove the cmd_tbl_t typedefSimon Glass2020-05-188-28/+35
* | common: Drop image.h from common headerSimon Glass2020-05-187-0/+7
* | common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* | common: Drop net.h from common headerSimon Glass2020-05-1832-0/+40
|/
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-152-2/+2
* rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2020-05-152-2/+2
* net: bcmgenet: Don't set ID_MODE_DIS when not using RGMIINicolas Saenz Julienne2020-05-121-1/+4
* Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-05-111-0/+4
|\
| * net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii modeMurali Karicheri2020-05-091-0/+4
* | eQos: Implement the read_rom_hwaddr callbackYe Li2020-05-101-0/+11
* | fec: Move imx_get_mac_from_fuse declare to imx fileYe Li2020-05-101-2/+0
* | net: eqos: implement callbaks to get interface and set txclk rateFugang Duan2020-05-101-3/+52
* | net: dwc_eth_qos: add dwc eqos for imx supportFugang Duan2020-05-101-14/+171
* | net: phy: realtek: add rx delay support for RTL8211FFugang Duan2020-05-101-0/+11
* | net: Update eQos driver and FEC driver to use eth phy interfacesYe Li2020-05-102-16/+45
* | net: Add eth phy generic driver for shared MDIOYe Li2020-05-103-0/+129
* | net: fec: add fuse checkPeng Fan2020-05-101-0/+14
|/
* phy: atheros: consolidate {ar8031|ar8035}_config()WIP/2020-05-07-atheros-phy-improvementsMichael 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