summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-08-041-2/+6
|\
| * gpiolib: add support for bias pull disableNuno Sá2022-07-191-2/+6
* | gpio: gpiolib: Allow free() callback to be overriddenLad Prabhakar2022-07-101-3/+6
* | gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier2022-07-101-24/+18
|/
* Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-051-0/+58
|\
| * gpiolib: Add HTE supportDipen Patel2022-05-041-0/+58
* | Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-261-41/+34
|\ \
| * \ Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Bartosz Golaszewski2022-05-051-3/+10
| |\ \
| * | | gpiolib: Extract gpio_chip_get_value() wrapperAndy Shevchenko2022-04-091-4/+7
| * | | gpiolib: Refactor gpiolib_dbg_show() with help of for_each_gpio_desc()Andy Shevchenko2022-04-091-20/+18
| * | | gpiolib: Split out for_each_gpio_desc() macroAndy Shevchenko2022-04-091-8/+3
| * | | gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag()Andy Shevchenko2022-04-091-2/+1
| * | | gpiolib: Move error message out of a spinlockAndy Shevchenko2022-04-091-1/+1
| * | | gpiolib: Get rid of redundant 'else'Andy Shevchenko2022-04-051-7/+5
| | |/ | |/|
* | | Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-231-3/+10
|\ \ \
| * \ \ Merge branch irq/gpio-immutable into irq/irqchip-nextMarc Zyngier2022-04-191-3/+10
| |\ \ \ | | | |/ | | |/|
| | * | gpio: Expose the gpiochip_irq_re[ql]res helpersMarc Zyngier2022-04-191-2/+4
| | * | gpio: Don't fiddle with irqchips marked as immutableMarc Zyngier2022-04-191-1/+6
| | |/
* | / gpio: Request interrupts after IRQ is initializedMario Limonciello2022-04-221-2/+2
|/ /
* / gpio: Restrict usage of GPIO chip irq members before initializationShreeya Patel2022-04-041-0/+19
|/
* Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-251-22/+19
|\
| * gpiolib: Use list_first_entry()/list_last_entry()Andy Shevchenko2022-03-081-3/+3
| * gpiolib: Simplify error path in gpiod_get_index() when requesting GPIOAndy Shevchenko2022-02-081-13/+12
| * gpiolib: Use short form of ternary operator in gpiod_get_index()Andy Shevchenko2022-02-081-4/+3
| * gpiolib: Introduce for_each_gpio_desc_with_flag() macroAndy Shevchenko2022-02-081-4/+3
* | Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"Bartosz Golaszewski2022-03-151-0/+10
* | gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko2022-03-071-0/+10
* | gpio: Revert regression in sysfs-gpio (gpiolib.c)Marcelo Roberto Jimenez2022-03-071-10/+0
* | gpio: Return EPROBE_DEFER if gc->to_irq is NULLShreeya Patel2022-02-231-0/+10
|/
* gpiolib: allow line names from device props to override driver namesPeter Rosin2021-12-171-5/+15
* gpiolib: allow to specify the firmware node in struct gpio_chipBartosz Golaszewski2021-12-171-1/+6
* gpiolib: provide gpiod_remove_hogs()Bartosz Golaszewski2021-12-171-0/+11
* gpiolib: check the 'ngpios' property in core gpiolib codeBartosz Golaszewski2021-12-061-0/+21
* gpiolib: improve coding style for local variablesBartosz Golaszewski2021-12-061-4/+4
* gpiolib: Let gpiod_add_lookup_table() call gpiod_add_lookup_tables()Geert Uytterhoeven2021-12-031-5/+1
* gpio: Allow per-parent interrupt dataMarc Zyngier2021-10-271-2/+7
* gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip ba...Sergio Paracuellos2021-07-291-5/+27
* gpiolib: Switch to bitmap_alloc()Andy Shevchenko2021-05-281-11/+25
* gpiolib: Split fastpath array to twoAndy Shevchenko2021-05-281-9/+15
* gpiolib: Drop duplicate offset check in gpiochip_is_requested()Andy Shevchenko2021-05-121-3/+0
* gpiolib: Fold conditionals into a simple ternary operatorAndy Shevchenko2021-03-261-7/+2
* gpiolib: Reuse device's fwnode to create IRQ domainAndy Shevchenko2021-03-261-11/+4
* gpiolib: Introduce acpi_gpio_dev_init() and call it from coreAndy Shevchenko2021-03-261-0/+1
* gpiolib: Move of_node operations to gpiolib-of and correct fwnode useAndy Shevchenko2021-03-261-5/+4
* gpiolib: Unify the checks on fwnode typeAndy Shevchenko2021-03-261-15/+13
* gpiolib: Assign fwnode to parent's if no primary one providedAndy Shevchenko2021-03-161-0/+7
* gpiolib: Fix error return code in gpiolib_dev_init()Wei Yongjun2021-03-121-1/+2
* gpiolib: Read "gpio-line-names" from a firmware nodeAndy Shevchenko2021-03-081-8/+4
* gpio: fix gpio-device list corruptionJohan Hovold2021-03-081-0/+4
* gpio: fix NULL-deref-on-deregistration regressionJohan Hovold2021-03-081-2/+1