aboutsummaryrefslogtreecommitdiff
path: root/Documentation/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-1/+1
2015-06-04fix documentation after renaming gpiod_set_array to gpiod_set_array_valueGravatar Rojhalat Ibrahim 1-14/+14
2015-05-22gpiolib: Grammar s/an negative/a negative/Gravatar Geert Uytterhoeven 1-1/+1
2015-05-12gpio: remove gpiod_sysfs_set_active_lowGravatar Johan Hovold 2-17/+0
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-4/+37
2015-04-04Documentation: gpio: Update ACPI part of the document to mention _DSDGravatar Mika Westerberg 1-4/+37
2015-03-09extend documentation for gpiod_set_array() functionsGravatar Rojhalat Ibrahim 1-0/+20
2015-03-05gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsGravatar Rojhalat Ibrahim 1-2/+12
2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsGravatar Rojhalat Ibrahim 1-3/+30
2015-01-28gpio: board.txt: Fix the gpio name exampleGravatar Fabio Estevam 1-1/+1
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 2-2/+29
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsGravatar Rojhalat Ibrahim 1-0/+27
2014-11-04ACPI / GPIO: Document ACPI GPIO mappings APIGravatar Rafael J. Wysocki 1-0/+18
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-2/+2
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-2/+4
2014-09-26gpio: handle also nested irqchips in the chained handler set-upGravatar Linus Walleij 1-1/+2
2014-08-29gpio: change gpiochip_request_own_desc() prototypeGravatar Alexandre Courbot 1-1/+2
2014-08-29Documentation: gpio: documentation for optional getters functionsGravatar Alexandre Courbot 1-1/+23
2014-07-28gpio: add flags argument to gpiod_get*() functionsGravatar Alexandre Courbot 1-6/+20
2014-07-28gpio: split gpiod board registration into machine headerGravatar Linus Walleij 1-1/+1
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGravatar Guenter Roeck 1-0/+21
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Gravatar Alexandre Courbot 1-2/+2
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-05-05doc: spelling error changesGravatar Carlos Garcia 1-1/+1
2014-04-28gpio: document gpio irqchips a bit more, describe helpersGravatar Linus Walleij 1-0/+59
2014-02-07gpio: make gpiod_direction_output take a logical valueGravatar Philipp Zabel 1-0/+1
2014-02-03gpio: document how to make combined GPIO+irqchip driversGravatar Linus Walleij 1-0/+35
2013-12-12gpiolib: return -ENOENT if no GPIO mapping existsGravatar Alexandre Courbot 1-1/+5
2013-12-09gpio: better lookup method for platform GPIOsGravatar Alexandre Courbot 1-11/+17
2013-12-03Documentation: gpiolib: add 00-INDEX fileGravatar Alexandre Courbot 1-0/+14
2013-11-25Documentation: gpiolib: document new interfaceGravatar Alexandre Courbot 6-0/+1436