summaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29net: dwc_eth_qos: Add StarFive VisionFive 2 board supportHal Feng1-0/+13
2022-10-18net:dwc_eth_qos:starfive: remove phy-reset-gpio setyanhong.wang1-18/+1
2022-10-18net: dwc_eth_qos:starfive: update clk inityanhong.wang1-96/+23
2022-10-18net: dwc_eth_qos:starfive: add jh7110 supportyanhong.wang1-0/+283
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay1-75/+22
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay1-50/+0
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay1-5/+0
2021-07-06net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay1-2/+0
2021-06-18net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas1-12/+1
2021-06-18net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas1-3/+3
2021-02-08net: eqos: Reduce the MDIO wait timeYe Li1-1/+1
2021-01-19net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut1-78/+51
2020-12-19net: Update to use new sequence numbersSimon Glass1-1/+1
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-09-30net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay1-4/+3
2020-08-05net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay1-3/+9
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-2/+2
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-2/+2
2020-07-07net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+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/+1
2020-05-10eQos: Implement the read_rom_hwaddr callbackYe Li1-0/+11
2020-05-10net: eqos: implement callbaks to get interface and set txclk rateFugang Duan1-3/+52
2020-05-10net: dwc_eth_qos: add dwc eqos for imx supportFugang Duan1-14/+171
2020-05-10net: Update eQos driver and FEC driver to use eth phy interfacesYe Li1-14/+31
2020-05-01net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut1-1/+3
2020-05-01net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut1-0/+6
2020-05-01net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut1-0/+1
2020-05-01net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut1-1/+1
2020-05-01net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut1-1/+2
2020-05-01net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut1-2/+2
2020-04-15net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay1-1/+18
2020-04-15net: dwc_eth_qos: implement reset-gpios for stm32Christophe Roullier1-0/+53
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-20net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYsMarek Vasut1-1/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-09-04net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay1-13/+3
2019-09-04net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay1-6/+6
2019-06-06net: dwc_eth_qos: add Ethernet stm32mp1 supportChristophe Roullier1-52/+383
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-8/+9
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-46/+46
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-2/+2