aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-19Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-1/+2
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-238/+442
2019-09-12gpio: remove explicit comparison with 0Gravatar Saiyam Doshi 1-1/+1
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackGravatar Linus Walleij 1-4/+8
2019-09-09gpio: fix line flag validation in lineevent_createGravatar Kent Gibson 1-5/+3
2019-09-09gpio: fix line flag validation in linehandle_createGravatar Kent Gibson 1-0/+8
2019-09-06gpio: Fix further merge errorsGravatar Linus Walleij 1-4/+4
2019-09-05Merge tag 'v5.3-rc7' into develGravatar Linus Walleij 1-25/+34
2019-09-04gpio: gpiolib: Normalize return code variable nameGravatar Linus Walleij 1-110/+110
2019-08-23pinctrl/gpio: Take MUX usage into accountGravatar Stefan Wahren 1-1/+2
2019-08-23gpio: Fix irqchip initialization orderGravatar Linus Walleij 1-15/+15
2019-08-20gpio: Use callback presence to determine need of valid_maskGravatar Linus Walleij 1-3/+1
2019-08-20gpio: Pass mask and size with the init_valid_mask()Gravatar Linus Walleij 1-3/+5
2019-08-15gpio: Add support for hierarchical IRQ domainsGravatar Linus Walleij 1-12/+308
2019-08-14gpiolib: never report open-drain/source lines as 'input' to user-spaceGravatar Bartosz Golaszewski 1-2/+4
2019-08-03gpio: refactor gpiochip_allocate_mask() with bitmap_alloc()Gravatar Masahiro Yamada 1-3/+3
2019-08-01gpio: of: Fix hard-assigned valid_mask for OF caseGravatar Stephen Boyd 1-2/+2
2019-07-31gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hGravatar Andy Shevchenko 1-0/+1
2019-07-29gpiolib: Preserve desc->flags when setting stateGravatar Chris Packham 1-6/+11
2019-07-28gpio: of: Break out OF-only codeGravatar Linus Walleij 1-105/+8
2019-07-22gpiolib: fix incorrect IRQ requesting of an active-low lineeventGravatar Michael Wu 1-2/+4
2019-07-09Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-5/+1
2019-07-04gpiolib: Clarify use of non-sleeping functionsGravatar Geert Uytterhoeven 1-8/+8
2019-07-04gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGravatar Geert Uytterhoeven 1-3/+4
2019-06-27gpio: No need to cast away return value of debugfs_create_file()Gravatar Greg Kroah-Hartman 1-2/+2
2019-06-25gpio: Fix return value mismatch of function gpiod_get_from_of_node()Gravatar Waibel Georg 1-5/+1
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipGravatar Linus Walleij 1-11/+19
2019-06-07gpio: pass lookup and descriptor flags to request_ownGravatar Linus Walleij 1-21/+10
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-17/+26
2019-04-25gpio: Fix gpiochip_add_data_with_key() error pathGravatar Geert Uytterhoeven 1-4/+8
2019-04-23gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helperGravatar Andy Shevchenko 1-3/+1
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTGravatar Andy Shevchenko 1-4/+5
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentGravatar Andy Shevchenko 1-7/+6
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...Gravatar Linus Walleij 1-1/+2
2019-04-08Merge tag 'v5.1-rc3' into develGravatar Linus Walleij 1-2/+2
2019-04-05gpio: Set proper argument value to set_configGravatar Maxime Ripard 1-1/+13
2019-04-05gpio: Remove obsolete comment about gpiochip_free_hogs() usageGravatar Geert Uytterhoeven 1-2/+0
2019-04-04gpiolib: Don't WARN on gpiod_put() for optional GPIOGravatar Andy Shevchenko 1-1/+2
2019-03-27Revert "gpio: use new gpio_set_config() helper in more places"Gravatar Andrew Jeffery 1-2/+2
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Walleij 1-1/+8
2019-02-14Merge branch 'ib-pca953x-config' into develGravatar Linus Walleij 1-16/+34
2019-02-13gpio: add core support for pull-up/pull-down configurationGravatar Thomas Petazzoni 1-0/+18
2019-02-13gpio: use new gpio_set_config() helper in more placesGravatar Thomas Petazzoni 1-2/+2
2019-02-13gpio: rename gpio_set_drive_single_ended() to gpio_set_config()Gravatar Thomas Petazzoni 1-14/+14
2019-01-24gpio: add irq domain activate/deactivate functionsGravatar Brian Masney 1-0/+37
2019-01-23gpiolib: fix line event timestamps for nested irqsGravatar Bartosz Golaszewski 1-1/+8
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-36/+40
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Gravatar Linus Walleij 1-2/+19
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Mark Brown 1-2/+3
2018-12-11gpio: Enable nonexclusive gpiods from DT nodesGravatar Linus Walleij 1-0/+2