| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2020-06-24 | 1 | -3/+3 |
* | gpiodcf(4): unbreak compilation |  cheloha | 2020-04-15 | 1 | -2/+2 |
* | cleanup unused headers generated by config |  jsg | 2020-01-24 | 1 | -2/+2 |
* | gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9) |  cheloha | 2019-08-10 | 1 | -54/+21 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | Test for device_lookup() returning NULL in gpioioctl() and gpioclose(). |  jsg | 2017-08-18 | 1 | -1/+7 |
* | simple sizes for free() |  deraadt | 2015-08-27 | 1 | -6/+5 |
* | The Swiss Federal Government decided to shut down HBG at the end of 2011. |  claudio | 2015-06-07 | 2 | -64/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in addition |  miod | 2013-04-19 | 1 | -3/+10 |
* | Add a 'flag' locator to gpioiic(4), and define a first flag |  matthieu | 2011-10-03 | 4 | -14/+31 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 2 | -6/+2 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 2 | -6/+6 |
* | submatch functions used with config_found_sm() are required to invoke the |  miod | 2009-08-29 | 1 | -2/+5 |
* | in ca_attach() there is no need to set .value and .flags of sensors to 0, |  cnst | 2009-04-26 | 1 | -5/+1 |
* | Welcome gpiodcf(4), a driver that attaches to a GPIO pin, decodes the |  mbalmer | 2008-11-28 | 2 | -1/+619 |
* | Add my copyright here, too. |  mbalmer | 2008-11-26 | 1 | -1/+2 |
* | Change the semantics of gpio(4) devices by locking down pin |  mbalmer | 2008-11-26 | 2 | -41/+156 |
* | - Add two new ioctls to gpio(4), GPIOATTACH and GPIODETACH, to allow to attach |  mbalmer | 2008-11-24 | 5 | -9/+73 |
* | This is a "dummy" GPIO driver used for development and testing only. |  mbalmer | 2008-11-23 | 1 | -0/+152 |
* | Switch to rwlock(9) |  jsg | 2007-06-05 | 1 | -5/+6 |
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -2/+2 |
* | Don't allow to change gpio pin state if /dev/gpio was opened |  grange | 2006-03-26 | 1 | -1/+11 |
* | Dallas 1-Wire bus support. Includes the following drivers: |  grange | 2006-03-04 | 2 | -1/+251 |
* | Add support for driving SDA in push-pull + tri-state mode. |  grange | 2006-01-20 | 1 | -10/+16 |
* | Check that SDA pin is able to read input. |  grange | 2006-01-18 | 1 | -1/+5 |
* | Make it detachable. |  grange | 2006-01-17 | 1 | -2/+10 |
* | Nit. |  grange | 2006-01-15 | 1 | -5/+2 |
* | Add a comment. |  grange | 2006-01-14 | 1 | -1/+2 |
* | Some improvements: |  grange | 2006-01-14 | 1 | -5/+59 |
* | Add gpio_pin_caps() method to provide pin capabilities. |  grange | 2006-01-14 | 2 | -2/+11 |
* | Support for I2C bus bit-banging through the GPIO pins. |  grange | 2006-01-14 | 2 | -1/+218 |
* | Finish framework for attaching kernel drivers to the GPIO pins. |  grange | 2006-01-05 | 3 | -12/+109 |
* | Cosmetics... |  tdeval | 2005-03-08 | 1 | -2/+2 |
* | Let gpio_detach() do something useful. |  grange | 2004-11-23 | 1 | -2/+14 |
* | added detach function to support hotpluggable gpios. |  reyk | 2004-11-22 | 1 | -2/+10 |
* | Tweak in comment. |  grange | 2004-09-15 | 1 | -2/+2 |
* | A framework for supporting various General Purpose Input/Output (GPIO) |  grange | 2004-06-03 | 3 | -0/+311 |