| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: random documentation update | Linus Walleij | 2017-01-31 | 1 | -9/+46 |
* | pinctrl / gpio: Introduce .set_config() callback for GPIO chips | Mika Westerberg | 2017-01-26 | 1 | -4/+5 |
* | Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2016-12-13 | 1 | -26/+36 |
|\ |
|
| * | gpio: simplify adding threaded interrupts | Linus Walleij | 2016-11-25 | 1 | -26/+36 |
* | | gpio/board.txt: point to gpiod_set_value | Pavel Machek | 2016-10-20 | 1 | -4/+7 |
|/ |
|
* | Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into devel | Linus Walleij | 2016-09-23 | 1 | -0/+6 |
|\ |
|
| * | gpiolib: Make it possible to exclude GPIOs from IRQ domain | Mika Westerberg | 2016-09-23 | 1 | -0/+6 |
* | | gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB | Linus Walleij | 2016-08-08 | 2 | -15/+7 |
|/ |
|
* | gpio: Fix paths to GPIO driver source files | Andrew Jeffery | 2016-06-13 | 1 | -6/+7 |
* | gpio: clarify open drain/source docs | Linus Walleij | 2016-04-27 | 1 | -6/+14 |
* | gpio: document open drain/source behaviour | Linus Walleij | 2016-04-09 | 1 | -0/+89 |
* | gpio: documenatation: fix GPIO_LOOKUP{,_IDX} documentation | Gabor Juhos | 2016-02-25 | 1 | -6/+5 |
* | Doc: gpio: Fix typos in Documentation/gpio | Masanari Iida | 2015-11-21 | 3 | -7/+7 |
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux | Linus Torvalds | 2015-11-06 | 2 | -6/+10 |
|\ |
|
| * | Typo correction for description in gpio document. | Sachin Pandhare | 2015-10-11 | 1 | -3/+3 |
| * | Documentation: gpio: mention that <function>-gpio has been deprecated | Javier Martinez Canillas | 2015-09-24 | 1 | -3/+7 |
* | | gpio: add a real time compliance notes | Grygorii Strashko | 2015-10-27 | 1 | -0/+80 |
* | | Revert "gpio: add a real time compliance checklist" | Linus Walleij | 2015-10-27 | 1 | -60/+12 |
* | | gpio: add a real time compliance checklist | Linus Walleij | 2015-10-20 | 1 | -12/+60 |
|/ |
|
* | Documentation: gpio: Explain that <function>-gpio is also supported | Javier Martinez Canillas | 2015-09-14 | 1 | -3/+3 |
* | Documentation: gpio: board: describe the con_id parameter | Dirk Behme | 2015-09-14 | 2 | -0/+12 |
* | Documentation: gpio: board: add flags parameter to gpiod_get*() functions | Dirk Behme | 2015-09-14 | 1 | -12/+13 |
* | Documentation: gpio: consumer: describe active low property | Dirk Behme | 2015-08-17 | 1 | -0/+33 |
* | gpio: document interaction with other subsystems | Linus Walleij | 2015-07-21 | 3 | -5/+102 |
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2015-06-25 | 1 | -1/+1 |
|\ |
|
| * | gpiolib: Grammar s/an negative/a negative/ | Geert Uytterhoeven | 2015-05-22 | 1 | -1/+1 |
* | | fix documentation after renaming gpiod_set_array to gpiod_set_array_value | Rojhalat Ibrahim | 2015-06-04 | 1 | -14/+14 |
* | | gpio: remove gpiod_sysfs_set_active_low | Johan Hovold | 2015-05-12 | 2 | -17/+0 |
|/ |
|
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2015-04-18 | 1 | -4/+37 |
|\ |
|
| * | Documentation: gpio: Update ACPI part of the document to mention _DSD | Mika Westerberg | 2015-04-04 | 1 | -4/+37 |
* | | extend documentation for gpiod_set_array() functions | Rojhalat Ibrahim | 2015-03-09 | 1 | -0/+20 |
* | | gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functions | Rojhalat Ibrahim | 2015-03-05 | 1 | -2/+12 |
* | | gpiolib: add gpiod_get_array and gpiod_put_array functions | Rojhalat Ibrahim | 2015-03-05 | 1 | -3/+30 |
|/ |
|
* | gpio: board.txt: Fix the gpio name example | Fabio Estevam | 2015-01-28 | 1 | -1/+1 |
* | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-12-14 | 2 | -2/+29 |
|\ |
|
| * | gpiolib: allow simultaneous setting of multiple GPIO outputs | Rojhalat Ibrahim | 2014-11-27 | 1 | -0/+27 |
| * | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq | Alexandre Courbot | 2014-10-28 | 1 | -2/+2 |
* | | ACPI / GPIO: Document ACPI GPIO mappings API | Rafael J. Wysocki | 2014-11-04 | 1 | -0/+18 |
|/ |
|
* | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-10-09 | 1 | -2/+4 |
|\ |
|
| * | gpio: handle also nested irqchips in the chained handler set-up | Linus Walleij | 2014-09-26 | 1 | -1/+2 |
| * | gpio: change gpiochip_request_own_desc() prototype | Alexandre Courbot | 2014-08-29 | 1 | -1/+2 |
* | | Documentation: gpio: documentation for optional getters functions | Alexandre Courbot | 2014-08-29 | 1 | -1/+23 |
|/ |
|
* | gpio: add flags argument to gpiod_get*() functions | Alexandre Courbot | 2014-07-28 | 1 | -6/+20 |
* | gpio: split gpiod board registration into machine header | Linus Walleij | 2014-07-28 | 1 | -1/+1 |
* | gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc | Guenter Roeck | 2014-07-24 | 1 | -0/+21 |
* | gpio: remove gpiod_lock/unlock_as_irq() | Alexandre Courbot | 2014-07-23 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-06-04 | 1 | -1/+1 |
|\ |
|
| * | doc: spelling error changes | Carlos Garcia | 2014-05-05 | 1 | -1/+1 |
* | | gpio: document gpio irqchips a bit more, describe helpers | Linus Walleij | 2014-04-28 | 1 | -0/+59 |
* | | gpio: make gpiod_direction_output take a logical value | Philipp Zabel | 2014-02-07 | 1 | -0/+1 |