summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: fix error path in lineevent_createUwe Kleine-König2018-05-161-1/+1
* gpio: fix aspeed_gpio unmask irqGovert Overgaauw2018-05-161-1/+1
* gpioib: do not free unrequested descriptorsTimur Tabi2018-05-161-2/+3
* gpio: label descriptors using the device nameLinus Walleij2018-04-131-1/+2
* gpio: crystalcove: Do not write regular gpio registers for virtual GPIOsHans de Goede2018-04-131-18/+36
* gpio: gpio-wcove: fix GPIO IRQ status maskKuppuswamy Sathyanarayanan2018-03-241-2/+4
* gpio: gpio-wcove: fix irq pending status bit widthKuppuswamy Sathyanarayanan2018-03-241-1/+1
* gpio: xgene: mark PM functions as __maybe_unusedArnd Bergmann2018-02-251-10/+3
* gpio: intel-mid: Fix build warning when !CONFIG_PMAugusto Mecking Caringi2018-02-251-1/+1
* gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan2018-02-031-0/+3
* gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-02-031-0/+4
* gpio: Fix kernel stack leak to userspaceLinus Walleij2018-02-031-0/+3
* gpio: stmpe: i2c transfer are forbiden in atomic contextPatrice Chotard2018-02-031-10/+10
* gpio: altera: Use handle_level_irq when configured as a level_highPhil Reid2017-12-141-15/+11
* gpio: mockup: dynamically allocate memory for chip nameBartosz Golaszewski2017-11-301-3/+7
* gpio: mcp23s08: Select REGMAP/REGMAP_I2C to fix build errorAxel Lin2017-11-081-0/+2
* gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski2017-08-111-5/+4
* gpiolib: fix filtering out unwanted eventsBartosz Golaszewski2017-07-051-1/+2
* gpio: omap: return error if requested debounce time is not possibleDavid Rivshin2017-05-251-6/+17
* ACPI / gpio: do not fall back to parsing _CRS when we get a deferralDmitry Torokhov2017-04-121-1/+3
* gpio: Move freeing of GPIO hogs before numbing of the deviceGeert Uytterhoeven2017-01-191-1/+1
* gpio: chardev: Return error for seek operationsLars-Peter Clausen2017-01-091-2/+3
* gpio: stmpe: fix interrupt handling bugLinus Walleij2017-01-091-1/+1
* gpio: Remove GPIO_DEVRES optionKeno Fischer2016-11-162-5/+1
* gpio: tc3589x: fix up .get_direction()Linus Walleij2016-11-151-1/+1
* gpio: do not double-check direction on sleeping chipsLinus Walleij2016-11-151-2/+5
* gpio: pca953x: Move memcpy into mutex lock for set multiplePhil Reid2016-11-081-2/+1
* gpio: pca953x: Fix corruption of other gpios in set_multiple.Phil Reid2016-11-081-0/+1
* gpio/mvebu: Use irq_domain_add_linearJason Gunthorpe2016-11-011-49/+43
* gpio: of: fix GPIO drivers with multiple gpio_chip for a single nodeMasahiro Yamada2016-10-311-5/+9
* gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leakLars-Peter Clausen2016-10-311-12/+45
* gpio: mpc8xxx: Correct irq handler functionLiu Gang2016-10-241-1/+1
* gpio: ath79: Fix module autoloadJavier Martinez Canillas2016-10-241-0/+1
* gpio: ts4800: Fix module autoloadJavier Martinez Canillas2016-10-211-0/+1
* gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flagsLars-Peter Clausen2016-10-211-0/+11
* gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flagsLars-Peter Clausen2016-10-211-0/+13
* gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
* gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offsetLars-Peter Clausen2016-10-211-0/+5
* gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
* gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offsetLars-Peter Clausen2016-10-211-0/+5
* gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
* gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validationLars-Peter Clausen2016-10-211-1/+1
* gpio / ACPI: fix returned error from acpi_dev_gpio_irq_get()David Arcari2016-10-201-2/+5
* gpio: mockup: add sysfs dependencyArnd Bergmann2016-10-201-1/+1
* gpio: stmpe: || vs && typoDan Carpenter2016-10-201-1/+1
* gpio: mxs: Unmap region obtained by of_iomapArvind Yadav2016-10-201-2/+6
* gpio: pca953x: add a comment explaining the need for a lockdep subclassBartosz Golaszewski2016-10-111-0/+16
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-071-7/+9
|\
| * gpio: pca953x: variable 'id' was used twiceWolfram Sang2016-09-241-7/+7
| * gpio: pca953x: fix an incorrect lockdep warningBartosz Golaszewski2016-09-241-0/+2