summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-02-13gpio: zynq: properly support runtime PM for GPIO used as interruptsThomas Petazzoni1-0/+24
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-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-24Merge branch 'ib-qcom-spmi' into develLinus Walleij1-0/+37
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney1-0/+37
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-10gpiolib-acpi: Preserve non direction flags when updating gpiod_flagsHans de Goede1-1/+4
2019-01-10gpio: mvebu: implement get_directionBaruch Siach1-0/+11
2018-12-29Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds41-648/+1584
2018-12-29Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+1
2018-12-26Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-32/+64
2018-12-26Merge tag 'regulator-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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/lin...Linus 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
2018-12-21gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy1-9/+3
2018-12-21gpio: gpio-omap: Revert deferred wakeup quirk handling for regressionsTony Lindgren1-59/+5
2018-12-19Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-32/+64
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen1-32/+64
2018-12-18gpio/mmc/of: Respect polarity in the device treeLinus Walleij1-33/+16
2018-12-17gpio: pca953x: Add regmap dependency for PCA953x driverMarek Vasut1-0/+1
2018-12-17gpio: raspberrypi-exp: decrease refcount on firmware dt nodeNicolas Saenz Julienne1-0/+1
2018-12-17gpio: name PCA953x gpio chips after device nameLinus Walleij1-1/+1
2018-12-15Merge branch 'ib-pca953x' into develLinus Walleij1-182/+302
2018-12-14gpio: pca953x: Restore registers after suspend/resume cycleMarek Vasut1-0/+88
2018-12-14gpio: pca953x: Zap single use of pca953x_read_single()Marek Vasut1-17/+5
2018-12-14gpio: pca953x: Zap ad-hoc reg_output cacheMarek Vasut1-50/+15
2018-12-14gpio: pca953x: Zap ad-hoc reg_direction cacheMarek Vasut1-24/+31
2018-12-14gpio: pca953x: Perform basic regmap conversionMarek Vasut1-8/+151
2018-12-14gpio: pca953x: Extract the register address mangling to single functionMarek Vasut1-30/+29
2018-12-14gpio: pca953x: Zap ad-hoc I2C block write in multi GPIO setMarek Vasut1-10/+1
2018-12-14gpio: pca953x: Factor out common code from device_pca95xx_init()Marek Vasut1-23/+12
2018-12-14gpio: pca953x: Unify pca953x_{read,write}_regs_{8,mul}()Marek Vasut1-46/+8