summaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos.c
AgeCommit message (Expand)Author
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32Patrice Chotard
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard
2022-08-08net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay
2022-08-08net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes
2022-08-08net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes
2022-08-08net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes
2022-07-26net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddrPeng Fan
2022-07-26net: eqos: add function to get phy node and addressYe Li
2022-07-26net: dwc_eth_qos: move i.MX code outPeng Fan
2022-07-26net: dwc_eth_qos: public some functionsPeng Fan
2022-07-26net: dwc_eth_qos: fix build break when CLK not enabledPeng Fan
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-04-12ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible stringMarek Vasut
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek BehĂșn
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek BehĂșn
2021-12-02net: dwc_eth_qos: Enable clock in probeMarek Vasut
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay
2021-07-06net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGNPatrick Delaunay
2021-06-18net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7bDaniil Stas
2021-06-18net: dwc_eth_qos: Fix needless phy auto-negotiation restartsDaniil Stas
2021-02-08net: eqos: Reduce the MDIO wait timeYe Li
2021-01-19net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut
2020-12-18net: Update to use new sequence numbersSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-09-30net: dwc_eth_qos: Convert to use APIs which support live DTPatrick Delaunay
2020-08-04net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-07net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-10eQos: Implement the read_rom_hwaddr callbackYe Li
2020-05-10net: eqos: implement callbaks to get interface and set txclk rateFugang Duan
2020-05-10net: dwc_eth_qos: add dwc eqos for imx supportFugang Duan
2020-05-10net: Update eQos driver and FEC driver to use eth phy interfacesYe Li
2020-05-01net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut
2020-05-01net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut
2020-05-01net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut
2020-05-01net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut
2020-05-01net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut
2020-05-01net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut
2020-04-15net: dwc_eth_qos: implement phy reg and max-speed for stm32Patrick Delaunay