summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | gpio: zynq: properly support runtime PM for GPIO used as interruptsThomas Petazzoni2019-02-131-0/+24
| * | | gpio: adp5588.c: Switch to events systemNikolaus Voss2019-02-091-56/+35
| * | | gpio: adp5588: Add device tree supportNikolaus Voss2019-02-091-83/+68
| * | | gpio: tqmx86: Drop unnecessary gpiochip_remove in tqmx86_gpio_probe()Wei Yongjun2019-02-091-3/+1
| * | | gpio: Add a Gateworks PLD GPIO driverLinus Walleij2019-02-093-0/+145
| * | | gpiolib: acpi: Correct kernel doc of struct acpi_gpio_eventAndy Shevchenko2019-01-281-1/+1
| * | | gpio: tqmx86: Add GPIO from for this IO controllerAndrew Lunn2019-01-283-0/+341
| * | | gpio: altera: Fixup block comment stylePhil Reid2019-01-281-2/+2
| * | | Merge branch 'ib-qcom-spmi' into develLinus Walleij2019-01-241-0/+37
| |\ \ \
| | * | | gpio: add irq domain activate/deactivate functionsBrian Masney2019-01-241-0/+37
| | |/ /
| * | | gpio-f7188x: add support Fintek F81804 & F81966Steffen Kothe2019-01-221-1/+23
| * | | gpio: rcar: select General Output Register to set output statesVladimir Zapolskiy2019-01-211-1/+11
| * | | gpio: hlwd: Implement edge trigger emulationJonathan Neuschäfer2019-01-211-0/+56
| * | | gpio: hlwd: Add basic IRQ supportJonathan Neuschäfer2019-01-212-1/+136
| * | | gpio: pca953x: use a per instance irq_chip structureThomas Petazzoni2019-01-211-13/+12
| * | | gpio: pca953x: reduce indentation level in pca953x_irq_setup()Thomas Petazzoni2019-01-211-42/+42
| * | | gpio: sprd: Remove unused irq trigger settingBaolin Wang2019-01-211-1/+0
| * | | gpio: sama5d2-piobu: Set proper output level for direction_outputAxel Lin2019-01-111-12/+8
| * | | gpiolib-acpi: Preserve non direction flags when updating gpiod_flagsHans de Goede2019-01-101-1/+4
| * | | gpio: mvebu: implement get_directionBaruch Siach2019-01-101-0/+11
| |/ /
* | | Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-03-061-4/+11
|\ \ \
| * \ \ Merge branch 'asoc-5.1' into asoc-nextMark Brown2019-02-261-4/+11
| |\ \ \
| | * | | gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIOAndy Shevchenko2019-02-081-4/+11
* | | | | Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-061-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2019-03-041-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss2019-02-241-1/+1
| | | |/ / | | |/| |
* | | | | Merge branch 'spi-5.1' into spi-nextMark Brown2019-03-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gpio: of: Fix logic inversionLinus Walleij2019-01-241-1/+1
| |/ / /
* | | | gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel2019-02-141-0/+1
* | | | gpio: MT7621: use a per instance irq_chip structureRené van Dorst2019-02-081-10/+10
| |_|/ |/| |
* | | gpio: vf610: Mask all GPIO interruptsAndrew Lunn2019-01-281-0/+5
* | | gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin2019-01-231-1/+3
* | | gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou2019-01-231-0/+1
* | | gpio: sprd: Fix the incorrect data registerNeo Hou2019-01-231-1/+12
* | | gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski2019-01-231-1/+8
* | | gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros2019-01-231-14/+12
| |/ |/|
* | gpio: pca953x: Make symbol 'pca953x_i2c_regmap' staticWei Yongjun2019-01-111-1/+1
* | gpiolib-acpi: Remove unnecessary WARN_ON from acpi_gpiochip_free_interruptsHans de Goede2019-01-071-6/+1
|/
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-2841-648/+1584
|\
| * gpio: sama5d2-piobu: Depend on OF_GPIOLinus Walleij2018-12-221-0/+1
| * gpio: Add Cadence GPIO driverJan Kotas2018-12-213-0/+300
| * gpiolib-acpi: remove unused variable 'err', cleans up build warningColin Ian King2018-12-211-1/+0
| * gpio: mxs: read pin level directly instead of using .getUwe Kleine-König2018-12-211-1/+1
| * gpio: aspeed: remove duplicated statementTao Ren2018-12-211-1/+0
| * gpio: add driver for SAMA5D2 PIOBU pinsAndrei.Stefanescu@microchip.com2018-12-213-0/+265
| * gpio/mmc/of: Respect polarity in the device treeLinus Walleij2018-12-171-33/+16
| * gpio: pca953x: Add regmap dependency for PCA953x driverMarek Vasut2018-12-171-0/+1
| * gpio: raspberrypi-exp: decrease refcount on firmware dt nodeNicolas Saenz Julienne2018-12-171-0/+1
| * Merge branch 'ib-pca953x' into develLinus Walleij2018-12-141-182/+302
| |\
| | * gpio: pca953x: Restore registers after suspend/resume cycleMarek Vasut2018-12-141-0/+88