History log of /freebsd/sys/dev/dwc/dwc1000_core.h (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 363b7c39 04-Oct-2023 Emmanuel Vadot <manu@FreeBSD.org>

dwc: Move the dma reset code in dwc1000_dma.c

No functional changes intended


# 29776aa4 03-Oct-2023 Emmanuel Vadot <manu@FreeBSD.org>

dwc: Move interrupt related code to core and dma file

No functional changes intended.


# 62519d5a 28-Sep-2023 Emmanuel Vadot <manu@FreeBSD.org>

dwc: Split core functions

Synopsis/Designware controller have multiple version. The version currently
supported by dwc(4) is the version 3 and it's usually called 1000 for gigabit.
In the goal to su

dwc: Split core functions

Synopsis/Designware controller have multiple version. The version currently
supported by dwc(4) is the version 3 and it's usually called 1000 for gigabit.
In the goal to support all of those in the same base driver start splitting the
core function to a new file.

No functional changes intended.

show more ...