summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxanatop.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix memory leak in an error pathjsg2018-08-301-2/+4
| | | | ok patrick@
* Remove unused/redundant prototypes.kettenis2018-06-281-10/+1
| | | | Pointed out by patrick@
* Use regmapkettenis2018-06-171-67/+1
|
* Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)patrick2018-05-161-1/+193
| | | | | | | instead of having imxccm(4) map more than it should and access the memory space that imxanatop(4) should be responsible for. ok kettenis@
* Move imxanatop(4) to sys/dev/fdt.patrick2018-03-301-0/+187