summaryrefslogtreecommitdiffstats
path: root/sys/dev/gpio/gpiodcf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* The Swiss Federal Government decided to shut down HBG at the end of 2011.claudio2015-06-071-62/+3
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* 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-281-0/+612