index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
if_dwqe_fdt.c
Age
Commit message (
Expand
)
Author
2024-02-26
Add RK3588 support. Rework the RK3568 support to take advantage of the
Mark Kettenis
2023-10-10
Fiv the value written to dwqe(4) MAC_1US_TIC_CTR register.
Stefan Sperling
2023-10-09
allow dwqe.c to build on architectures that do not have machine/fdt.h
Stefan Sperling
2023-08-30
On JH7110, configure the tx clock according to the selected speed if
Mark Kettenis
2023-07-08
Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs may
Mark Kettenis
2023-07-04
Add StarFive JH7110 support.
Mark Kettenis
2023-05-30
spelling
Jonathan Gray
2023-04-24
handle fixed-link configuration in the device tree.
David Gwynne
2023-04-22
use if_baudrate and if_link_state for mac config, not mii media values
David Gwynne
2023-04-07
print which gmac the dwqe driver is attaching to.
David Gwynne
2023-04-07
Determine PHY mode and pass the appropriate flags down to the PHY when we
Mark Kettenis
2023-04-07
register a mapping of dwqe interfaces to ofw nodes/phandles.
David Gwynne
2023-04-06
better handle "phy-mode" properties, in particular around clk delays.
David Gwynne
2023-03-26
Aparantly we must configure the RGMII interface (and possible the TX/RX
Mark Kettenis
2023-03-25
The "snps,reset-*" properties are deprecatedand are being replaced with
Mark Kettenis
2023-03-19
Use a task to switch clocks on RK3568 as the clock API needs process context.
Mark Kettenis
2023-02-15
Don't print the version twice, but do print a newline before attaching the
Mark Kettenis
2023-02-13
Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controller
Patrick Wildt