aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2020-06-03gpio: fix locking open drain IRQ linesLinus Walleij
2020-03-11gpiolib: Fix irq_disable() semanticsLinus Walleij
2020-02-10gpiolib: remove unnecessary argument from set_config callKent Gibson
2020-02-10gpiolib: fix gpio_do_set_config()Bartosz Golaszewski
2020-02-10Revert "gpiolib: remove set but not used variable 'config'"Bartosz Golaszewski
2020-02-10Revert "gpiolib: Remove duplicated function gpio_do_set_config()"Bartosz Golaszewski
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-01-29Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2020-01-27Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-01-23gpiolib: hold gpio devices lock until ->descs array is initialisedDan Callaghan
2020-01-23gpio: Drop the chained IRQ handler assign functionLinus Walleij
2020-01-23gpiolib: Lower verbosity when allocating hierarchy irqKevin Hao
2020-01-17gpiolib: Remove duplicated function gpio_do_set_config()YueHaibing
2020-01-17Merge branch 'fixup-thunderx-hierarchy' into develLinus Walleij
2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij
2020-01-15gpiolib: remove set but not used variable 'config'YueHaibing
2020-01-15gpiolib: Set lockdep class for hierarchical irq domainsStephen Boyd
2020-01-15gpiolib: Add the support for the msi parent domainKevin Hao
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao
2020-01-07Merge tag 'gpio-updates-for-v5.6-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2020-01-07gpiolib: use gpiochip_get_desc() in gpio_ioctl()Bartosz Golaszewski
2020-01-07gpiolib: use gpiochip_get_desc() in lineevent_create()Bartosz Golaszewski
2020-01-07gpiolib: use gpiochip_get_desc() in linehandle_create()Bartosz Golaszewski
2020-01-07gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Bartosz Golaszewski
2020-01-07gpiolib: have a single place of calling set_config()Bartosz Golaszewski
2020-01-07gpiolib: use 'unsigned int' instead of 'unsigned' in gpio_set_config()Bartosz Golaszewski
2020-01-06gpio: gpiolib: fix confusing indentionEnrico Weigelt, metux IT consult
2019-12-18gpio: add gpiod_toggle_active_low()Michał Mirosław
2019-12-13Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij
2019-12-13gpiolib: Make use of assign_bit() APIAndy Shevchenko
2019-12-12gpiolib: Add GPIOCHIP_NAME definitionGeert Uytterhoeven
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