summaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos.c
Commit message (Expand)AuthorAgeFilesLines
* net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay2021-07-221-0/+2
* net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay2021-07-221-75/+22
* net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay2021-07-221-50/+0
* net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay2021-07-221-5/+0
* net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay2021-07-061-2/+0
* net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas2021-06-181-12/+1
* net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas2021-06-181-3/+3
* net: eqos: Reduce the MDIO wait timeYe Li2021-02-081-1/+1
* net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut2021-01-191-78/+51
* net: Update to use new sequence numbersSimon Glass2020-12-181-1/+1
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay2020-09-301-4/+3
* net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay2020-08-041-3/+9
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-2/+2
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-2/+2
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-2/+2
* net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay2020-07-071-1/+1
* 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