aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15gpiolib: Initialize the hardware with a callbackAndy Shevchenko1-1/+21
2019-10-01gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski1-8/+19
2019-09-19Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+2
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-238/+442
2019-09-12gpio: remove explicit comparison with 0Saiyam Doshi1-1/+1
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij1-4/+8
2019-09-09gpio: fix line flag validation in lineevent_createKent Gibson1-5/+3
2019-09-09gpio: fix line flag validation in linehandle_createKent Gibson1-0/+8
2019-09-06gpio: Fix further merge errorsLinus Walleij1-4/+4
2019-09-05Merge tag 'v5.3-rc7' into develLinus Walleij1-25/+34
2019-09-04gpio: gpiolib: Normalize return code variable nameLinus Walleij1-110/+110
2019-08-23pinctrl/gpio: Take MUX usage into accountStefan Wahren1-1/+2
2019-08-23gpio: Fix irqchip initialization orderLinus Walleij1-15/+15
2019-08-20gpio: Use callback presence to determine need of valid_maskLinus Walleij1-3/+1
2019-08-20gpio: Pass mask and size with the init_valid_mask()Linus Walleij1-3/+5
2019-08-15gpio: Add support for hierarchical IRQ domainsLinus Walleij1-12/+308
2019-08-14gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski1-2/+4
2019-08-03gpio: refactor gpiochip_allocate_mask() with bitmap_alloc()Masahiro Yamada1-3/+3
2019-08-01gpio: of: Fix hard-assigned valid_mask for OF caseStephen Boyd1-2/+2
2019-07-31gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko1-0/+1
2019-07-29gpiolib: Preserve desc->flags when setting stateChris Packham1-6/+11
2019-07-28gpio: of: Break out OF-only codeLinus Walleij1-105/+8
2019-07-22gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu1-2/+4
2019-07-09Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-5/+1
2019-07-04gpiolib: Clarify use of non-sleeping functionsGeert Uytterhoeven1-8/+8
2019-07-04gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven1-3/+4
2019-06-27gpio: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman1-2/+2
2019-06-25gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg1-5/+1
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij1-11/+19
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij1-21/+10
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-17/+26
2019-04-25gpio: Fix gpiochip_add_data_with_key() error pathGeert Uytterhoeven1-4/+8
2019-04-23gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helperAndy Shevchenko1-3/+1
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko1-4/+5
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko1-7/+6
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-1/+2
2019-04-08Merge tag 'v5.1-rc3' into develLinus Walleij1-2/+2
2019-04-05gpio: Set proper argument value to set_configMaxime Ripard1-1/+13
2019-04-05gpio: Remove obsolete comment about gpiochip_free_hogs() usageGeert Uytterhoeven1-2/+0
2019-04-04gpiolib: Don't WARN on gpiod_put() for optional GPIOAndy Shevchenko1-1/+2
2019-03-27Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery1-2/+2
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-1/+8
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij1-16/+34
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni1-0/+18
2019-02-13gpio: use new gpio_set_config() helper in more placesThomas Petazzoni1-2/+2
2019-02-13gpio: rename gpio_set_drive_single_ended() to gpio_set_config()Thomas Petazzoni1-14/+14
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney1-0/+37
2019-01-23gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski1-1/+8
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-36/+40
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-2/+19