aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski1-5/+4
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-8/+23
2017-06-29gpiolib: fix filtering out unwanted eventsBartosz Golaszewski1-1/+2
2017-05-31gpiolib: remove unused variableArnd Bergmann1-2/+0
2017-05-29gpiolib: Re-use bitmap_fill() instead of open coded loopAndy Shevchenko1-3/+2
2017-05-29gpio: acpi: Override GPIO initialization flagsAndy Shevchenko1-2/+6
2017-05-29gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko1-1/+1
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax1-0/+12
2017-05-22gpio: export add/remove lookup table functionsAnatolij Gustschin1-0/+2
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-15/+8
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding1-3/+3
2017-04-07gpio: core: Decouple open drain/source flag with active low/highLaxman Dewangan1-1/+3
2017-03-21gpiolib: utilize new cdev_device_add helper functionLogan Gunthorpe1-15/+8
2017-03-16gpio: of: Don't return 0 on dt_gpio_count()Andy Shevchenko1-2/+2
2017-03-14gpiolib: Fix spelling of 'successful'Andy Shevchenko1-1/+1
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-25/+30
2017-02-05Merge branch 'ib-gpiod-flags' into develLinus Walleij1-4/+5
2017-02-04gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon1-4/+5
2017-01-31gpiolib: Fix a WARN_ON that can never triggerChristophe JAILLET1-2/+1
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij1-10/+10
2017-01-26Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into develLinus Walleij1-20/+36
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-20/+36
2017-01-26Merge branch 'ib-gpiod-flags' into develLinus Walleij1-5/+18
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein1-2/+3
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko1-4/+16
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij1-9/+9
2017-01-11gpio: Remove impossible checks on container_of() resultStephen Boyd1-3/+1
2017-01-11gpiolib: Switch to for_each_set_bit()Andy Shevchenko1-12/+6
2016-12-30gpio: Move freeing of GPIO hogs before numbing of the deviceGeert Uytterhoeven1-1/+1
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-22/+85
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij1-13/+56
2016-12-07gpio: chardev: Return error for seek operationsLars-Peter Clausen1-2/+3
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-13/+56
2016-11-15gpio: tag line labels used for interruptsLinus Walleij1-2/+18
2016-11-15gpio: clamp values on gpio[d]_direction_output()Linus Walleij1-5/+8
2016-11-15gpio: do not double-check direction on sleeping chipsLinus Walleij1-2/+5
2016-10-31gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leakLars-Peter Clausen1-12/+45
2016-10-21gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flagsLars-Peter Clausen1-0/+11
2016-10-21gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flagsLars-Peter Clausen1-0/+13
2016-10-21gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen1-0/+2
2016-10-21gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offsetLars-Peter Clausen1-0/+5
2016-10-21gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen1-0/+2
2016-10-21gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offsetLars-Peter Clausen1-0/+5
2016-10-21gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leakLars-Peter Clausen1-0/+2
2016-10-21gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validationLars-Peter Clausen1-1/+1
2016-10-03gpio: acpi: separation of concernsLinus Walleij1-49/+0
2016-10-03gpio: OF: separation of concernsLinus Walleij1-39/+0
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij1-3/+63
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg1-3/+63
2016-09-13gpiolib: Forbid irqchip default trigger for ACPI enumerated devicesMika Westerberg1-1/+6