summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dwqevar.h
AgeCommit message (Expand)Author
2024-02-26Add RK3588 support. Rework the RK3568 support to take advantage of theMark Kettenis
2023-11-11Attach dwqe(4) to Intel Elkhart Lake PSE SGMII devices.Stefan Sperling
2023-10-11Add initial support for Elkhart Lake ethernet to dwqe(4).Stefan Sperling
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-04-24handle fixed-link configuration in the device tree.David Gwynne
2023-04-23rename sc_tick to sc_phy_tick. no functional change.David Gwynne
2023-04-07register a mapping of dwqe interfaces to ofw nodes/phandles.David Gwynne
2023-04-07Determine PHY mode and pass the appropriate flags down to the PHY when weMark Kettenis
2023-03-19Use a task to switch clocks on RK3568 as the clock API needs process context.Mark Kettenis
2023-02-13Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controllerPatrick Wildt