Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sun4i_dma.c
RevisionDateAuthorComments
 1.8  27-Jan-2021  thorpej Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.7  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.6  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.5  18-Jan-2021  thorpej Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.

Fix several "loses const qualifier" bugs encountered during
this conversion.
 1.4  15-Jan-2021  jmcneill use fdtbus_intr_establish_xname
 1.3  20-Apr-2018  bouyer branches: 1.3.14;
sun4idma_halt(): do not set the control register to 0 but just clear
the LOAD bit. This is how it was done in the allwinner code.
I don't know why but without this, I could play sound (via sunxi_codec)
only once. After the call to sunxi_codec_halt_output(), subsequent play
would output only silence.
 1.2  10-Apr-2018  jmcneill Initialize DDMA_PARA_REG with a sane value
 1.1  27-Aug-2017  jmcneill branches: 1.1.2; 1.1.4;
Add sun4i DMA and audio codec support.
 1.1.4.2  22-Apr-2018  pgoyette Sync with HEAD
 1.1.4.1  16-Apr-2018  pgoyette Sync with HEAD, resolve some conflicts
 1.1.2.2  03-Dec-2017  jdolecek update from HEAD
 1.1.2.1  27-Aug-2017  jdolecek file sun4i_dma.c was added on branch tls-maxphys on 2017-12-03 11:35:56 +0000
 1.3.14.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed