aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-24/+1
2020-01-29Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-99/+83
2020-01-27Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+11
2020-01-23gpiolib: hold gpio devices lock until ->descs array is initialisedDan Callaghan1-2/+2
2020-01-23gpio: Drop the chained IRQ handler assign functionLinus Walleij1-24/+1
2020-01-23gpiolib: Lower verbosity when allocating hierarchy irqKevin Hao1-3/+3
2020-01-17gpiolib: Remove duplicated function gpio_do_set_config()YueHaibing1-23/+4
2020-01-17Merge branch 'fixup-thunderx-hierarchy' into develLinus Walleij1-16/+35
2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij1-2/+11
2020-01-15gpiolib: remove set but not used variable 'config'YueHaibing1-2/+0
2020-01-15gpiolib: Set lockdep class for hierarchical irq domainsStephen Boyd1-0/+1
2020-01-15gpiolib: Add the support for the msi parent domainKevin Hao1-0/+6
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao1-16/+29
2020-01-07Merge tag 'gpio-updates-for-v5.6-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-23/+27
2020-01-07gpiolib: use gpiochip_get_desc() in gpio_ioctl()Bartosz Golaszewski1-3/+4
2020-01-07gpiolib: use gpiochip_get_desc() in lineevent_create()Bartosz Golaszewski1-3/+3
2020-01-07gpiolib: use gpiochip_get_desc() in linehandle_create()Bartosz Golaszewski1-4/+3
2020-01-07gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Bartosz Golaszewski1-2/+3
2020-01-07gpiolib: have a single place of calling set_config()Bartosz Golaszewski1-9/+12
2020-01-07gpiolib: use 'unsigned int' instead of 'unsigned' in gpio_set_config()Bartosz Golaszewski1-1/+1
2020-01-06gpio: gpiolib: fix confusing indentionEnrico Weigelt, metux IT consult1-1/+1
2019-12-18gpio: add gpiod_toggle_active_low()Michał Mirosław1-0/+11
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-13gpiolib: Make use of assign_bit() APIAndy Shevchenko1-39/+20
2019-12-12gpiolib: Add GPIOCHIP_NAME definitionGeert Uytterhoeven1-2/+2
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