Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/gpio
Module Name: src
Committed By: martin
Date: Tue Dec 17 12:39:39 UTC 2024
Modified Files:
src/sys/dev/gpio: files.gpio gpio.c
Added Files:
src/sys/dev/gpio: gpiobus.c
Log Message:
Move (the one and only) gpiobus_* function(s) into a separate file
that is build if we have gpiobus (independent of having gpio or not).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/gpio/files.gpio
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/gpio/gpio.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/gpio/gpiobus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index