Home | History | Annotate | Download | only in fdt
History log of /src/sys/arch/arm/fdt/aaci_fdt.c
RevisionDateAuthorComments
 1.3  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.2  15-Jan-2021  ryo use fdtbus_intr_establish_xname
 1.1  08-Jun-2017  jmcneill branches: 1.1.2; 1.1.6; 1.1.8; 1.1.24;
Add fdt glue for ARM PrimeCell Advanced Audio CODEC interface (PL041).
 1.1.24.1  03-Apr-2021  thorpej Sync with HEAD.
 1.1.8.2  03-Dec-2017  jdolecek update from HEAD
 1.1.8.1  08-Jun-2017  jdolecek file aaci_fdt.c was added on branch tls-maxphys on 2017-12-03 11:35:52 +0000
 1.1.6.2  28-Aug-2017  skrll Sync with HEAD
 1.1.6.1  08-Jun-2017  skrll file aaci_fdt.c was added on branch nick-nhusb on 2017-08-28 17:51:30 +0000
 1.1.2.2  09-Jun-2017  snj Pull up following revision(s) (requested by jmcneill in ticket #17):
sys/arch/arm/fdt/aaci_fdt.c: revision 1.1
sys/arch/arm/fdt/files.fdt: revision 1.10
sys/arch/evbarm/conf/VEXPRESS_A15: revisions 1.14, 1.15
sys/conf/files: revision 1.1174
sys/dev/ic/pl041.c: revisions 1.1-1.3
sys/dev/ic/pl041var.h: revision 1.1
Add driver for ARM PrimeCell Advanced Audio CODEC interface (PL041).
Don't expect this driver to work on real hardware, but QEMU emulates it.
--
Add fdt glue for ARM PrimeCell Advanced Audio CODEC interface (PL041).
--
Add aaci at fdt, commented out for now. Driver should work (tm) but QEMU
and my old Thinkpad can't seem to keep up.
--
Fix two bugs:
- Inverted test for fifo status in aaci_write_data
- Return success from trigger_output (thanks nat)
--
Enable aaci
--
bus_space_write_multi_4 takes a count, not number of bytes. With this,
audio works in qemu.
 1.1.2.1  08-Jun-2017  snj file aaci_fdt.c was added on branch netbsd-8 on 2017-06-09 16:59:20 +0000

RSS XML Feed