summaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+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/+1
* eQos: Implement the read_rom_hwaddr callbackYe Li2020-05-101-0/+11
* 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: Update eQos driver and FEC driver to use eth phy interfacesYe Li2020-05-101-14/+31
* net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut2020-05-011-1/+3
* net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut2020-05-011-0/+6
* net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut2020-05-011-0/+1
* net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut2020-05-011-1/+1
* net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut2020-05-011-1/+2
* net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut2020-05-011-2/+2
* net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay2020-04-151-1/+18
* net: dwc_eth_qos: implement reset-gpios for stm32Christophe Roullier2020-04-151-0/+53
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYsMarek Vasut2019-12-201-1/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay2019-09-041-13/+3
* net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay2019-09-041-6/+6
* net: dwc_eth_qos: add Ethernet stm32mp1 supportChristophe Roullier2019-06-061-52/+383
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-8/+9
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-46/+46
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-2/+2
* net: add driver for Synopsys Ethernet QoS deviceStephen Warren2016-11-071-0/+1552