summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+0
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-405/+1559
2019-03-08gpio: gpio-omap: fix level interrupt idlingRussell King-6/+8
2019-03-08gpio: amd-fch: Set proper output level for direction_outputAxel Lin-1/+10
2019-03-08gpio: pca953x: Use PCA_LATCH_INTAndy Shevchenko-5/+5
2019-03-06Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-4/+11
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2019-03-04Merge branch 'spi-5.1' into spi-nextMark Brown-1/+1
2019-03-04Merge branch 'acpica'Rafael J. Wysocki-1/+1
2019-03-01gpio: pca953x: Fix dereference of irq data in shutdownMark Walton-1/+2
2019-03-01gpio: amd-fch: Fix type error found by sparseLinus Walleij-7/+7
2019-02-26Merge branch 'asoc-5.1' into asoc-nextMark Brown-4/+11
2019-02-25gpio: amd-fch: Drop const from resourceLinus Walleij-1/+1
2019-02-25gpio: mxc: add check to return defer probe if clock tree NOT readyAnson Huang-1/+4
2019-02-25gpio: ftgpio: Register per-instance irqchipLinus Walleij-10/+10
2019-02-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss-1/+1
2019-02-22gpio: AMD G-Series PCH gpio driverEnrico Weigelt, metux IT consult-0/+195
2019-02-21gpio: tqmx86: Set proper output level for direction_outputAxel Lin-2/+3
2019-02-21gpio: sprd: Change to use SoC compatible stringBaolin Wang-1/+1
2019-02-21gpio: of: Handle both enable-gpio{,s}Marek Vasut-1/+2
2019-02-21gpio: of: Restrict enable-gpio quirk to regulator-gpioThierry Reding-2/+2
2019-02-21gpio: davinci: use devm_platform_ioremap_resource()Bartosz Golaszewski-3/+1
2019-02-20gpio: pca953x: Add wake-up supportGeert Uytterhoeven-0/+9
2019-02-20Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij-27/+162
2019-02-19gpio: tegra: Fix offset of pinctrl callsLinus Walleij-4/+21
2019-02-19gpio: mockup: rework debugfs interfaceBartosz Golaszewski-14/+103
2019-02-19gpio: mockup: change the signature of unlocked get/set helpersBartosz Golaszewski-11/+8
2019-02-19gpio: mockup: change the type of 'offset' to unsigned intBartosz Golaszewski-1/+1
2019-02-19gpio: mockup: don't create the debugfs link named after the labelBartosz Golaszewski-5/+1
2019-02-19gpio: mockup: implement get_multiple()Bartosz Golaszewski-0/+17
2019-02-19gpio: mockup: add lockingBartosz Golaszewski-7/+43
2019-02-17gpio: of: Apply regulator-gpio quirk only to enable-gpiosMarek Vasut-0/+1
2019-02-17Merge tag 'intel-gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij-64/+29
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij-65/+86
2019-02-14gpio: altera-a10sr: Trivial coding style fixAxel Lin-8/+9
2019-02-14gpio: tegra186: Use TEGRA186_ prefix for GPIO namesThierry Reding-35/+35
2019-02-14gpio: madera: Add missing constCharles Keepax-1/+1
2019-02-14gpio: pca953x: add support for pcal6416 typeThomas Petazzoni-0/+1
2019-02-14gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel-0/+1
2019-02-14gpio: pcf857x: Simpify wake-up handlingGeert Uytterhoeven-14/+1
2019-02-14Merge branch 'ib-pca953x-config' into develLinus Walleij-18/+105
2019-02-13gpio: sprd: Add missing break in switch statementGustavo A. R. Silva-0/+1
2019-02-13gpio: zynq: properly support runtime PM for GPIO used as interruptsThomas Petazzoni-0/+24
2019-02-13gpio: pca953x: add ->set_config implementationThomas Petazzoni-2/+64
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni-0/+25
2019-02-13gpio: use new gpio_set_config() helper in more placesThomas Petazzoni-2/+2
2019-02-13gpio: rename gpio_set_drive_single_ended() to gpio_set_config()Thomas Petazzoni-14/+14
2019-02-09gpio: adp5588.c: Switch to events systemNikolaus Voss-56/+35
2019-02-09gpio: adp5588: Add device tree supportNikolaus Voss-83/+68
2019-02-09gpio: tqmx86: Drop unnecessary gpiochip_remove in tqmx86_gpio_probe()Wei Yongjun-3/+1