summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2022-12-12 19:25:50 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2022-12-12 19:25:50 +0000
commit89de14a0d73c25bf50a879c800c9125b2810dbcb (patch)
treea0d06ba5537d0bb3805acb58171ea21290e722fa
parent96d93e17c775223a5b55a9e251591f088028d1d1 (diff)
tipd(4)
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/man/man4/tipd.446
2 files changed, 49 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 165e43abda9..24d0e6586f9 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.827 2022/11/23 23:47:05 kettenis Exp $
+# $OpenBSD: Makefile,v 1.828 2022/12/12 19:25:49 kettenis Exp $
MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -87,8 +87,8 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
ssdfb.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 sxiccmu.4 \
sxidog.4 sximmc.4 sxipio.4 sxipwm.4 sxirintc.4 sxirsb.4 sxirtc.4 \
sxisid.4 sxisyscon.4 sxitemp.4 sxitwi.4 sym.4 sypwr.4 syscon.4 \
- tascodec.4 tcic.4 tcp.4 tcpci.4 termios.4 tht.4 ti.4 tipmic.4 \
- titmp.4 tl.4 \
+ tascodec.4 tcic.4 tcp.4 tcpci.4 termios.4 tht.4 ti.4 tipd.4 \
+ tipmic.4 titmp.4 tl.4 \
tlphy.4 thmc.4 tpm.4 tpmr.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 \
tun.4 tap.4 twe.4 \
txp.4 txphy.4 uaudio.4 uaq.4 uark.4 uath.4 ubcmtp.4 uberry.4 ubsa.4 \
diff --git a/share/man/man4/tipd.4 b/share/man/man4/tipd.4
new file mode 100644
index 00000000000..bda54ada813
--- /dev/null
+++ b/share/man/man4/tipd.4
@@ -0,0 +1,46 @@
+.\" $OpenBSD: tipd.4,v 1.1 2022/12/12 19:25:49 kettenis Exp $
+.\"
+.\" Copyright (c) 2020 Patrick Wildt <patrick@blueri.se>
+.\" Copyright (c) 2022 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: December 12 2022 $
+.Dt TIPD 4
+.Os
+.Sh NAME
+.Nm tipd
+.Nd TI USB Type-C power delivery controller
+.Sh SYNOPSIS
+.Cd "tipd* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the TI TPS659x and CD321x Type-C power
+delivery controllers.
+It takes care of plug and unplug events on the USB Type-C port.
+Additionally it enables power on the USB Type-C port when a sink
+is connected to power attached devices.
+.Sh SEE ALSO
+.Xr iic 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 7.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .