| Age | Commit message (Expand) | Author |
| 2022-12-13 | Never fib about pin count in GPIOINFO ioctl results. The number of pins | jakllsch |
| 2022-04-27 | I have been using this for a while and forgot to commit it. This add | brad |
| 2022-03-31 | For device modules that provide both auto-config and /dev/xxx | pgoyette |
| 2022-01-17 | When initializing pins, try to get the default pin name from the | thorpej |
| 2021-09-21 | use l->l_cred since it is available. | christos |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-10-20 | gpio: make GPIOREAD return also the symbolic name of the pin, if it is set | tnn |
| 2019-10-15 | convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures. | chs |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 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 |
| 2016-05-11 | As proposed in | bouyer |
| 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 |
| 2013-05-20 | When returning the old value, use the value read from the device. | mbalmer |
| 2012-10-17 | Quiet down autoconfiguration by changing some printf() calls to | dyoung |
| 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-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 a ga_flags field to the gpio_attach structure to hand driver | mbalmer |
| 2011-09-02 | Make sure error is not used unitialized when sc->sc_attach_busy is 0. | 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 | Add a new ioctl, GPIOPULSE to gpio(4) to allow for pulsing a pin. | mbalmer |
| 2011-08-12 | gpio(4) and gpiosim(4) can now be built and used as modules. While here, | mbalmer |
| 2011-06-09 | Annotate that gpiobus_close's return value is undesired here | joerg |
| 2010-04-25 | console spam | ad |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-24 | Unfold, bump copyright. | mbalmer |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-05 | Delete the useless activation hook. Add a child-detached hook and | dyoung |
| 2009-08-23 | Prevent the creation of duplicate pin names in GPIOSET. | mbalmer |
| 2009-08-21 | Before trying to attach a child device driver, make sure the GPIO pins can | mbalmer |
| 2009-08-17 | unfold short lines, fold long line. | mbalmer |
| 2009-08-07 | Fold long line. | mbalmer |
| 2009-08-03 | Be more careful when attaching drivers at runtime, call the drivers match | mbalmer |
| 2009-07-26 | Fold long line, add comment to fix possible creation of duplicates. | mbalmer |