aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/freescale/imx/imx6_src.c
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* arm/arm64 freescale: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
|
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-131-1/+1
| | | | | | | Sponsored by: ABT Systems Ltd Notes: svn path=/head/; revision=310021
* - Add driver for System-Reset-Controler i.MX6 moduleOleksandr Tymoshenko2015-11-131-0/+173
- Add API function to reset IPU1 Notes: svn path=/head/; revision=290807