summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2020-06-03gpio: fix locking open drain IRQ linesLinus Walleij
2020-04-01gpiolib: Fix irq_disable() semanticsLinus Walleij
2020-02-24gpiolib: Set lockdep class for hierarchical irq domainsStephen Boyd
2020-02-19gpio: add gpiod_toggle_active_low()Michał Mirosław
2020-01-26gpiolib: No need to call gpiochip_remove_pin_ranges() twiceAndy Shevchenko
2020-01-17gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven
2020-01-09gpiolib: fix up emulated open drain outputsRussell King
2019-10-15gpiolib: Initialize the hardware with a callbackAndy Shevchenko
2019-10-01gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski
2019-09-19Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-09-12gpio: remove explicit comparison with 0Saiyam Doshi
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij
2019-09-09gpio: fix line flag validation in lineevent_createKent Gibson
2019-09-09gpio: fix line flag validation in linehandle_createKent Gibson
2019-09-06gpio: Fix further merge errorsLinus Walleij
2019-09-05Merge tag 'v5.3-rc7' into develLinus Walleij
2019-09-04gpio: gpiolib: Normalize return code variable nameLinus Walleij
2019-08-23pinctrl/gpio: Take MUX usage into accountStefan Wahren
2019-08-23gpio: Fix irqchip initialization orderLinus Walleij
2019-08-20gpio: Use callback presence to determine need of valid_maskLinus Walleij
2019-08-20gpio: Pass mask and size with the init_valid_mask()Linus Walleij
2019-08-15gpio: Add support for hierarchical IRQ domainsLinus Walleij
2019-08-14gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski
2019-08-03gpio: refactor gpiochip_allocate_mask() with bitmap_alloc()Masahiro Yamada
2019-08-01gpio: of: Fix hard-assigned valid_mask for OF caseStephen Boyd
2019-07-31gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko
2019-07-29gpiolib: Preserve desc->flags when setting stateChris Packham
2019-07-28gpio: of: Break out OF-only codeLinus Walleij
2019-07-22gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu
2019-07-09Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2019-07-04gpiolib: Clarify use of non-sleeping functionsGeert Uytterhoeven
2019-07-04gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven
2019-06-27gpio: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman
2019-06-25gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-04-25gpio: Fix gpiochip_add_data_with_key() error pathGeert Uytterhoeven
2019-04-23gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helperAndy Shevchenko
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...Linus Walleij
2019-04-08Merge tag 'v5.1-rc3' into develLinus Walleij
2019-04-05gpio: Set proper argument value to set_configMaxime Ripard
2019-04-05gpio: Remove obsolete comment about gpiochip_free_hogs() usageGeert Uytterhoeven
2019-04-04gpiolib: Don't WARN on gpiod_put() for optional GPIOAndy Shevchenko
2019-03-27Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij