]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r270957, r270959:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Oct 2014 02:19:03 +0000 (02:19 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Oct 2014 02:19:03 +0000 (02:19 +0000)
commite7e09da3986ebb5bdbb1e500bb64a02bd502d218
treedb6cc3ee6eb451f28c0f167c37587ce982f07dc3
parente176da858cee76d8758dc5264b0325353755ae5f
MFC r270957, r270959:

  Create an interface for drivers to enable or disable their clocks as listed
  in the clocks=<...> properties of their FDT data.

git-svn-id: svn://svn.freebsd.org/base/stable/10@273657 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/files
sys/dev/fdt/fdt_clock.c [new file with mode: 0644]
sys/dev/fdt/fdt_clock.h [new file with mode: 0644]
sys/dev/fdt/fdt_clock_if.m [new file with mode: 0644]