summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | gpio: merrifield: Better show how GPIO and IRQ bases are derived from hardwareAndy Shevchenko2020-04-161-2/+2
| | * | | | gpio: merrifield: Switch over to MSI interruptsAndy Shevchenko2020-04-161-1/+5
| | * | | | gpio: pch: Use in pch_irq_type() macros provided by IRQ coreAndy Shevchenko2020-04-161-2/+2
| | * | | | gpio: pch: Refactor pch_irq_type() to avoid unnecessary lockingAndy Shevchenko2020-04-161-6/+5
| | * | | | gpio: pch: Get rid of unneeded variable in IRQ handlerAndy Shevchenko2020-04-161-6/+7
| | * | | | gpio: pch: Use BIT() and GENMASK() where it's appropriateAndy Shevchenko2020-04-161-22/+23
| | * | | | gpio: ich: fix a typosachin agarwal2020-04-131-1/+1
| | |/ / /
| * | | | Merge tag 'gpio-updates-for-v5.8-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-05-099-47/+113
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | gpio-f7188x: Add GPIO support for F81865Petteri Jokinen2020-05-051-3/+30
| | * | | gpio: tegra186: export MODULE_DEVICE_TABLEMian Yousaf Kaukab2020-05-051-0/+1
| | * | | gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König2020-04-291-20/+11
| | * | | gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König2020-04-291-16/+28
| | * | | gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko2020-04-291-30/+11
| | * | | gpiolib: devprop: Warn if gpio-line-names is too longStephen Boyd2020-04-241-1/+4
| | * | | gpio: pca953x: disable regmap lockingBartosz Golaszewski2020-04-171-0/+1
| | * | | gpio: gpio-pca953x, Add get_multiple functionPaul Thomas2020-04-161-0/+37
| | * | | gpiolib: of: improve gpiolib-of support of pull up/down on expandersAdam Ford2020-04-151-0/+10
| | * | | gpio: pl061: Support building as moduleRob Herring2020-04-142-6/+5
| | * | | gpio: Extend TODO to cover code duplication avoidanceAndy Shevchenko2020-04-141-0/+4
| | * | | gpio: xgene-sb: set valid IRQ type in to_irq()Brian Masney2020-04-141-1/+1
| | |/ /
| * | | gpio: mm-lantiq: Fix small typoDejin Zheng2020-04-281-1/+1
| * | | 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