aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_pinctrl.c
Commit message (Expand)AuthorAgeFilesLines
* Use OF_getencpropalloc() to handle endianess of the properties.Ian Lepore2015-04-101-3/+3
* Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose).Ian Lepore2014-11-121-6/+5
* Create an interface and support routines for drivers that handle IO pinIan Lepore2014-09-131-0/+151