Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-8] src/sys



Module Name:    src
Committed By:   snj
Date:           Fri Jun  9 16:59:20 UTC 2017

Modified Files:
        src/sys/arch/arm/fdt [netbsd-8]: files.fdt
        src/sys/arch/evbarm/conf [netbsd-8]: VEXPRESS_A15
        src/sys/conf [netbsd-8]: files
Added Files:
        src/sys/arch/arm/fdt [netbsd-8]: aaci_fdt.c
        src/sys/dev/ic [netbsd-8]: pl041.c pl041var.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/arm/fdt/aaci_fdt.c
cvs rdiff -u -r1.9 -r1.9.2.1 src/sys/arch/arm/fdt/files.fdt
cvs rdiff -u -r1.12.2.1 -r1.12.2.2 src/sys/arch/evbarm/conf/VEXPRESS_A15
cvs rdiff -u -r1.1173 -r1.1173.2.1 src/sys/conf/files
cvs rdiff -u -r0 -r1.3.2.2 src/sys/dev/ic/pl041.c
cvs rdiff -u -r0 -r1.1.2.2 src/sys/dev/ic/pl041var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index