summaryrefslogtreecommitdiffstats
path: root/sys/dev/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-241-3/+3
* gpiodcf(4): unbreak compilationcheloha2020-04-151-2/+2
* cleanup unused headers generated by configjsg2020-01-241-2/+2
* gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9)cheloha2019-08-101-54/+21
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Test for device_lookup() returning NULL in gpioioctl() and gpioclose().jsg2017-08-181-1/+7
* simple sizes for free()deraadt2015-08-271-6/+5
* The Swiss Federal Government decided to shut down HBG at the end of 2011.claudio2015-06-072-64/+5
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in additionmiod2013-04-191-3/+10
* Add a 'flag' locator to gpioiic(4), and define a first flagmatthieu2011-10-034-14/+31
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-032-6/+2
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-132-6/+6
* submatch functions used with config_found_sm() are required to invoke themiod2009-08-291-2/+5
* in ca_attach() there is no need to set .value and .flags of sensors to 0,cnst2009-04-261-5/+1
* Welcome gpiodcf(4), a driver that attaches to a GPIO pin, decodes thembalmer2008-11-282-1/+619
* Add my copyright here, too.mbalmer2008-11-261-1/+2
* Change the semantics of gpio(4) devices by locking down pinmbalmer2008-11-262-41/+156
* - Add two new ioctls to gpio(4), GPIOATTACH and GPIODETACH, to allow to attachmbalmer2008-11-245-9/+73
* This is a "dummy" GPIO driver used for development and testing only.mbalmer2008-11-231-0/+152
* Switch to rwlock(9)jsg2007-06-051-5/+6
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Don't allow to change gpio pin state if /dev/gpio was openedgrange2006-03-261-1/+11
* Dallas 1-Wire bus support. Includes the following drivers:grange2006-03-042-1/+251
* Add support for driving SDA in push-pull + tri-state mode.grange2006-01-201-10/+16
* Check that SDA pin is able to read input.grange2006-01-181-1/+5
* Make it detachable.grange2006-01-171-2/+10
* Nit.grange2006-01-151-5/+2
* Add a comment.grange2006-01-141-1/+2
* Some improvements:grange2006-01-141-5/+59
* Add gpio_pin_caps() method to provide pin capabilities.grange2006-01-142-2/+11
* Support for I2C bus bit-banging through the GPIO pins.grange2006-01-142-1/+218
* Finish framework for attaching kernel drivers to the GPIO pins.grange2006-01-053-12/+109
* Cosmetics...tdeval2005-03-081-2/+2
* Let gpio_detach() do something useful.grange2004-11-231-2/+14
* added detach function to support hotpluggable gpios.reyk2004-11-221-2/+10
* Tweak in comment.grange2004-09-151-2/+2
* A framework for supporting various General Purpose Input/Output (GPIO)grange2004-06-033-0/+311