Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-07-24 | gpio: remove useless check in gpiolib_sysfs_init() | Alexandre Courbot | 1 | -1/+1 |
2014-07-24 | gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc | Guenter Roeck | 4 | -3/+26 |
2014-07-23 | gpio: move gpio_ensure_requested() into legacy C file | Alexandre Courbot | 3 | -137/+113 |
2014-07-23 | gpio: remove gpiod_lock/unlock_as_irq() | Alexandre Courbot | 7 | -38/+25 |
2014-07-23 | gpio: make gpiochip_get_desc() gpiolib-private | Alexandre Courbot | 4 | -5/+3 |
2014-07-23 | gpio: simplify gpiochip_export() | Alexandre Courbot | 1 | -11/+9 |
2014-07-23 | gpio: remove export of private of_get_named_gpio_flags() | Alexandre Courbot | 1 | -1/+0 |
2014-07-23 | gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one functions | Guenter Roeck | 1 | -0/+3 |
2014-07-23 | gpio: zynq: Clear pending interrupt when enabling a IRQ | Lars-Peter Clausen | 1 | -0/+43 |
2014-07-23 | gpio: drop retval check enforcing from gpiochip_remove() | Linus Walleij | 1 | -1/+1 |
2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 57 | -242/+100 |