From 1f35a898d9428b76c5846c1c396cfd3f0b7f9d07 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 26 Aug 2018 19:54:39 +0000 Subject: [PATCH] pinctrl(4) --- share/man/man4/Makefile | 4 ++-- share/man/man4/pinctrl.4 | 42 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 share/man/man4/pinctrl.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 3a7d711fd57..2731e7acae9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.692 2018/08/26 18:10:16 kettenis Exp $ +# $OpenBSD: Makefile,v 1.693 2018/08/26 19:54:39 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 plgpio.4 plrtc.4 pluart.4 \ + pgt.4 piixpm.4 pinctrl.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/pinctrl.4 b/share/man/man4/pinctrl.4 new file mode 100644 index 00000000000..90cbf6bad74 --- /dev/null +++ b/share/man/man4/pinctrl.4 @@ -0,0 +1,42 @@ +.\" $OpenBSD: pinctrl.4,v 1.1 2018/08/26 19:54:39 kettenis Exp $ +.\" +.\" Copyright (c) 2018 Jonathan Gray +.\" +.\" 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 PINCTRL 4 +.Os +.Sh NAME +.Nm pinctrl +.Nd Generic pin multiplexing +.Sh SYNOPSIS +.Cd "pinctrl* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver uses pin control data from the device tree to select one of +multiple possible roles available for pins on various SoCs. +.Sh SEE ALSO +.Xr intro 4 +.Sh HISTORY +The +.Nm +device 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