aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-13Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixesLinus Walleij1-0/+8
2019-12-11gpiolib: fix up emulated open drain outputsRussell King1-0/+8
2019-12-09gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven1-2/+3
2019-11-22gpiolib: Grammar s/manager/managed/Geert Uytterhoeven1-1/+1
2019-11-13gpiolib: fix coding style in gpiod_hog()Bartosz Golaszewski1-3/+3
2019-11-13Merge tag 'intel-gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into develLinus Walleij1-0/+12
2019-11-13gpiolib: Introduce ->add_pin_ranges() callbackAndy Shevchenko1-0/+12
2019-11-12gpio: add new SET_CONFIG ioctl() to gpio chardevKent Gibson1-0/+69
2019-11-12gpiolib: move validation of line handle flags into helper functionKent Gibson1-42/+51
2019-11-12gpiolib: add support for biasing output linesKent Gibson1-2/+6
2019-11-12gpiolib: add support for disabling line biasKent Gibson1-10/+51
2019-11-12gpiolib: add support for pull up/down to lineevent_createKent Gibson1-0/+4
2019-11-12gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini1-0/+18
2019-11-08Revert "gpio: expose pull-up/pull-down line flags to userspace"Linus Walleij1-12/+0
2019-11-07gpiolib: No need to call gpiochip_remove_pin_ranges() twiceAndy Shevchenko1-1/+2
2019-11-05gpiolib: Switch order of valid mask and hw initLinus Walleij1-2/+2
2019-11-05Merge tag 'v5.4-rc6' into develLinus Walleij1-9/+40
2019-10-23Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-24/+18
2019-10-15gpiolib: Initialize the hardware with a callbackAndy Shevchenko1-1/+21
2019-10-05gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini1-0/+12
2019-10-03gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov1-0/+48
2019-10-01gpiolib: sanitize flags before allocating memory in lineevent_create()Bartosz Golaszewski1-24/+18
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