History log of /freebsd-current/usr.sbin/gpioctl/gpioctl.8
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

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


# 69b96cd3 06-Jun-2018 Romain Tartière <romain@FreeBSD.org>

gpioctl.8: Fix man page section

Reviewed by: manu
Approved by: manu


# fbbd9655 28-Feb-2017 Warner Losh <imp@FreeBSD.org>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96


# 3b2bb133 11-Mar-2016 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Make it possible for operations to refer to GPIO pins by name

- Try to guess what is provided as a pin spec for -t or for get/set
operation: number or name. Fails in case of ambiguity.
- Add -p and -N switches to force pin specification interpretation:
-p forces spec to be pin number, -N forces it to be name

Submitted by: Emmanuel Vadot <manu@bidouilliste.com>
Differential Revision: https://reviews.freebsd.org/D5201


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

Put the new sentence on a new line.

Found with 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


# 914f6e62 26-Dec-2014 Joel Dahl <joel@FreeBSD.org>

mdoc: sort SEE ALSO.


# 01c2b8ac 20-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part2)

PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>


# 8ce07fe7 11-Nov-2013 Luiz Otavio O Souza <loos@FreeBSD.org>

Adds gpioiic.4 and gpioled.4 man pages. Moves some of the information that
was previously available on gpio.4 to their respectives pages. Add the
cross references on gpioctl.8.

Approved by: adrian (mentor)


# 22e3858c 17-Sep-2013 Sean Bruno <sbruno@FreeBSD.org>

Assume that the -f argument is /dev/gpioc0 if it is not passed.

hrs@ provided this verison of the patch and showed me where all the needed
changes were to be made outside of gpioctl.c

Approved by: re (hrs)
MFC after: 2 weeks


# dbcb0e96 13-Sep-2013 Sean Bruno <sbruno@FreeBSD.org>

Add gpio(4) man page to attempt to document the current hints based setup of
pin outputs, functions and setup.

Add cross reference in gpioctl(8) for people to find.

This is by no means complete and really only covers gpioled(4) and the
Atheros based systems who expose a few extra hints at boot time.

This should be updated by developers who know more about this system than
I and viewed as the beginning of documentation, not the end.

Reviewed by: adrian
Approved by: re (joel)
MFC after: 2 weeks


# 50d675f7 28-Mar-2012 Eitan Adler <eadler@FreeBSD.org>

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


# bef65593 25-May-2011 Benedict Reuschling <bcr@FreeBSD.org>

Bump the date of the man page to the date of the actual commit.

Noticed by: brix


# e74fe876 25-May-2011 Benedict Reuschling <bcr@FreeBSD.org>

Document the device name change from gpioctl to gpioc in the
man page.

PR: docs/157075
Submitted by: brix
Reviewed by: gonzo


# 914e11a7 11-Dec-2010 Joel Dahl <joel@FreeBSD.org>

Remove the advertising clause from UCB copyrighted files in usr.sbin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 7cc1fde0 18-Oct-2010 Ulrich Spörlein <uqs@FreeBSD.org>

mdoc: drop even more redundant .Pp calls

No change in rendered output, less mandoc lint warnings.

Tool provided by: Nobuyuki Koganemaru n-kogane at syd.odn.ne.jp


# 968ec6a6 27-Sep-2010 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Add gpioctl(8). Utility for configuring/accessing GPIO pins