aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio
AgeCommit message (Expand)Author
2023-06-28gpio: Allow per-parent interrupt dataMarc Zyngier
2022-06-09gpiolib: of: Introduce hook for missing gpio-rangesStefan Wahren
2022-04-13gpio: Restrict usage of GPIO chip irq members before initializationShreeya Patel
2021-05-14gpio: guard gpiochip_irqchip_add_domain() with GPIOLIB_IRQCHIPÁlvaro Fernández Rojas
2021-03-17gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko
2020-09-14gpiolib: unexport devprop_gpiochip_set_names()Bartosz Golaszewski
2020-09-14gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski
2020-08-04gpio: don't use same lockdep class for all devm_gpiochip_add_data usersAhmad Fatoum
2020-07-27gpio: regmap: fix type clashMichael Walle
2020-07-23gpio: Correct kernel-doc inconsistencyColton Lewis
2020-06-30Merge tag 'gpio-updates-for-v5.9-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2020-06-20gpiolib: Introduce for_each_requested_gpio_in_range() macroAndy Shevchenko
2020-06-15gpio: driver.h: fix kernel-doc markupMauro Carvalho Chehab
2020-06-03gpio: add a reusable generic gpio_chip using regmapMichael Walle
2020-06-03gpiolib: Introduce gpiochip_irqchip_add_domain()Michael Walle
2020-05-28gpio: gpiolib: Allow GPIO IRQs to lazy disableMaulik Shah
2020-05-18Merge branch 'ib-gpio-aggregator' into develLinus Walleij
2020-05-18gpiolib: Add support for GPIO lookup by line nameGeert Uytterhoeven
2020-04-29gpio: Make "offset" and "unsigned int", not just "unsigned"Douglas Anderson
2020-04-29gpio: Document proper return value for gpio driversDouglas Anderson
2020-03-31gpio: Rename variable in core APIsLinus Walleij
2020-03-27gpiolib: Introduce gpiod_set_config()Geert Uytterhoeven
2020-03-25gpio: mmio: introduce BGPIOF_NO_SET_ON_INPUTChuanhong Guo
2020-02-10gpio: Avoid kernel.h inclusion where it's possibleAndy Shevchenko
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