aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-7/+61
2021-02-22Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds20-640/+1015
2021-02-22Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-21/+14
2021-02-22Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+4
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds5-744/+1
2021-02-18gpio: pcf857x: Fix missing first interruptMaxim Kiselev1-1/+1
2021-02-15gpio: ep93xx: refactor base IRQ numberNikita Shubin1-5/+7
2021-02-15gpio: ep93xx: refactor ep93xx_gpio_add_bankNikita Shubin1-5/+4
2021-02-15gpio: ep93xx: Fix typo s/hierarchial/hierarchicalNikita Shubin1-1/+1
2021-02-15gpio: ep93xx: drop to_irq bindingNikita Shubin1-6/+0
2021-02-15gpio: ep93xx: Fix wrong irq numbers in port FNikita Shubin1-0/+1
2021-02-15gpio: gpio-xilinx: Add check if width exceeds 32Srinivas Neeli1-0/+5
2021-02-15gpio: gpio-xilinx: Add support for suspend and resumeSrinivas Neeli1-3/+89
2021-02-15gpio: gpio-xilinx: Add interrupt supportSrinivas Neeli2-4/+244
2021-02-15gpio: gpio-xilinx: Reduce spinlock array to arraySrinivas Neeli1-13/+12
2021-02-15gpio: gpio-xilinx: Simplify with dev_err_probe()Srinivas Neeli1-5/+2
2021-02-15gpio: msic: Drop driver from MakefileAndy Shevchenko1-1/+0
2021-02-15gpio: wcove: Split out to_ireg() helper and deduplicate the codeAndy Shevchenko1-20/+24
2021-02-15gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits()Andy Shevchenko1-10/+7
2021-02-15gpio: wcove: Get rid of error prone casting in IRQ handlerAndy Shevchenko1-3/+3
2021-02-15gpio: intel-mid: Remove driver for deprecated platformAndy Shevchenko4-423/+1
2021-02-15gpio: msic: Remove driver for deprecated platformAndy Shevchenko2-321/+0
2021-02-15gpio: aggregator: Remove trailing comma in terminator entriesAndy Shevchenko1-2/+2
2021-02-15gpio: aggregator: Use compound literal from the headerAndy Shevchenko1-2/+1
2021-02-15gpio: aggregator: Replace isrange() by using get_options()Andy Shevchenko1-30/+3
2021-02-15gpio: merrifield: Make bias configuration available for GPIOsAndy Shevchenko1-0/+5
2021-02-15gpio: mvebu: add pwm support for Armada 8K/7KBaruch Siach1-33/+68
2021-02-15gpio: tegra: Fix irq_set_affinityDmitry Osipenko1-1/+2
2021-02-15gpio: tegra: Support building driver as a loadable moduleDmitry Osipenko2-7/+10
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