summaryrefslogtreecommitdiff
path: root/drivers/net/designware.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-14net: Drop DM_PCI check from designware driverSimon Glass1-12/+10
2021-04-28net: designware: fix PHY reset with DM_MDIONeil Armstrong1-4/+11
2021-04-06net: designware: remove amlogic compatiblesNeil Armstrong1-3/+0
2021-04-06net: designware: add DM_MDIO supportNeil Armstrong1-1/+92
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-5/+5
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-5/+5
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev1-0/+1
2019-09-04net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen1-1/+0
2019-07-25net: designware: use 'phy_connect' instead of open codedSimon Goldschmidt1-5/+3
2019-07-19net: designware: remove mdio bus on probe failureSimon Goldschmidt1-5/+15
2019-01-24net: designware: clear padding bytesSimon Goldschmidt1-2/+4
2019-01-24net: designware: fix tx packet lengthSimon Goldschmidt1-5/+7
2018-11-26net: designware: add meson meson axg compatibleNeil Armstrong1-0/+1
2018-11-26net: designware: add meson meson gxbb compatibleNeil Armstrong1-0/+1
2018-07-09net: designware: Add reset ctrl to driverLey Foon Tan1-0/+8
2018-06-13net: designware: set the PS bit when resetting DMA bus in MII configurationQuentin Schulz1-0/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-02-27NET: designware: fix clock enableEugeniy Paltsev1-1/+1
2018-01-15net: designware: Pad small packetsFlorian Fainelli1-0/+5
2018-01-15net: designware: add clock supportPatrice Chotard1-0/+43
2017-09-18net: designware: Convert to livetreePhilipp Tomsich1-8/+3
2017-07-11rockchip: net: dm: convert fdt_get to dev_readPhilipp Tomsich1-4/+3
2017-06-02net: designware: Add phy supply supportJacob Chen1-0/+17
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-4/+5
2017-02-07net: designware: Fix for use with current Linux device tree for Meson GXHeiner Kallweit1-0/+1
2017-01-28net: stm32: add designware mac glue code for stm32Michael Kurz1-0/+1
2017-01-12net: designware: Export the operation functionsSimon Glass1-10/+9
2017-01-12net: designware: Split the link init into a separate functionSimon Glass1-2/+24
2017-01-12net: designware: Adjust dw_adjust_link() to return an errorSimon Glass1-4/+8
2017-01-12net: designware: Export various functions/struct to allow subclassingSjoerd Simons1-3/+3
2016-09-06meson: odroid-c2: enable Ethernet support through the device treeBeniamino Galvani1-0/+1
2016-07-06net: designware: Make driver independent from DM_GPIO againAlexey Brodkin1-2/+8
2016-05-27Merge git://git.denx.de/u-boot-rockchipTom Rini1-6/+70
2016-05-27net: designware: fix descriptor layout and warnings on 64-bit archsBeniamino Galvani1-27/+32
2016-05-27net: designware: support phy reset device-tree bindingsSjoerd Simons1-6/+70
2016-02-05net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng1-3/+1