summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res()Wei Yongjun2020-04-281-2/+2
| * | | gpio: ftgpio010: Fix small typoDejin Zheng2020-04-281-1/+1
| * | | gpiolib: Rename "chip" variables to "gc" in core header fileGeert Uytterhoeven2020-04-281-14/+13
| * | | gpiolib: Improve kernel messagesGeert Uytterhoeven2020-04-281-13/+11
| * | | gpio: dwapb: Amend indentation in some casesAndy Shevchenko2020-04-281-8/+6
| * | | gpio: dwapb: Get rid of unnecessary conjunction over 32-bit valueAndy Shevchenko2020-04-281-2/+1
| * | | gpio: mlxbf2: remove unused including <linux/version.h>YueHaibing2020-04-171-1/+0
| * | | gpio: dwapb: Split out dwapb_get_irq() helperAndy Shevchenko2020-04-171-27/+29
| * | | gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() callsAndy Shevchenko2020-04-171-2/+2
| * | | gpio: dwapb: Drop bogus BUG_ON()sAndy Shevchenko2020-04-171-4/+0
| * | | gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()Andy Shevchenko2020-04-171-2/+3
| * | | gpio: dwapb: Convert to use IRQ core provided macrosAndy Shevchenko2020-04-171-8/+2
| * | | gpio: dwapb: Use device_get_match_data() to simplify codeAndy Shevchenko2020-04-171-12/+1
| * | | gpio: dwapb: Convert to use irqd_to_hwirq()Andy Shevchenko2020-04-171-7/+9
| * | | gpio: dwapb: Deduplicate IRQ resource managementAndy Shevchenko2020-04-171-27/+0
| * | | gpio: dwapb: set default handler to be handle_bad_irq()Andy Shevchenko2020-04-171-1/+2
| * | | gpio: dwapb: Use chained IRQ prologue and epilogueAndy Shevchenko2020-04-171-3/+2
| * | | gpio: dwapb: Refactor IRQ handler to use bit operationsAndy Shevchenko2020-04-171-8/+7
| * | | gpio: dwapb: Append MODULE_ALIAS for platform driverAndy Shevchenko2020-04-171-3/+6
| * | | gpio: dwapb: Add debounce reference clock supportSerge Semin2020-04-171-13/+22
| * | | gpio: dwapb: Use optional-clocks interface for APB ref-clockSerge Semin2020-04-171-9/+11
| * | | gpiolib: acpi: Add missing __init(const) markers to initcall-sHans de Goede2020-04-161-3/+3
| |/ /
* | | Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-031-11/+42
|\ \ \
| * \ \ Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2020-05-301-11/+42
| |\ \ \ | | |_|/ | |/| |
| | * | genirq/irq_sim: Simplify the APIBartosz Golaszewski2020-05-181-11/+42
| | |/
* | | gpio: fix locking open drain IRQ linesLinus Walleij2020-05-291-2/+9
* | | gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()Tiezhu Yang2020-05-251-1/+1
* | | gpio: pxa: Fix return value of pxa_gpio_probe()Tiezhu Yang2020-05-251-2/+2
* | | gpio: mlxbf2: Fix sleeping while holding spinlockAxel Lin2020-05-251-3/+3
* | | Merge tag 'gpio-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij2020-05-183-10/+27
|\ \ \ | |/ / |/| |
| * | gpiolib: notify user-space about line status changes after flags are setBartosz Golaszewski2020-05-131-2/+13
| * | gpio: exar: Fix bad handling for ida_simple_get error pathTakashi Iwai2020-05-051-2/+5
| * | gpio: mvebu: Fix probing for chips without PWMSascha Hauer2020-04-241-6/+9
* | | gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren2020-04-281-0/+1
* | | gpio: of: Build fails if CONFIG_OF_DYNAMIC enabled without CONFIG_OF_GPIODavid Gow2020-04-281-2/+3
|/ /
* | gpiolib: don't call sleeping functions with a spinlock takenBartosz Golaszewski2020-04-231-1/+12
* | gpiolib: improve the robustness of watch/unwatch ioctl()Bartosz Golaszewski2020-04-231-2/+14
* | gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford2020-04-231-1/+1
|/
* Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-04-0425-659/+1446
|\
| * Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"Baolin Wang2020-04-021-2/+7
| * gpio: Unconditionally assign .request()/.free()Thierry Reding2020-04-025-26/+12
| * gpio: Rename variable in core APIsLinus Walleij2020-03-311-412/+413
| * gpio: Avoid using pin ranges with !PINCTRLThierry Reding2020-03-311-3/+5
| * gpiolib: Remove unused gpio_chip parameter from gpio_set_bias()Geert Uytterhoeven2020-03-271-5/+3
| * gpiolib: Pass gpio_desc to gpio_set_config()Geert Uytterhoeven2020-03-271-10/+7
| * gpiolib: Introduce gpiod_set_config()Geert Uytterhoeven2020-03-271-6/+22
| * Merge tag 'v5.6-rc7' into develLinus Walleij2020-03-274-20/+31
| |\
| * | gpio: gpiolib: fix a doc warningMauro Carvalho Chehab2020-03-271-1/+1
| * | gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1Thierry Reding2020-03-271-0/+8
| * | gpio: tegra186: Add support for pin rangesThierry Reding2020-03-271-0/+56