aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_pinctrl.c
Commit message (Expand)AuthorAgeFilesLines
* fdt_pinctrl: Add some TSLOG annotationsEmmanuel Vadot2018-07-191-1/+9
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+2
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These areAndrew Turner2018-04-031-1/+1
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-111-3/+3
* 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