History log of /freebsd-current/lib/libgpio/gpio.3
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 35189d47 01-Jul-2015 Christian Brueffer <brueffer@FreeBSD.org>

Bump .Dd for the example code update.

Submitted by: loos


# b28dfe65 01-Jul-2015 Christian Brueffer <brueffer@FreeBSD.org>

Make the example code actually work.

PR: 199440
Submitted by: waitman@waitman.net
Reviewed by: loos
MFC after: 1 week


# 5126a473 08-Mar-2015 Luiz Otavio O Souza <loos@FreeBSD.org>

Fix contraction and unnecessary commas in function arguments.

Found with mandoc and igor.


# d752f0f6 07-Mar-2015 Luiz Otavio O Souza <loos@FreeBSD.org>

Add a new ioctl to allow the setting of GPIO pin names.

When a gpiobus child is added, use its name to identify the mapped pin
names.

Make the respective changes to libgpio.

Add a new '-n' flag to gpioctl(8) to set the pin name.

Differential Revision: https://reviews.freebsd.org/D2002
Reviewed by: rpaulo
Requested by: many


# f12128e4 24-Nov-2014 Rui Paulo <rpaulo@FreeBSD.org>

Import libgpio.

This is a thin wrapper around the kernel interface which should make
it easier to write GPIO applications. gpioctl(8) will be converted to
use this library in a separate commit.

Differential Revision: https://reviews.freebsd.org/D1183
Reviewed by: adrian, loos
Discussed on: arm@, embedded@
Relnotes: yes