| Age | Commit message (Expand) | Author |
| 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-12-06 | Delete unnecessary device-activation hooks. Simplify the rest. | dyoung |
| 2009-11-12 | Simplify activation hook. | 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-15 | Move the keylock.h header from sys/sys to sys/dev where it really belongs. | mbalmer |
| 2009-08-14 | Add support for multi-position electro-mechanical keylocks. An example | mbalmer |
| 2009-08-09 | gpioiic(4), a driver to do use GPIO pins in bit-banging mode to form an I2C | mbalmer |
| 2009-08-08 | Register with the PMF, and when detaching, just the right order. | mbalmer |
| 2009-08-07 | Don't use an identifier name that probably clashes with the C standard. | mbalmer |
| 2009-08-07 | Properly teardown the sysctl node and detach child driver if gpiosim gets | mbalmer |
| 2009-08-07 | Fold long line. | mbalmer |
| 2009-08-06 | For the sake of correctness, call pmf_device_deregister() in the detach | mbalmer |
| 2009-08-03 | unfold short line; debracket | mbalmer |
| 2009-08-03 | Be more careful when attaching drivers at runtime, call the drivers match | mbalmer |
| 2009-08-03 | A better match routine that checks also the number of pins instead | mbalmer |
| 2009-07-28 | add dummy pmf registration to allow suspend | drochner |
| 2009-07-27 | Do not attach gpiosim(4) at root, but make it a pseudo device. | mbalmer |
| 2009-07-26 | Fold long line, add comment to fix possible creation of duplicates. | mbalmer |
| 2009-07-26 | Simplify the use _a lot_ by hooking this to sysctl instead of bio(4). | mbalmer |
| 2009-07-25 | use device_xname | cegger |
| 2009-07-25 | make this build w/ GPIO_DEBUG | cegger |
| 2009-07-25 | Change one more struct device * to device_t, noticed by cegger. | mbalmer |
| 2009-07-25 | Use device_t instead of struct device * per cegger's request. | mbalmer |
| 2009-07-25 | Rework the GPIO framework. Tie it to the kauth(9) framework to control | mbalmer |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-06-24 | Both legs of a diagraph must return the same type. | gmcgarry |
| 2008-05-27 | #include <sys/device.h> for device_t definition. | dyoung |
| 2008-05-04 | Finish device_t/softc split. Previous commit was incomplete. | xtraeme |
| 2008-05-01 | device_t / softc split. From Hans Rosenfeld. | cegger |
| 2008-04-29 | gpio(4): Extend with open/close to request/release the ppbus(4) on open/close. | cegger |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2008-01-10 | Use device_t. | dyoung |
| 2007-12-14 | Bug fix: record the new state (high/low) set by gpio_pin_write(). | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-30 | add missing initializers | christos |
| 2006-04-08 | Whitespace nit. | uwe |
| 2006-04-07 | Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes | riz |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-02-20 | Flesh out the framework for attaching drivers to the GPIO pins. | riz |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-11 | -kill gba_name in attach arg | drochner |