summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_clock.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2018-04-09Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko
2016-05-11Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko
2015-01-31Fix whitespace glitch from prior comit.Ian Lepore
2015-01-24Reimplement fdt_clock_register_provider() correctly. It turns out youIan Lepore
2014-09-02Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero()Ian Lepore
2014-09-02Create an interface for drivers to enable or disable their clocks as listedIan Lepore