imxtemp(4)
authorkettenis <kettenis@openbsd.org>
Sun, 14 Aug 2016 19:15:22 +0000 (19:15 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 14 Aug 2016 19:15:22 +0000 (19:15 +0000)
share/man/man4/man4.armv7/Makefile
share/man/man4/man4.armv7/imxtemp.4 [new file with mode: 0644]

index 8e4413e..56ff900 100644 (file)
@@ -1,9 +1,12 @@
-#      $OpenBSD: Makefile,v 1.9 2016/08/05 20:41:10 kettenis Exp $
+#      $OpenBSD: Makefile,v 1.10 2016/08/14 19:15:22 kettenis Exp $
 
-MAN=   cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 imx.4 imxesdhc.4 \
-       imxiic.4 intc.4 intro.4 omap.4 omdog.4 omgpio.4 ommmc.4 \
-       plrtc.4 pluart.4 prcm.4 sitaracm.4 sunxi.4 sxiccmu.4 sxidog.4 sxie.4 \
-       sxiintc.4 sxipio.4 sxitimer.4 sysreg.4 vexpress.4
+MAN=   cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \
+       imx.4 imxesdhc.4 imxiic.4 imxtemp.4 \
+       intc.4 intro.4 \
+       omap.4 omdog.4 omgpio.4 ommmc.4 \
+       plrtc.4 pluart.4 prcm.4 sitaracm.4 \
+       sunxi.4 sxiccmu.4 sxidog.4 sxie.4 sxiintc.4 sxipio.4 sxitimer.4 \
+       sysreg.4 vexpress.4
 
 MANSUBDIR=armv7
 
diff --git a/share/man/man4/man4.armv7/imxtemp.4 b/share/man/man4/man4.armv7/imxtemp.4
new file mode 100644 (file)
index 0000000..b55c274
--- /dev/null
@@ -0,0 +1,51 @@
+.\"    $OpenBSD: imxtemp.4,v 1.1 2016/08/14 19:15:22 kettenis Exp $
+.\"
+.\" Copyright (c) 2016 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: August 14 2016 $
+.Dt IMXTEMP 4
+.Os
+.Sh NAME
+.Nm imxtemp
+.Nd i.MX6 Temperature Monitor
+.Sh SYNOPSIS
+.Cd "imxtemp* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the temperature sensor found on the
+Freescale i.MX6 SoC processors.
+.Pp
+Sensor values are made available through the
+.Xr sysctl 8
+interface.
+.Sh SEE ALSO
+.Xr imx 4 ,
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.1 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Patrick Wildt Mt patrick@blueri.se 
+and
+.An Mark Kettenis Mt kettenis@openbsd.org .