History log of /freebsd/sys/dev/dwc/dwc1000_dma.h (Results 1 – 6 of 6)
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.


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

dwc: Put all DMA related defines in dma1000_dma.c

No need to polute dwm1000_dma.h now.

No functional changes intended.


# 627726b5 28-Sep-2023 Emmanuel Vadot <manu@FreeBSD.org>

dwc: Move struct dwc_hash_maddr_ctx declaration in dwc1000_core

it's only used there.

No functional change intended.


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

dwc: Move the txstart dma part to dwc1000_dma

This is dma related to move it to the dma file.

No functional changes intended.


# 972adf0f 28-Sep-2023 Emmanuel Vadot <manu@FreeBSD.org>

dwc: Split dma functions

Synopsis/Designware controller have multiple dma version, the one included
in the driver is the base one. if_awg is one example of a dwc variant that
have another DMA contro

dwc: Split dma functions

Synopsis/Designware controller have multiple dma version, the one included
in the driver is the base one. if_awg is one example of a dwc variant that
have another DMA controller. eqos is a newer variant of dwc that have a newer
dma controller.
In the goal to support all of those in the same base driver start splitting the
dma function to a new file.

No functional changes intended.

show more ...