aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/freescale/vybrid/vf_sai.c
Commit message (Expand)AuthorAgeFilesLines
* sound: Make device registration more intuitiveChristos Margiolis2024-11-031-6/+6
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-061-1/+0
* freescale: Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* arm vybrid: #if 0 variables only used under #if 0.John Baldwin2022-04-131-1/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-141-9/+8
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-6/+6
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-041-1/+0
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* - Decrease buffer size.Ruslan Bukin2014-02-161-3/+6
* Add driver for Synchronous Audio Interface (SAI).Ruslan Bukin2014-02-161-0/+802