aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-01-11gpio: pca953x: Make symbol 'pca953x_i2c_regmap' staticGravatar Wei Yongjun 1-1/+1
2019-01-07gpiolib-acpi: Remove unnecessary WARN_ON from acpi_gpiochip_free_interruptsGravatar Hans de Goede 1-6/+1
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 41-648/+1584
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-1/+1
2018-12-25Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 1-32/+64
2018-12-25Merge tag 'regulator-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-18/+70
2018-12-22gpio: sama5d2-piobu: Depend on OF_GPIOGravatar Linus Walleij 1-0/+1
2018-12-21Merge tag 'gpio-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 4-131/+95
2018-12-21gpio: Add Cadence GPIO driverGravatar Jan Kotas 3-0/+300
2018-12-21gpiolib-acpi: remove unused variable 'err', cleans up build warningGravatar Colin Ian King 1-1/+0
2018-12-21gpio: mxs: read pin level directly instead of using .getGravatar Uwe Kleine-König 1-1/+1
2018-12-21gpio: aspeed: remove duplicated statementGravatar Tao Ren 1-1/+0
2018-12-21gpio: add driver for SAMA5D2 PIOBU pinsGravatar Andrei.Stefanescu@microchip.com 3-0/+265
2018-12-21gpio: mvebu: only fail on missing clk if pwm is actually to be usedGravatar Uwe Kleine-König 1-3/+3
2018-12-21gpio: max7301: fix driver for use with CONFIG_VMAP_STACKGravatar Christophe Leroy 1-9/+3
2018-12-21gpio: gpio-omap: Revert deferred wakeup quirk handling for regressionsGravatar Tony Lindgren 1-59/+5
2018-12-19Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextGravatar Mark Brown 1-32/+64
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportGravatar Matti Vaittinen 1-32/+64
2018-12-17gpio/mmc/of: Respect polarity in the device treeGravatar Linus Walleij 1-33/+16
2018-12-17gpio: pca953x: Add regmap dependency for PCA953x driverGravatar Marek Vasut 1-0/+1
2018-12-17gpio: raspberrypi-exp: decrease refcount on firmware dt nodeGravatar Nicolas Saenz Julienne 1-0/+1
2018-12-17gpio: name PCA953x gpio chips after device nameGravatar Linus Walleij 1-1/+1
2018-12-14Merge branch 'ib-pca953x' into develGravatar Linus Walleij 1-182/+302
2018-12-14gpio: pca953x: Restore registers after suspend/resume cycleGravatar Marek Vasut 1-0/+88
2018-12-14gpio: pca953x: Zap single use of pca953x_read_single()Gravatar Marek Vasut 1-17/+5
2018-12-14gpio: pca953x: Zap ad-hoc reg_output cacheGravatar Marek Vasut 1-50/+15
2018-12-14gpio: pca953x: Zap ad-hoc reg_direction cacheGravatar Marek Vasut 1-24/+31
2018-12-14gpio: pca953x: Perform basic regmap conversionGravatar Marek Vasut 1-8/+151
2018-12-14gpio: pca953x: Extract the register address mangling to single functionGravatar Marek Vasut 1-30/+29
2018-12-14gpio: pca953x: Zap ad-hoc I2C block write in multi GPIO setGravatar Marek Vasut 1-10/+1
2018-12-14gpio: pca953x: Factor out common code from device_pca95xx_init()Gravatar Marek Vasut 1-23/+12
2018-12-14gpio: pca953x: Unify pca953x_{read,write}_regs_{8,mul}()Gravatar Marek Vasut 1-46/+8
2018-12-14gpio: pca953x: Unify pca953x_{read,write}_regs_{16,24}()Gravatar Marek Vasut 1-31/+18
2018-12-14gpio: pca953x: Unify pca95{3,7}x_write_regs_16()Gravatar Marek Vasut 1-11/+5
2018-12-14gpio: pca953x: Repair multi-byte IO address increment on PCA9575Gravatar Marek Vasut 1-8/+11
2018-12-14gpio: pca953x: Fix AI overflow on PCAL6524Gravatar Marek Vasut 1-1/+1
2018-12-14gpio: pca953x: Deduplicate the bank_shiftGravatar Marek Vasut 1-7/+11
2018-12-14gpio: tegra186: Rename flow variable to typeGravatar Thierry Reding 1-3/+3
2018-12-14Merge tag 'intel-gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Walleij 7-288/+116
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Gravatar Linus Walleij 3-13/+23
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Mark Brown 4-8/+9
2018-12-11gpio: Add devm_gpiod_unhinge()Gravatar Linus Walleij 1-0/+30
2018-12-11gpio: devres: Handle nonexclusive GPIOsGravatar Linus Walleij 1-12/+38
2018-12-11gpio: Enable nonexclusive gpiods from DT nodesGravatar Linus Walleij 1-0/+2
2018-12-11gpio: Export gpiod_get_from_of_node()Gravatar Linus Walleij 1-6/+0
2018-12-10gpio: lpc18xx: fix GPIO controller driver build as a moduleGravatar Vladimir Zapolskiy 1-2/+0
2018-12-07gpio: sodaville: Convert to use SPDX identifierGravatar Andy Shevchenko 1-5/+1
2018-12-07gpio: sch: Convert to use SPDX identifierGravatar Andy Shevchenko 1-14/+2
2018-12-07gpio: pch: Convert to use SPDX identifierGravatar Andy Shevchenko 1-14/+2
2018-12-07gpio: merrifield: Convert to use SPDX identifierGravatar Andy Shevchenko 1-4/+1