aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2021-02-15gpio: tegra: Fix irq_set_affinityDmitry Osipenko1-1/+2
2021-02-15gpio: tegra: Support building driver as a loadable moduleDmitry Osipenko2-6/+9
2021-02-15gpio: tegra: Clean up whitespaces in tegra_gpio_driverDmitry Osipenko1-4/+4
2021-02-15gpio: tegra: Use debugfs_create_devm_seqfile()Dmitry Osipenko1-5/+3
2021-02-15gpio: tegra: Improve formatting of the codeDmitry Osipenko1-5/+10
2021-02-15gpio: mvebu: improve handling of pwm zero on/off valuesBaruch Siach1-16/+23
2021-02-15gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAXBaruch Siach1-6/+2
2021-02-15gpio: mvebu: make pwm .get_state closer to idempotentBaruch Siach1-2/+2
2021-02-15gpio: mvebu: improve pwm period calculation accuracyBaruch Siach1-2/+2
2021-02-15gpio: mockup: tweak the Kconfig help textBartosz Golaszewski1-2/+1
2021-02-15gpio: wcove: convert comma to semicolonZheng Yongjun1-1/+1
2021-02-15gpio: vx855: convert comma to semicolonZheng Yongjun1-1/+1
2021-02-15gpio: tegra186: convert comma to semicolonZheng Yongjun1-1/+1
2021-02-15gpio: max77620: convert comma to semicolonZheng Yongjun1-1/+1
2021-02-15gpio: remove zte zx driverArnd Bergmann3-297/+0
2021-02-15gpio: tegra: Fix wake interruptDmitry Osipenko1-3/+13
2021-02-15gpio: pca953x: Add support for pca9506Uwe Kleine-König1-0/+2
2021-02-15gpio: rcar: Add R-Car V3U (R8A779A0) supportGeert Uytterhoeven1-0/+35
2021-02-15gpio: rcar: Optimize GPIO pin state read on R-Car Gen3Geert Uytterhoeven1-5/+20
2021-02-15gpio: bd7xxxx: use helper variable for pdev->devBartosz Golaszewski2-17/+15
2021-02-15gpio: tegra: Convert to gpio_irq_chipThierry Reding1-72/+146
2021-02-15gpio: visconti: Add Toshiba Visconti GPIO supportNobuhiro Iwamatsu3-0/+229
2021-02-15gpio: bd7xxxx: Do not depend on parent driver dataMatti Vaittinen2-41/+33
2021-02-15gpio: Kconfig: Update help description for GPIO_RCAR configLad Prabhakar1-2/+2
2021-02-15gpio: sl28cpld: convert comma to semicolonZheng Yongjun1-2/+2
2021-02-15gpio: rcar: Remove redundant compatible valuesLad Prabhakar1-27/+0
2021-02-15gpio: fix spelling mistake in Kconfig "supprot" -> "support"Colin Ian King1-1/+1
2021-02-10gpio: ep93xx: Fix single irqchip with multi gpiochipsNikita Shubin1-11/+19
2021-02-10gpio: ep93xx: fix BUG_ON port F usageNikita Shubin1-86/+98
2021-02-10gpio: mxs: GPIO_MXS should not default to y unconditionallyGeert Uytterhoeven1-1/+2
2021-02-01gpio: gpiolib: remove shadowed variableWolfram Sang1-1/+1
2021-01-29gpiolib: free device name on error path to fix kmemleakQuanyang Wang1-2/+8
2021-01-27gpiolib: cdev: clear debounce period if line set to outputKent Gibson1-0/+2
2021-01-19gpio: tegra: Add missing dependenciesThierry Reding1-0/+2
2021-01-19gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on itRandy Dunlap1-1/+2
2021-01-19gpio: mvebu: fix pwm .get_state period calculationBaruch Siach1-11/+8
2021-01-19gpiolib: add a warning on gpiochip->to_irq definedNikita Shubin1-0/+3
2021-01-03gpiolib: cdev: fix frame size warning in gpio_ioctl()Kent Gibson1-72/+73
2020-12-17Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds32-680/+1401
2020-12-16Merge tag 'mfd-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-6/+6
2020-12-16gpio: hisi: Do not require ACPI for COMPILE_TESTAndy Shevchenko1-1/+1
2020-12-16MAINTAINERS: Add maintainer for HiSilicon GPIO driverLuo Jiaxing1-5/+0
2020-12-14gpio: gpio-hisi: Add HiSilicon GPIO supportLuo Jiaxing3-0/+340
2020-12-12gpio: cs5535: Simplify the return expression of cs5535_gpio_probe()Zheng Yongjun1-6/+2
2020-12-12gpiolib: irq hooks: fix recursion in gpiochip_irq_unmaskNikita Shubin1-1/+2
2020-12-09Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij18-229/+279
2020-12-09gpiolib: cdev: Flag invalid GPIOs as usedMarc Zyngier1-0/+1
2020-12-09gpio: eic-sprd: break loop when getting NULL device resourceChunyan Zhang1-1/+1
2020-12-08gpio: put virtual gpio device into their own submenuEnrico Weigelt, metux IT consult1-0/+4
2020-12-08drivers: gpio: amd8111: use SPDX-License-IdentifierEnrico Weigelt, metux IT consult1-4/+1