| Age | Commit message (Expand) | Author |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-06-01 | Fix a paste-o that prevented the 2-pin interrupt messages from being | thorpej |
| 2018-05-20 | Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes by | thorpej |
| 2018-05-19 | Add an example "gpioirq" driver that demonstrates interrupts on GPIO | thorpej |
| 2018-05-19 | Overhaul of GPIO interrupt support (that wasn't even used by anything). | thorpej |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-07-06 | Let the controller provide a default name for pins. This makes pins easier | jmcneill |
| 2017-01-20 | Check pmf_device_register return value. NFC | maya |
| 2016-07-14 | - Use aprint*() instead of printf() in xxx_attach(). | msaitoh |
| 2016-05-11 | As proposed in | bouyer |
| 2015-10-15 | pull in sysmon_taskq | jmcneill |
| 2015-10-04 | Use sysmon_taskq instead of our own workqueue for submitting button events. | jmcneill |
| 2015-09-01 | i2c_acquire_bus() should return 0 on success. | phx |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-08-20 | Use needs-count for # of pseudo instances; suggested by cube@. | uebayasi |
| 2015-05-30 | remove debug printf | jmcneill |
| 2015-05-30 | Simple driver for GPIO power/sleep buttons. | jmcneill |
| 2015-05-29 | Simple driver for gpio control of rf enable/disable pins. | jmcneill |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-06-29 | make implementation match gpio(4) man entry. do no change configuration | kardel |
| 2014-05-23 | Add aprint_naive("\n") for boot -q | msaitoh |
| 2014-04-04 | PR/48701: Timo Buhrmester: spurious messages while booting silently (gpio, | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-05-20 | Make the gpiosim(4) device a 64 bit wide GPIO. | mbalmer |
| 2013-05-20 | When returning the old value, use the value read from the device. | mbalmer |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-17 | Quiet down autoconfiguration by changing some printf() calls to | dyoung |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2011-11-25 | Don't ignore the gpiobus_close() return value. Found by joerg@ using clang. | mbalmer |
| 2011-11-14 | Initialize ga.ga_dvname in gpio_search to prevent a stack fault in config_match | mbalmer |
| 2011-11-13 | Remove an unused variable. | mbalmer |
| 2011-11-13 | Remove software pulsing in gpio(4), this functionality is now provided | mbalmer |
| 2011-11-13 | On detach, set the pin to low state. | mbalmer |
| 2011-11-13 | gpiopwm(4) is a driver to pulse GPIO pins in software. This obsoletes | mbalmer |
| 2011-10-03 | Fix non-COMPAT_50 compilation. | mbalmer |
| 2011-10-03 | Unbreak and move the list of child devices to COMPAT_50. | mbalmer |
| 2011-10-03 | Remove the GPIODETACH gpio(4) ioctl (it is still available in COMPAT_50) and | mbalmer |
| 2011-10-03 | Don't cast void pointers. | mbalmer |
| 2011-10-02 | Add the flag locator (missed in the previous commit). | mbalmer |
| 2011-10-02 | Add a ga_flags field to the gpio_attach structure to hand driver | mbalmer |
| 2011-09-07 | Newline is \n, not /n. | mbalmer |
| 2011-09-02 | Make sure error is not used unitialized when sc->sc_attach_busy is 0. | mbalmer |
| 2011-08-31 | Switch von u_int_XY to uintXY | mbalmer |
| 2011-08-31 | Add glue code to build as module. | mbalmer |
| 2011-08-31 | Remove what I committed accidentally... | mbalmer |
| 2011-08-31 | gpio(4) keeps track of child devices attached using the GPIOATTACH ioctl(), | mbalmer |
| 2011-08-30 | Unconditionally include <sys/modules.h>. | mbalmer |
| 2011-08-29 | Register as built-in module when compiled wo/ _MODULE. | mbalmer |
| 2011-08-28 | build with WARNS=3 | jmcneill |