summaryrefslogtreecommitdiff
path: root/include/linux/gpio
AgeCommit message (Expand)Author
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-23gpio: Drop the chained IRQ handler assign functionLinus Walleij
2020-01-17Merge branch 'fixup-thunderx-hierarchy' into develLinus Walleij
2020-01-16gpio: Fix the no return statement warningKevin Hao
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao
2020-01-07gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Bartosz Golaszewski
2019-12-18gpio: add gpiod_toggle_active_low()Michał Mirosław
2019-11-13gpiolib: Introduce ->add_pin_ranges() callbackAndy Shevchenko
2019-11-07gpio: Add definition for GPIO directionMatti Vaittinen
2019-11-05Merge tag 'v5.4-rc6' into develLinus Walleij
2019-10-15gpiolib: Initialize the hardware with a callbackAndy Shevchenko
2019-10-03gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov
2019-10-03gpiolib: introduce devm_fwnode_gpiod_get_index()Dmitry Torokhov
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij
2019-09-05Merge tag 'v5.3-rc7' into develLinus Walleij
2019-09-05gpio: Fix up merge collision in include fileLinus Walleij
2019-09-03Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-08-23gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.hYueHaibing
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-20gpio: stubs in headers should be inlineStephen Rothwell
2019-08-15gpio: Add support for hierarchical IRQ domainsLinus Walleij
2019-07-31gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.hAndy Shevchenko
2019-07-31gpiolib: of: Reshuffle contents of consumer.h for new library layoutAndy Shevchenko
2019-07-30gpio: remove less important #ifdef around declarationsMasahiro Yamada
2019-07-28gpio: don't WARN() on NULL descs if gpiolib is disabledBartosz Golaszewski
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-07-04gpiolib: Document new gpio_chip.init_valid_mask fieldGeert Uytterhoeven
2019-06-27gpio: Add comments on #if/#else/#endifEnrico Weigelt
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij
2019-06-13gpio: Fix build warnings on undefined struct pinctrl_devEnrico Weigelt
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-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko
2019-04-23gpiolib: Indent entry values of enum gpio_lookup_flagsAndy Shevchenko
2019-04-08gpio: mmio: Drop bgpio_dir_invertedLinus Walleij
2019-04-05gpio: mmio: Support two direction registersLinus Walleij
2019-03-24gpiolib: export devprop_gpiochip_set_names()Jan Kundrát
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-12-14gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij
2018-12-11gpio: Export gpiod_get_from_of_node()Linus Walleij
2018-11-16gpio: drop broken to_gpio_irq_chip() helperJohan Hovold
2018-11-05gpiolib: Fix possible use after free on labelMuchun Song