aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-09gpio: Add a Gateworks PLD GPIO driverLinus Walleij3-0/+145
2019-02-08gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIOAndy Shevchenko1-4/+11
2019-02-08gpio: wcove: Convert to use SPDX identifierAndy Shevchenko1-9/+1
2019-02-08gpio: msic: Convert to use SPDX identifierAndy Shevchenko1-14/+1
2019-02-08gpio: crystalcove: Convert to use SPDX identifierAndy Shevchenko1-10/+2
2019-02-08gpio: wcove: Fix indentationAndy Shevchenko1-7/+6
2019-02-08gpio: wcove: Sort headers alphabeticallyAndy Shevchenko1-2/+2
2019-02-08gpio: msic: Sort headers alphabeticallyAndy Shevchenko1-5/+5
2019-02-08gpio: crystalcove: Sort headers alphabeticallyAndy Shevchenko1-4/+4
2019-02-08gpio: msic: Remove duplicate check in IRQ handlerAndy Shevchenko1-6/+3
2019-02-08gpio: wcove: Allow return negative error code from to_reg()Andy Shevchenko1-1/+1
2019-02-08gpio: crystalcove: Use for_each_set_bit() in IRQ handlerAndy Shevchenko1-6/+4
2019-02-08gpio: MT7621: use a per instance irq_chip structureRené van Dorst1-10/+10
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2-3/+0
2019-01-28gpio: vf610: Mask all GPIO interruptsAndrew Lunn1-0/+5
2019-01-28gpiolib: acpi: Correct kernel doc of struct acpi_gpio_eventAndy Shevchenko1-1/+1
2019-01-28gpio: tqmx86: Add GPIO from for this IO controllerAndrew Lunn3-0/+341
2019-01-28gpio: altera: Fixup block comment stylePhil Reid1-2/+2
2019-01-24gpio: of: Fix logic inversionLinus Walleij1-1/+1
2019-01-24Merge branch 'ib-qcom-spmi' into develLinus Walleij1-0/+37
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney1-0/+37
2019-01-23gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin1-1/+3
2019-01-23gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou1-0/+1
2019-01-23gpio: sprd: Fix the incorrect data registerNeo Hou1-1/+12
2019-01-23gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski1-1/+8
2019-01-23gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros1-14/+12
2019-01-22gpio-f7188x: add support Fintek F81804 & F81966Steffen Kothe1-1/+23
2019-01-21gpio: rcar: select General Output Register to set output statesVladimir Zapolskiy1-1/+11
2019-01-21gpio: hlwd: Implement edge trigger emulationJonathan Neuschäfer1-0/+56
2019-01-21gpio: hlwd: Add basic IRQ supportJonathan Neuschäfer2-1/+136
2019-01-21gpio: pca953x: use a per instance irq_chip structureThomas Petazzoni1-13/+12
2019-01-21gpio: pca953x: reduce indentation level in pca953x_irq_setup()Thomas Petazzoni1-42/+42
2019-01-21gpio: sprd: Remove unused irq trigger settingBaolin Wang1-1/+0
2019-01-11gpio: sama5d2-piobu: Set proper output level for direction_outputAxel Lin1-12/+8
2019-01-11gpio: pca953x: Make symbol 'pca953x_i2c_regmap' staticWei Yongjun1-1/+1
2019-01-10gpiolib-acpi: Preserve non direction flags when updating gpiod_flagsHans de Goede1-1/+4
2019-01-10gpio: mvebu: implement get_directionBaruch Siach1-0/+11
2019-01-07gpiolib-acpi: Remove unnecessary WARN_ON from acpi_gpiochip_free_interruptsHans de Goede1-6/+1
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds41-648/+1584
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+1
2018-12-25Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-32/+64
2018-12-25Merge tag 'regulator-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds3-18/+70
2018-12-22gpio: sama5d2-piobu: Depend on OF_GPIOLinus Walleij1-0/+1
2018-12-21Merge tag 'gpio-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds4-131/+95
2018-12-21gpio: Add Cadence GPIO driverJan Kotas3-0/+300
2018-12-21gpiolib-acpi: remove unused variable 'err', cleans up build warningColin Ian King1-1/+0
2018-12-21gpio: mxs: read pin level directly instead of using .getUwe Kleine-König1-1/+1
2018-12-21gpio: aspeed: remove duplicated statementTao Ren1-1/+0
2018-12-21gpio: add driver for SAMA5D2 PIOBU pinsAndrei.Stefanescu@microchip.com3-0/+265
2018-12-21gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König1-3/+3