-.\" $OpenBSD: acpi.4,v 1.67 2021/09/08 20:29:21 jmc Exp $
+.\" $OpenBSD: acpi.4,v 1.68 2022/09/12 15:49:36 kettenis Exp $
.\"
.\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 8 2021 $
+.Dd $Mdocdate: September 12 2022 $
.Dt ACPI 4
.Os
.Sh NAME
i.MX onboard I2C controller
.It Xr pchgpio 4
Intel PCH GPIO controller
+.It Xr qcgpio 4
+Qualcomm Snapdragon GPIO controller
+.It Xr qciic(4)
+Qualcomm Snapdragon GENI I2C controller
.It Xr tpm 4
Trusted Platform Module device
.El
-.\" $OpenBSD: iic.4,v 1.126 2022/08/06 12:09:59 jsg Exp $
+.\" $OpenBSD: iic.4,v 1.127 2022/09/12 15:49:36 kettenis Exp $
.\"
.\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org>
.\"
.\" 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 6 2022 $
+.Dd $Mdocdate: September 12 2022 $
.Dt IIC 4
.Os
.Sh NAME
.Cd "iic* at imxiic? # arm64 armv7"
.Cd "iic* at mviic? # arm64"
.Cd "iic* at rkiic? # arm64 armv7"
+.Cd "iic* at qciic? # arm64
.Cd "iic* at sxitwi? # arm64 armv7"
.Cd "iic* at mpfiic? # riscv64"
.Cd "iic* at ociic? # riscv64"
Intel PIIX SMBus controller
.It Xr rkiic 4
Rockchip I2C controller
+.It Xr qciic 4
+Qualcomm Snapdragon GENI I2C controller
.It Xr smu 4
Apple System Management Unit
.It Xr sxitwi 4
--- /dev/null
+.\" $OpenBSD: qcgpio.4,v 1.1 2022/09/12 15:49:36 kettenis Exp $
+.\"
+.\" 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: September 12 2022 $
+.Dt QCGPIO 4
+.Os
+.Sh NAME
+.Nm qcgpio
+.Nd Qualcomm Snapdragon GPIO controller
+.Sh SYNOPSIS
+.Cd "qcgpio* at acpi?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the GPIO controller found on Qualcomm
+Snapdragon SoCs.
+It does not provide direct device driver entry points but makes its
+functions available to
+.Xr acpi 4 .
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 7.2 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .
--- /dev/null
+.\" $OpenBSD: qciic.4,v 1.1 2022/09/12 15:49:36 kettenis Exp $
+.\"
+.\" Copyright (c) 2016 Jonathan Gray <jsg@openbsd.org>
+.\" 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: September 12 2022 $
+.Dt QCIIC 4
+.Os
+.Sh NAME
+.Nm qciic
+.Nd Qualcomm Snapdragon GENI I2C controller
+.Sh SYNOPSIS
+.Cd "qciic* at acpi?"
+.Cd "iic* at qciic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the GENI I2C controller found on Qualcomm Snapdragon
+SoCs for use with the
+.Xr iic 4
+framework.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr iic 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 7.2 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .