aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-19gpio: mockup: add lockingBartosz Golaszewski1-7/+43
2019-02-17gpio: of: Apply regulator-gpio quirk only to enable-gpiosMarek Vasut1-0/+1
2019-02-17Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into develLinus Walleij3-64/+29
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij9-65/+86
2019-02-14gpio: altera-a10sr: Trivial coding style fixAxel Lin1-8/+9
2019-02-14gpio: tegra186: Use TEGRA186_ prefix for GPIO namesThierry Reding1-35/+35
2019-02-14gpio: madera: Add missing constCharles Keepax1-1/+1
2019-02-14gpio: pca953x: add support for pcal6416 typeThomas Petazzoni1-0/+1
2019-02-14gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel1-0/+1
2019-02-14gpio: pcf857x: Simpify wake-up handlingGeert Uytterhoeven1-14/+1
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij4-18/+105
2019-02-13gpio: sprd: Add missing break in switch statementGustavo A. R. Silva1-0/+1
2019-02-13gpio: zynq: properly support runtime PM for GPIO used as interruptsThomas Petazzoni1-0/+24
2019-02-13gpio: pca953x: add ->set_config implementationThomas Petazzoni1-2/+64
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni3-0/+25
2019-02-13gpio: use new gpio_set_config() helper in more placesThomas Petazzoni1-2/+2
2019-02-13gpio: rename gpio_set_drive_single_ended() to gpio_set_config()Thomas Petazzoni1-14/+14
2019-02-09gpio: adp5588.c: Switch to events systemNikolaus Voss1-56/+35
2019-02-09gpio: adp5588: Add device tree supportNikolaus Voss1-83/+68
2019-02-09gpio: tqmx86: Drop unnecessary gpiochip_remove in tqmx86_gpio_probe()Wei Yongjun1-3/+1
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