summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin2019-04-031-2/+4
* gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy2019-01-131-9/+3
* gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich2018-10-131-4/+20
* gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev2018-09-261-1/+2
* gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-02-071-0/+4
* gpio: Fix OF build problem on UMLinus Walleij2016-08-311-0/+1
* gpio: intel-mid: Remove potentially harmful codeAndy Shevchenko2016-08-221-19/+0
* gpio: pca953x: Fix NBANK calculation for PCA9536Vignesh R2016-08-221-1/+1
* gpio: bcm-kona: fix bcm_kona_gpio_reset() warningsBen Dooks2016-06-191-2/+2
* gpiolib: Fix NULL pointer deferenceRicardo Ribalda Delgado2016-06-191-1/+1
* gpio: pca953x: Use correct u16 value for register word writeYong Li2016-04-201-1/+2
* gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchipAaron Lu2015-07-031-0/+1
* gpio: gpio-kempld: Fix get_direction return valueMichael Brunner2015-06-101-1/+1
* gpio: sysfs: fix memory leaks and device hotplugJohan Hovold2015-05-231-0/+19
* gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT2015-05-171-8/+16
* gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne2015-03-061-4/+10
* gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg2015-03-061-4/+5
* gpio: mcp23s08: handle default gpio baseSonic Zhang2015-02-111-7/+10
* gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold2015-02-111-1/+1
* gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold2015-02-111-0/+1
* gpio: sysfs: fix gpio device-attribute leakJohan Hovold2015-01-271-15/+13
* gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold2015-01-271-11/+8
* gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold2015-01-271-3/+1
* gpio: fix memory leak and sleep-while-atomicJohan Hovold2015-01-271-1/+2
* gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold2015-01-271-4/+7
* gpio: crystalcove: use handle_nested_irqAaron Lu2015-01-271-1/+1
* gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg2015-01-271-2/+8
* Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-0922-478/+1054
|\
| * gpio: pch: Build context save/restore only for PMThierry Reding2014-10-021-0/+2
| * gpio: ks8695: fix 'else should follow close brace '}''Varka Bhadram2014-10-021-6/+4
| * gpio: stmpe: add verbose debug codeLinus Walleij2014-10-021-0/+75
| * gpio: stmpe: fix up interrupt enable logicLinus Walleij2014-10-021-3/+3
| * gpio: staticize xway_stp_init()Linus Walleij2014-09-301-1/+1
| * gpio: handle also nested irqchips in the chained handler set-upLinus Walleij2014-09-263-21/+36
| * gpio: set parent irq on chained handlersLinus Walleij2014-09-261-0/+13
| * gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko2014-09-261-1/+2
| * gpio: crystalcove: support virtual GPIOAaron Lu2014-09-251-3/+16
| * gpio: kona: enable only on BCM_MOBILE or for compile testingUwe Kleine-König2014-09-251-1/+1
| * gpio, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster2014-09-241-1/+1
| * gpio: Fix ngpio in gpio-xilinx driverGernot Vormayr2014-09-241-12/+15
| * gpio: dwapb: fix pointer to integer castLinus Walleij2014-09-241-2/+2
| * gpio: xgene: Remove unneeded #ifdef CONFIG_OF guardAxel Lin2014-09-241-2/+0
| * gpio: xgene: Remove unneeded forward declation for struct xgene_gpioAxel Lin2014-09-241-2/+0
| * gpio: xgene: Fix missing spin_lock_init()Axel Lin2014-09-241-0/+1
| * gpio: ks8695: fix switch case indentationVarka Bhadram2014-09-241-10/+10
| * gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila2014-09-241-1/+1
| * gpio: Fix return value check in xgene_gpio_probe()Wei Yongjun2014-09-241-2/+2
| * GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan2014-09-231-1/+1
| * gpio: omap: Fix interrupt namesNishanth Menon2014-09-231-14/+17
| * gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTRPaul Bolle2014-09-231-50/+0