aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-06-03gpio: add a reusable generic gpio_chip using regmapGravatar Michael Walle 1-0/+86
2020-06-03gpiolib: Introduce gpiochip_irqchip_add_domain()Gravatar Michael Walle 1-0/+3
2020-05-28gpio: gpiolib: Allow GPIO IRQs to lazy disableGravatar Maulik Shah 1-0/+13
2020-05-18Merge branch 'ib-gpio-aggregator' into develGravatar Linus Walleij 1-7/+10
2020-05-18gpiolib: Add support for GPIO lookup by line nameGravatar Geert Uytterhoeven 1-7/+10
2020-04-29gpio: Make "offset" and "unsigned int", not just "unsigned"Gravatar Douglas Anderson 1-13/+13
2020-04-29gpio: Document proper return value for gpio driversGravatar Douglas Anderson 1-3/+3
2020-03-31gpio: Rename variable in core APIsGravatar Linus Walleij 1-69/+69
2020-03-27gpiolib: Introduce gpiod_set_config()Gravatar Geert Uytterhoeven 1-0/+8
2020-03-25gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUTGravatar Chuanhong Guo 1-0/+1
2020-02-10gpio: Avoid kernel.h inclusion where it's possibleGravatar Andy Shevchenko 1-1/+4
2020-01-29Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-5/+0
2020-01-29Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-14/+12
2020-01-23gpio: Drop the chained IRQ handler assign functionGravatar Linus Walleij 1-5/+0
2020-01-17Merge branch 'fixup-thunderx-hierarchy' into develGravatar Linus Walleij 1-13/+10
2020-01-16gpio: Fix the no return statement warningGravatar Kevin Hao 1-0/+2
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argGravatar Kevin Hao 1-13/+8
2020-01-07gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()Gravatar Bartosz Golaszewski 1-1/+2
2019-12-18gpio: add gpiod_toggle_active_low()Gravatar Michał Mirosław 1-0/+7
2019-11-13gpiolib: Introduce ->add_pin_ranges() callbackGravatar Andy Shevchenko 1-0/+5
2019-11-07gpio: Add definition for GPIO directionGravatar Matti Vaittinen 1-0/+3
2019-11-05Merge tag 'v5.4-rc6' into develGravatar Linus Walleij 1-0/+8
2019-10-15gpiolib: Initialize the hardware with a callbackGravatar Andy Shevchenko 1-0/+8
2019-10-03gpiolib: introduce fwnode_gpiod_get_index()Gravatar Dmitry Torokhov 1-0/+13
2019-10-03gpiolib: introduce devm_fwnode_gpiod_get_index()Gravatar Dmitry Torokhov 1-10/+31
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackGravatar Linus Walleij 1-4/+10
2019-09-05Merge tag 'v5.3-rc7' into develGravatar Linus Walleij 1-32/+32
2019-09-05gpio: Fix up merge collision in include fileGravatar Linus Walleij 1-1/+2
2019-09-03Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Walleij 1-21/+7
2019-08-23gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.hGravatar YueHaibing 1-3/+16
2019-08-20gpio: Use callback presence to determine need of valid_maskGravatar Linus Walleij 1-9/+0
2019-08-20gpio: Pass mask and size with the init_valid_mask()Gravatar Linus Walleij 1-1/+3
2019-08-20gpio: stubs in headers should be inlineGravatar Stephen Rothwell 1-2/+2
2019-08-15gpio: Add support for hierarchical IRQ domainsGravatar Linus Walleij 1-0/+111
2019-07-31gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.hGravatar Andy Shevchenko 1-0/+57
2019-07-31gpiolib: of: Reshuffle contents of consumer.h for new library layoutGravatar Andy Shevchenko 1-30/+48
2019-07-30gpio: remove less important #ifdef around declarationsGravatar Masahiro Yamada 1-19/+8
2019-07-28gpio: don't WARN() on NULL descs if gpiolib is disabledGravatar Bartosz Golaszewski 1-32/+32
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-0/+2
2019-07-04gpiolib: Document new gpio_chip.init_valid_mask fieldGravatar Geert Uytterhoeven 1-0/+2
2019-06-27gpio: Add comments on #if/#else/#endifGravatar Enrico Weigelt 3-11/+11
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipGravatar Linus Walleij 1-7/+0
2019-06-13gpio: Fix build warnings on undefined struct pinctrl_devGravatar Enrico Weigelt 1-0/+2
2019-06-07gpio: pass lookup and descriptor flags to request_ownGravatar Linus Walleij 1-1/+3
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 2-18/+23
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTGravatar Andy Shevchenko 1-0/+2
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentGravatar Andy Shevchenko 1-4/+4
2019-04-23gpiolib: Indent entry values of enum gpio_lookup_flagsGravatar Andy Shevchenko 1-8/+8
2019-04-08gpio: mmio: Drop bgpio_dir_invertedGravatar Linus Walleij 1-4/+0
2019-04-05gpio: mmio: Support two direction registersGravatar Linus Walleij 1-4/+11