Age | Commit message (Expand) | Author |
2013-03-02 | gpiolib: move comment to right function | Alexandre Courbot |
2013-03-02 | gpiolib: use const parameters when possible | Alexandre Courbot |
2013-03-02 | gpiolib: check descriptors validity before use | Alexandre Courbot |
2013-02-27 | gpio: convert to idr_alloc() | Tejun Heo |
2013-02-26 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2013-02-11 | gpiolib: Fix locking on gpio debugfs files | Grant Likely |
2013-02-11 | gpiolib: let gpio_chip reference its descriptors | Alexandre Courbot |
2013-02-11 | gpiolib: use descriptors internally | Alexandre Courbot |
2013-02-09 | gpiolib: use gpio_chips list in gpiochip_find_base | Alexandre Courbot |
2013-02-09 | gpiolib: use gpio_chips list in sysfs ops | Alexandre Courbot |
2013-02-09 | gpiolib: use gpio_chips list in gpiochip_find | Alexandre Courbot |
2013-02-09 | gpiolib: use gpio_chips list in gpiolib_sysfs_init | Alexandre Courbot |
2013-02-09 | gpiolib: link all gpio_chips using a list | Alexandre Courbot |
2013-02-06 | driver-core: constify data for class_find_device() | Michał Mirosław |
2013-02-04 | gpiolib: add missing braces in gpio_direction_show | Alexandre Courbot |
2013-02-04 | gpiolib: remove gpiochip_reserve() | Alexandre Courbot |
2012-12-11 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2012-11-21 | gpiolib: Fix use after free in gpiochip_add_pin_range | Axel Lin |
2012-11-21 | gpiolib: rename pin range arguments | Linus Walleij |
2012-11-21 | gpiolib: return any error code from range creation | Linus Walleij |
2012-11-21 | gpiolib: rename find_pinctrl_* | Linus Walleij |
2012-11-21 | gpiolib: let gpiochip_add_pin_range() specify offset | Linus Walleij |
2012-11-11 | gpiolib: separation of pin concerns | Linus Walleij |
2012-11-11 | gpiolib: call pin removal in chip removal function | Linus Walleij |
2012-11-11 | gpiolib: fix up function prototypes etc | Linus Walleij |
2012-11-11 | gpiolib: provide provision to register pin ranges | Shiraz Hashim |
2012-10-26 | gpiolib: unlock on error in gpio_export() | Dan Carpenter |
2012-10-26 | gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpios | Mathias Nyman |
2012-10-26 | gpiolib: add gpio get direction callback support | Mathias Nyman |
2012-10-23 | gpiolib: Refactor gpio_export | Ryan Mallon |
2012-08-17 | gpiolib: Use seq_file's iterator interface | Thierry Reding |
2012-07-17 | gpiolib: Defer failed gpio requests by default | Mark Brown |
2012-05-18 | gpiolib: Remove 'const' from data argument of gpiochip_find() | Grant Likely |
2012-05-18 | gpiolib: quiet gpiochip_add boot message noise | H Hartley Sweeten |
2012-05-18 | gpio: Adjust of_xlate API to support multiple GPIO chips | Grant Likely |
2012-04-05 | gpio: add flags to export GPIOs when requesting | Wolfram Sang |
2012-03-05 | gpiolib: Add comments explaining the _cansleep() WARN_ON()s | Mark Brown |
2012-03-05 | gpio: gpiolib: Support for open source/emitter gpios | Laxman Dewangan |
2012-03-05 | gpio: gpiolib: Support for open drain/collector gpios | Laxman Dewangan |
2012-03-02 | gpio: constify the data parameter to gpiochip_find() | Grant Likely |
2012-02-15 | Fix circular locking dependency (3.3-rc2) | Ming Lei |
2011-12-12 | gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags() | Grant Likely |
2011-12-12 | gpiolib: output basic details and consolidate gpio device drivers | Grant Likely |
2011-05-27 | gpio: make gpio_{request,free}_array gpio array parameter const | Lars-Peter Clausen |
2011-05-20 | gpio: add trace events for setting direction and value | Uwe Kleine-König |
2011-05-20 | gpiolib: export gpiochip_find | Jean Delvare |
2011-03-25 | arm/gpio: Remove three copies of broken and racy debug code | Thomas Gleixner |
2010-12-22 | gpiolib: gpio_request_one(): add missing gpio_free() | Aaro Koskinen |
2010-08-11 | gpiolib: allow nested threaded irqs for poll(2) | Daniel Gl?ckner |
2010-08-11 | gpiolib: get rid of struct poll_desc and worklet | Daniel Gl?ckner |