| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Drop DM_PCI check from designware driver | Simon Glass | 2021-09-13 | 1 | -12/+10 |
* | net: designware: fix PHY reset with DM_MDIO | Neil Armstrong | 2021-04-28 | 1 | -4/+11 |
* | net: designware: remove amlogic compatibles | Neil Armstrong | 2021-04-06 | 1 | -3/+0 |
* | net: designware: add DM_MDIO support | Neil Armstrong | 2021-04-06 | 1 | -1/+92 |
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat() | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat() | Simon Glass | 2020-12-13 | 1 | -5/+5 |
* | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 2020-12-13 | 1 | -2/+2 |
* | dm: add cells_count parameter in *_count_phandle_with_args | Patrick Delaunay | 2020-10-06 | 1 | -1/+2 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 1 | -1/+1 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+2 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | dm: gpio: Allow control of GPIO uclass in SPL | Simon Glass | 2019-12-15 | 1 | -5/+5 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | NET: DW: fix regression for ARC boards | Eugeniy Paltsev | 2019-10-07 | 1 | -0/+1 |
* | net: designware: drop compatible altr, socfpga-stmmac | Ralph Siemsen | 2019-09-04 | 1 | -1/+0 |
* | net: designware: use 'phy_connect' instead of open coded | Simon Goldschmidt | 2019-07-25 | 1 | -5/+3 |
* | net: designware: remove mdio bus on probe failure | Simon Goldschmidt | 2019-07-18 | 1 | -5/+15 |
* | net: designware: clear padding bytes | Simon Goldschmidt | 2019-01-24 | 1 | -2/+4 |
* | net: designware: fix tx packet length | Simon Goldschmidt | 2019-01-24 | 1 | -5/+7 |
* | net: designware: add meson meson axg compatible | Neil Armstrong | 2018-11-26 | 1 | -0/+1 |
* | net: designware: add meson meson gxbb compatible | Neil Armstrong | 2018-11-26 | 1 | -0/+1 |
* | net: designware: Add reset ctrl to driver | Ley Foon Tan | 2018-07-09 | 1 | -0/+8 |
* | net: designware: set the PS bit when resetting DMA bus in MII configuration | Quentin Schulz | 2018-06-13 | 1 | -0/+9 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | NET: designware: fix clock enable | Eugeniy Paltsev | 2018-02-26 | 1 | -1/+1 |
* | net: designware: Pad small packets | Florian Fainelli | 2018-01-15 | 1 | -0/+5 |
* | net: designware: add clock support | Patrice Chotard | 2018-01-15 | 1 | -0/+43 |
* | net: designware: Convert to livetree | Philipp Tomsich | 2017-09-18 | 1 | -8/+3 |
* | rockchip: net: dm: convert fdt_get to dev_read | Philipp Tomsich | 2017-07-11 | 1 | -4/+3 |
* | net: designware: Add phy supply support | Jacob Chen | 2017-06-02 | 1 | -0/+17 |
* | dm: Rename dev_addr..() functions | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2017-02-09 | 1 | -0/+1 |
|\ |
|
| * | net: designware: Fix for use with current Linux device tree for Meson GX | Heiner Kallweit | 2017-02-07 | 1 | -0/+1 |
* | | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 1 | -4/+5 |
|/ |
|
* | net: stm32: add designware mac glue code for stm32 | Michael Kurz | 2017-01-28 | 1 | -0/+1 |
* | net: designware: Export the operation functions | Simon Glass | 2017-01-11 | 1 | -10/+9 |
* | net: designware: Split the link init into a separate function | Simon Glass | 2017-01-11 | 1 | -2/+24 |
* | net: designware: Adjust dw_adjust_link() to return an error | Simon Glass | 2017-01-11 | 1 | -4/+8 |
* | net: designware: Export various functions/struct to allow subclassing | Sjoerd Simons | 2017-01-11 | 1 | -3/+3 |
* | meson: odroid-c2: enable Ethernet support through the device tree | Beniamino Galvani | 2016-09-06 | 1 | -0/+1 |
* | net: designware: Make driver independent from DM_GPIO again | Alexey Brodkin | 2016-07-06 | 1 | -2/+8 |
* | Merge git://git.denx.de/u-boot-rockchip | Tom Rini | 2016-05-27 | 1 | -6/+70 |
|\ |
|
| * | net: designware: support phy reset device-tree bindings | Sjoerd Simons | 2016-05-27 | 1 | -6/+70 |
* | | net: designware: fix descriptor layout and warnings on 64-bit archs | Beniamino Galvani | 2016-05-27 | 1 | -27/+32 |
|/ |
|
* | net: designware: Use dm_pci_mem_to_phys() in the probe routine | Bin Meng | 2016-02-05 | 1 | -3/+1 |