summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2017-06-29gpiolib: fix filtering out unwanted eventsBartosz Golaszewski
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding
2017-04-07gpio: core: Decouple open drain/source flag with active low/highLaxman Dewangan
2017-03-21gpiolib: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-03-16gpio: of: Don't return 0 on dt_gpio_count()Andy Shevchenko
2017-03-14gpiolib: Fix spelling of 'successful'Andy Shevchenko
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-02-05Merge branch 'ib-gpiod-flags' into develLinus Walleij
2017-02-04gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon
2017-01-31gpiolib: Fix a WARN_ON that can never triggerChristophe JAILLET
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij
2017-01-26Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into develLinus Walleij
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2017-01-26Merge branch 'ib-gpiod-flags' into develLinus Walleij
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij
2017-01-11gpio: Remove impossible checks on container_of() resultStephen Boyd
2017-01-11gpiolib: Switch to for_each_set_bit()Andy Shevchenko
2016-12-30gpio: Move freeing of GPIO hogs before numbing of the deviceGeert Uytterhoeven
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij
2016-12-07gpio: chardev: Return error for seek operationsLars-Peter Clausen
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij
2016-11-15gpio: tag line labels used for interruptsLinus Walleij
2016-11-15gpio: clamp values on gpio[d]_direction_output()Linus Walleij
2016-11-15gpio: do not double-check direction on sleeping chipsLinus Walleij
2016-10-31gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leakLars-Peter Clausen
2016-10-21gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flagsLars-Peter Clausen
2016-10-21gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flagsLars-Peter Clausen
2016-10-21gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen
2016-10-21gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offsetLars-Peter Clausen
2016-10-21gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen
2016-10-21gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offsetLars-Peter Clausen
2016-10-21gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leakLars-Peter Clausen
2016-10-21gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validationLars-Peter Clausen
2016-10-03gpio: acpi: separation of concernsLinus Walleij
2016-10-03gpio: OF: separation of concernsLinus Walleij
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg
2016-09-13gpiolib: Forbid irqchip default trigger for ACPI enumerated devicesMika Westerberg
2016-09-12gpio/gpiolib: Forbid irqchip default trigger if probed over DTMarc Zyngier
2016-08-19gpio: refactor gpiochip_find() slightlyMasahiro Yamada
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-07-22gpiolib: remove duplicated include from gpiolib.cWei Yongjun
2016-07-06Revert "gpio: convince line to become input in irq helper"Linus Walleij
2016-07-06gpiolib: of_find_gpio(): Don't discard errorsLars-Peter Clausen
2016-07-06gpio: of: Allow overriding the device nodeThierry Reding
2016-07-04gpio: free handles in fringe casesLinus Walleij