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