summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2019-12-13Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij
2019-12-11gpiolib: fix up emulated open drain outputsRussell King
2019-12-09gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven
2019-11-22gpiolib: Grammar s/manager/managed/Geert Uytterhoeven
2019-11-13gpiolib: fix coding style in gpiod_hog()Bartosz Golaszewski
2019-11-13Merge tag 'intel-gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij
2019-11-13gpiolib: Introduce ->add_pin_ranges() callbackAndy Shevchenko
2019-11-12gpio: add new SET_CONFIG ioctl() to gpio chardevKent Gibson
2019-11-12gpiolib: move validation of line handle flags into helper functionKent Gibson
2019-11-12gpiolib: add support for biasing output linesKent Gibson
2019-11-12gpiolib: add support for disabling line biasKent Gibson
2019-11-12gpiolib: add support for pull up/down to lineevent_createKent Gibson
2019-11-12gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini
2019-11-08Revert "gpio: expose pull-up/pull-down line flags to userspace"Linus Walleij
2019-11-07gpiolib: No need to call gpiochip_remove_pin_ranges() twiceAndy Shevchenko
2019-11-05gpiolib: Switch order of valid mask and hw initLinus Walleij
2019-11-05Merge tag 'v5.4-rc6' into develLinus Walleij
2019-10-23Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/sc...Linus Walleij
2019-10-15gpiolib: Initialize the hardware with a callbackAndy Shevchenko
2019-10-05gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini
2019-10-03gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov
2019-10-01gpiolib: sanitize flags before allocating memory in lineevent_create()Bartosz Golaszewski
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