From d0e6b4db15ada5a295ef1544ec25b5216e13e249 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 26 Aug 2018 18:10:16 +0000 Subject: [PATCH] plgpio(4) --- share/man/man4/Makefile | 4 ++-- share/man/man4/plgpio.4 | 47 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 share/man/man4/plgpio.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 8ed455bc546..3a7d711fd57 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.691 2018/08/25 20:31:31 jcs Exp $ +# $OpenBSD: Makefile,v 1.692 2018/08/26 18:10:16 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -52,7 +52,7 @@ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \ pair.4 pcagpio.4 pcaled.4 pcdisplay.4 pchb.4 pchtemp.4 pci.4 pcib.4 \ pcfadc.4 pcfiic.4 pcfrtc.4 pcxrtc.4 pciide.4 pckbc.4 pckbd.4 \ pcmcia.4 pcn.4 pcppi.4 pcscp.4 pf.4 pflog.4 pflow.4 pfsync.4 \ - pgt.4 piixpm.4 pipex.4 plrtc.4 pluart.4 \ + pgt.4 piixpm.4 pipex.4 plgpio.4 plrtc.4 pluart.4 \ pms.4 ppb.4 ppp.4 pppoe.4 pppx.4 psci.4 pty.4 puc.4 pvbus.4 pwdog.4 \ qla.4 qle.4 qlw.4 qsphy.4 radio.4 \ ral.4 random.4 rdomain.4 rd.4 rdac.4 re.4 rdcphy.4 rgephy.4 \ diff --git a/share/man/man4/plgpio.4 b/share/man/man4/plgpio.4 new file mode 100644 index 00000000000..d3db97f641e --- /dev/null +++ b/share/man/man4/plgpio.4 @@ -0,0 +1,47 @@ +.\" $OpenBSD: plgpio.4,v 1.1 2018/08/26 18:10:16 kettenis Exp $ +.\" +.\" Copyright (c) 2018 Mark Kettenis +.\" +.\" 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 26 2018 $ +.Dt PLGPIO 4 +.Os +.Sh NAME +.Nm plgpio +.Nd ARM PrimeCell PL061 GPIO controller +.Sh SYNOPSIS +.Cd "plgpio* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver supports the ARM PrimeCell PL061 GPIO controller. +It does not provide direct device driver entry points but makes its +functions available to other drivers. +.Sh SEE ALSO +.Xr intro 4 +.Rs +.%T ARM PrimeCell General Purpose Input/Output (PL011) Technical Reference Manual +.%V ARM DDI 0190 +.Re +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.4 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . -- 2.20.1