]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r320076:
authorian <ian@FreeBSD.org>
Mon, 11 Sep 2017 02:38:57 +0000 (02:38 +0000)
committerian <ian@FreeBSD.org>
Mon, 11 Sep 2017 02:38:57 +0000 (02:38 +0000)
commitb6730cf7e2eafc807a43dbfddfae9aab59795031
tree90fed25646e6a6472b515d5f46053a308225545e
parentb5ae4e80ff212d4f88a28d683fdc950101b0727f
MFC r320076:

Add a driver for the imx6 EPIT timer that can be used as the system
timecounter instead of the GPT timer, freeing up the more flexible GPT
hardware for other uses.  The EPIT driver is a standard (always in the
kernel) driver, and the existing GPT driver is now optional and included
only if you ask for device imx_gpt.
sys/arm/freescale/imx/files.imx6
sys/arm/freescale/imx/imx6_ccm.c
sys/arm/freescale/imx/imx6_ccmreg.h
sys/arm/freescale/imx/imx_epit.c [new file with mode: 0644]