Received: by mail.netbsd.org (Postfix, from userid 605) id 35F5584DF5; Fri, 9 Jun 2017 16:59:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B843484DEE for ; Fri, 9 Jun 2017 16:59:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id evGWxL3EiVue for ; Fri, 9 Jun 2017 16:59:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 244B184CE2 for ; Fri, 9 Jun 2017 16:59:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D704FB81; Fri, 9 Jun 2017 16:59:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 9 Jun 2017 16:59:21 +0000 From: "Soren Jacobsen" Subject: CVS commit: [netbsd-8] src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170609165921.1D704FB81@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Soren Jacobsen" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: 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.