summaryrefslogtreecommitdiff
path: root/drivers/net/designware.c
Commit message (Expand)AuthorAgeFilesLines
* net: Drop DM_PCI check from designware driverSimon Glass2021-09-131-12/+10
* net: designware: fix PHY reset with DM_MDIONeil Armstrong2021-04-281-4/+11
* net: designware: remove amlogic compatiblesNeil Armstrong2021-04-061-3/+0
* net: designware: add DM_MDIO supportNeil Armstrong2021-04-061-1/+92
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-5/+5
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-061-1/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-5/+5
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* NET: DW: fix regression for ARC boardsEugeniy Paltsev2019-10-071-0/+1
* net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen2019-09-041-1/+0
* net: designware: use 'phy_connect' instead of open codedSimon Goldschmidt2019-07-251-5/+3
* net: designware: remove mdio bus on probe failureSimon Goldschmidt2019-07-181-5/+15
* net: designware: clear padding bytesSimon Goldschmidt2019-01-241-2/+4
* net: designware: fix tx packet lengthSimon Goldschmidt2019-01-241-5/+7
* net: designware: add meson meson axg compatibleNeil Armstrong2018-11-261-0/+1
* net: designware: add meson meson gxbb compatibleNeil Armstrong2018-11-261-0/+1
* net: designware: Add reset ctrl to driverLey Foon Tan2018-07-091-0/+8
* net: designware: set the PS bit when resetting DMA bus in MII configurationQuentin Schulz2018-06-131-0/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* NET: designware: fix clock enableEugeniy Paltsev2018-02-261-1/+1
* net: designware: Pad small packetsFlorian Fainelli2018-01-151-0/+5
* net: designware: add clock supportPatrice Chotard2018-01-151-0/+43
* net: designware: Convert to livetreePhilipp Tomsich2017-09-181-8/+3
* rockchip: net: dm: convert fdt_get to dev_readPhilipp Tomsich2017-07-111-4/+3
* net: designware: Add phy supply supportJacob Chen2017-06-021-0/+17
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-091-0/+1
|\
| * net: designware: Fix for use with current Linux device tree for Meson GXHeiner Kallweit2017-02-071-0/+1
* | dm: core: Replace of_offset with accessorSimon Glass2017-02-081-4/+5
|/
* net: stm32: add designware mac glue code for stm32Michael Kurz2017-01-281-0/+1
* net: designware: Export the operation functionsSimon Glass2017-01-111-10/+9
* net: designware: Split the link init into a separate functionSimon Glass2017-01-111-2/+24
* net: designware: Adjust dw_adjust_link() to return an errorSimon Glass2017-01-111-4/+8
* net: designware: Export various functions/struct to allow subclassingSjoerd Simons2017-01-111-3/+3
* meson: odroid-c2: enable Ethernet support through the device treeBeniamino Galvani2016-09-061-0/+1
* net: designware: Make driver independent from DM_GPIO againAlexey Brodkin2016-07-061-2/+8
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-05-271-6/+70
|\
| * net: designware: support phy reset device-tree bindingsSjoerd Simons2016-05-271-6/+70
* | net: designware: fix descriptor layout and warnings on 64-bit archsBeniamino Galvani2016-05-271-27/+32
|/
* net: designware: Use dm_pci_mem_to_phys() in the probe routineBin Meng2016-02-051-3/+1