summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: add a warning on gpiochip->to_irq definedNikita Shubin2021-01-191-0/+3
* Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-12-171-217/+84
|\
| * gpiolib: irq hooks: fix recursion in gpiochip_irq_unmaskNikita Shubin2020-12-121-1/+2
| * Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij2020-12-091-19/+20
| |\
| | * gpiolib: do not print err message for EPROBE_DEFERGrygorii Strashko2020-12-011-3/+5
| | * gpiolib: split error path in gpiod_request_commit()Andy Shevchenko2020-10-261-6/+7
| | * gpiolib: Unify expectations about ->request() returned valueAndy Shevchenko2020-10-261-3/+3
| | * gpiolib: Extract gpiod_not_found() helperAndy Shevchenko2020-10-261-7/+5
| * | gpio: just plain warning when nonexisting gpio requestedEnrico Weigelt2020-12-051-1/+2
| * | gpiolib: Introduce gpio_set_debounce_timeout() for internal useAndy Shevchenko2020-11-161-0/+7
| * | gpiolib: Extract gpio_set_config_with_argument_optional() helperAndy Shevchenko2020-11-161-26/+27
| * | gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()Andy Shevchenko2020-11-161-15/+14
| * | gpiolib: Extract gpio_set_config_with_argument() for future useAndy Shevchenko2020-11-161-3/+11
| * | gpiolib: use proper API to pack pin configuration parametersAndy Shevchenko2020-11-161-1/+1
| * | gpiolib: add missed break statementAndy Shevchenko2020-11-161-0/+1
| * | gpiolib: Replace unsigned by unsigned intAndy Shevchenko2020-11-161-8/+8
| * | Merge branch 'devel' into for-nextLinus Walleij2020-11-111-160/+8
| |\ \
| | * | gpio: Retire the explicit gpio irqchip codeLinus Walleij2020-10-281-153/+0
| | * | gpiolib: Use proper type for bias enumerator in gpio_set_bias()Andy Shevchenko2020-10-281-7/+8
| | |/
* | / gpiolib: Don't free if pin ranges are not definedEdmond Chung2020-12-021-0/+5
|/ /
* / gpiolib: fix sysfs when cdev is not selectedKent Gibson2020-11-051-3/+15
|/
* gpiolib: cdev: support setting debounceKent Gibson2020-09-301-0/+3
* gpiolib: cdev: support edge detection for uAPI v2Kent Gibson2020-09-301-0/+2
* gpiolib: check for parent device in devprop_gpiochip_set_names()Bartosz Golaszewski2020-09-171-0/+4
* gpiolib: unexport devprop_gpiochip_set_names()Bartosz Golaszewski2020-09-141-0/+47
* gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski2020-09-141-4/+4
* gpiolib: switch to simpler IDA interfaceBartosz Golaszewski2020-09-141-3/+3
* gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macroAndy Shevchenko2020-09-111-16/+3
* gpiolib: cdev: use blocking notifier call chain instead of atomicKent Gibson2020-07-121-7/+7
* gpiolib: move gpiolib-sysfs function declarations into their own headerKent Gibson2020-07-121-0/+1
* Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-06-301-6/+4
|\
| * gpiolib: Deduplicate find_first_zero_bit() callAndy Shevchenko2020-06-301-6/+4
* | gpiolib: split character device into gpiolib-cdevKent Gibson2020-06-201-1115/+4
|/
* Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-06-051-50/+115
|\
| * gpiolib: Introduce gpiochip_irqchip_add_domain()Michael Walle2020-06-031-0/+20
| * gpio: gpiolib: Allow GPIO IRQs to lazy disableMaulik Shah2020-05-281-19/+36
| * gpiolib: Separate GPIO_GET_LINEINFO_WATCH_IOCTL conditionalAndy Shevchenko2020-05-271-10/+23
| * Merge tag 'v5.7-rc7' into develLinus Walleij2020-05-271-5/+29
| |\
| * \ Merge branch 'ib-gpio-aggregator' into develLinus Walleij2020-05-181-5/+17
| |\ \
| | * | gpiolib: Add support for GPIO lookup by line nameGeert Uytterhoeven2020-05-181-5/+17
| * | | gpiolib: Document that GPIO line names are not globally uniqueGeert Uytterhoeven2020-05-161-3/+8
| * | | gpiolib: Improve kernel messagesGeert Uytterhoeven2020-04-281-13/+11
| |/ /
* | | gpio: fix locking open drain IRQ linesLinus Walleij2020-05-291-2/+9
* | | Merge tag 'gpio-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij2020-05-181-2/+13
|\ \ \ | |_|/ |/| |
| * | gpiolib: notify user-space about line status changes after flags are setBartosz Golaszewski2020-05-131-2/+13
* | | gpio: of: Build fails if CONFIG_OF_DYNAMIC enabled without CONFIG_OF_GPIODavid Gow2020-04-281-2/+3
|/ /
* | gpiolib: don't call sleeping functions with a spinlock takenBartosz Golaszewski2020-04-231-1/+12
* | gpiolib: improve the robustness of watch/unwatch ioctl()Bartosz Golaszewski2020-04-231-2/+14
|/
* Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-04-041-564/+735
|\
| * gpio: Rename variable in core APIsLinus Walleij2020-03-311-412/+413