summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_clock.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+2
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-111-2/+2
* Fix whitespace glitch from prior comit.Ian Lepore2015-01-311-1/+1
* Reimplement fdt_clock_register_provider() correctly. It turns out youIan Lepore2015-01-241-1/+2
* Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero()Ian Lepore2014-09-021-3/+4
* Create an interface for drivers to enable or disable their clocks as listedIan Lepore2014-09-021-0/+160