summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: of: provide optional of_mm_gpiochip_add_data() functionLinus Walleij2016-01-051-5/+7
* gpio: add a data pointer to gpio_chipLinus Walleij2016-01-051-4/+6
* gpio: pxa: checking IS_ERR() instead of NULLDan Carpenter2016-01-051-2/+2
* gpio: generic: fix signedness bug found by cppcheckLinus Walleij2016-01-051-2/+3
* gpio: fix warning about iteratorSudip Mukherjee2015-12-271-8/+12
* Revert "gpio: revert get() to non-errorprogating behaviour"Linus Walleij2015-12-261-7/+1
* gpio: viperboard: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: ucb1400: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: tz1090-pdc: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: tz1090: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: twl4030: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: tc3589x: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: sx150x: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: sta2x11: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: sa1100: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: pch: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: pcf857x: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: msic: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: mpc8xxx: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: ml-ioh: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: max732x: Be sure to clamp return valueLinus Walleij2015-12-261-2/+2
* gpio: lpc32xx: Be sure to clamp return valueLinus Walleij2015-12-261-4/+4
* gpio: kempld: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: janz-ttl: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: intel-mid: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: em: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: davinci: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: da9052: Be sure to clamp return valueLinus Walleij2015-12-261-6/+3
* gpio: sx150x: Add support for sx1502Peter Rosin2015-12-221-4/+49
* gpio: 104-idi-48: Clear pending interrupt once in IRQ handlerWilliam Breathitt Gray2015-12-221-10/+9
* gpio: pxa: fixes non devicetree buildsRobert Jarzmik2015-12-221-13/+13
* Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-218-59/+79
|\
| * gpio: revert get() to non-errorprogating behaviourLinus Walleij2015-12-171-1/+7
| * gpio: generic: clamp values from bgpio_get_set()Linus Walleij2015-12-171-2/+2
| * gpio: ath79: Fix the logic to clear offset bit of AR71XX_GPIO_REG_OE registerAxel Lin2015-12-111-1/+1
| * gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko2015-11-301-2/+0
| * gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy2015-11-291-1/+1
| * gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose2015-11-171-49/+56
| * gpio: palmas: fix a possible NULL dereferenceLABBE Corentin2015-11-171-0/+2
| * gpio: syscon: fix a possible NULL dereferenceLABBE Corentin2015-11-171-1/+5
| * gpio: 74xx: fix a possible NULL dereferenceLABBE Corentin2015-11-171-2/+5
* | gpio: pch: fix non-DT buildLinus Walleij2015-12-151-0/+2
* | gpio: pxa: add pin control gpio direction and requestRobert Jarzmik2015-12-151-0/+23
* | gpio: pl061: add support for wakeup configurationSudeep Holla2015-12-141-0/+9
* | gpio: zynq: Do PM initialization earlier to support gpio hogsMichal Simek2015-12-141-10/+9
* | gpio: forward-declare enum gpiod_flagsLinus Walleij2015-12-111-1/+1
* | gpio: rcar: Improve clock error handling and reportingGeert Uytterhoeven2015-12-111-1/+10
* | gpio: rcar: Remove obsolete platform data supportGeert Uytterhoeven2015-12-111-51/+26
* | gpio: Restore indentation of parent device setupGeert Uytterhoeven2015-12-113-3/+3
* | gpio: pca953x: Add set_multiple to allow multiple bits to be set in one write.Phil Reid2015-12-101-0/+38