Age | Commit message (Expand) | Author |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-04-11 | gpio: Add missing device_unref() calls | Visa Hankala |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-04-15 | gpiodcf(4): unbreak compilation | cheloha |
2020-01-24 | cleanup unused headers generated by config | Jonathan Gray |
2019-08-10 | gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9) | cheloha |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-08-18 | Test for device_lookup() returning NULL in gpioioctl() and gpioclose(). | Jonathan Gray |
2015-08-27 | simple sizes for free() | Theo de Raadt |
2015-06-07 | The Swiss Federal Government decided to shut down HBG at the end of 2011. | Claudio Jeker |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-04-19 | In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in addition | Miod Vallat |
2011-10-03 | Add a 'flag' locator to gpioiic(4), and define a first flag | Matthieu Herrb |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-29 | submatch functions used with config_found_sm() are required to invoke the | Miod Vallat |
2009-04-26 | in ca_attach() there is no need to set .value and .flags of sensors to 0, | Constantine A. Murenin |
2008-11-28 | Welcome gpiodcf(4), a driver that attaches to a GPIO pin, decodes the | Marc Balmer |
2008-11-26 | Add my copyright here, too. | Marc Balmer |
2008-11-26 | Change the semantics of gpio(4) devices by locking down pin | Marc Balmer |
2008-11-24 | - Add two new ioctls to gpio(4), GPIOATTACH and GPIODETACH, to allow to attach | Marc Balmer |
2008-11-23 | This is a "dummy" GPIO driver used for development and testing only. | Marc Balmer |
2007-06-05 | Switch to rwlock(9) | Jonathan Gray |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-03-26 | Don't allow to change gpio pin state if /dev/gpio was opened | Alexander Yurchenko |
2006-03-04 | Dallas 1-Wire bus support. Includes the following drivers: | Alexander Yurchenko |
2006-01-20 | Add support for driving SDA in push-pull + tri-state mode. | Alexander Yurchenko |
2006-01-18 | Check that SDA pin is able to read input. | Alexander Yurchenko |
2006-01-17 | Make it detachable. | Alexander Yurchenko |
2006-01-15 | Nit. | Alexander Yurchenko |
2006-01-14 | Add a comment. | Alexander Yurchenko |
2006-01-14 | Some improvements: | Alexander Yurchenko |
2006-01-14 | Add gpio_pin_caps() method to provide pin capabilities. | Alexander Yurchenko |
2006-01-14 | Support for I2C bus bit-banging through the GPIO pins. | Alexander Yurchenko |
2006-01-05 | Finish framework for attaching kernel drivers to the GPIO pins. | Alexander Yurchenko |
2005-03-08 | Cosmetics... | Thierry Deval |
2004-11-23 | Let gpio_detach() do something useful. | Alexander Yurchenko |
2004-11-22 | added detach function to support hotpluggable gpios. | Reyk Floeter |
2004-09-15 | Tweak in comment. | Alexander Yurchenko |
2004-06-03 | A framework for supporting various General Purpose Input/Output (GPIO) | Alexander Yurchenko |