summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/if_dwqe_fdt.c
AgeCommit message (Expand)Author
2024-02-26Add RK3588 support. Rework the RK3568 support to take advantage of theMark Kettenis
2023-10-10Fiv the value written to dwqe(4) MAC_1US_TIC_CTR register.Stefan Sperling
2023-10-09allow dwqe.c to build on architectures that do not have machine/fdt.hStefan Sperling
2023-08-30On JH7110, configure the tx clock according to the selected speed ifMark Kettenis
2023-07-08Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs mayMark Kettenis
2023-07-04Add StarFive JH7110 support.Mark Kettenis
2023-05-30spellingJonathan Gray
2023-04-24handle fixed-link configuration in the device tree.David Gwynne
2023-04-22use if_baudrate and if_link_state for mac config, not mii media valuesDavid Gwynne
2023-04-07print which gmac the dwqe driver is attaching to.David Gwynne
2023-04-07Determine PHY mode and pass the appropriate flags down to the PHY when weMark Kettenis
2023-04-07register a mapping of dwqe interfaces to ofw nodes/phandles.David Gwynne
2023-04-06better handle "phy-mode" properties, in particular around clk delays.David Gwynne
2023-03-26Aparantly we must configure the RGMII interface (and possible the TX/RXMark Kettenis
2023-03-25The "snps,reset-*" properties are deprecatedand are being replaced withMark Kettenis
2023-03-19Use a task to switch clocks on RK3568 as the clock API needs process context.Mark Kettenis
2023-02-15Don't print the version twice, but do print a newline before attaching theMark Kettenis
2023-02-13Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controllerPatrick Wildt