summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2021-02-15gpio: tegra: Clean up whitespaces in tegra_gpio_driverDmitry Osipenko
2021-02-15gpio: tegra: Use debugfs_create_devm_seqfile()Dmitry Osipenko
2021-02-15gpio: tegra: Improve formatting of the codeDmitry Osipenko
2021-02-15gpio: mvebu: improve handling of pwm zero on/off valuesBaruch Siach
2021-02-15gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAXBaruch Siach
2021-02-15gpio: mvebu: make pwm .get_state closer to idempotentBaruch Siach
2021-02-15gpio: mvebu: improve pwm period calculation accuracyBaruch Siach
2021-02-15gpio: mockup: tweak the Kconfig help textBartosz Golaszewski
2021-02-15gpio: wcove: convert comma to semicolonZheng Yongjun
2021-02-15gpio: vx855: convert comma to semicolonZheng Yongjun
2021-02-15gpio: tegra186: convert comma to semicolonZheng Yongjun
2021-02-15gpio: max77620: convert comma to semicolonZheng Yongjun
2021-02-15gpio: remove zte zx driverArnd Bergmann
2021-02-15gpio: tegra: Fix wake interruptDmitry Osipenko
2021-02-15gpio: pca953x: Add support for pca9506Uwe Kleine-König
2021-02-15gpio: rcar: Add R-Car V3U (R8A779A0) supportGeert Uytterhoeven
2021-02-15gpio: rcar: Optimize GPIO pin state read on R-Car Gen3Geert Uytterhoeven
2021-02-15gpio: bd7xxxx: use helper variable for pdev->devBartosz Golaszewski
2021-02-15gpio: tegra: Convert to gpio_irq_chipThierry Reding
2021-02-15gpio: visconti: Add Toshiba Visconti GPIO supportNobuhiro Iwamatsu
2021-02-15gpio: bd7xxxx: Do not depend on parent driver dataMatti Vaittinen
2021-02-15gpio: Kconfig: Update help description for GPIO_RCAR configLad Prabhakar
2021-02-15gpio: sl28cpld: convert comma to semicolonZheng Yongjun
2021-02-15gpio: rcar: Remove redundant compatible valuesLad Prabhakar
2021-02-15gpio: fix spelling mistake in Kconfig "supprot" -> "support"Colin Ian King
2021-02-10gpio: ep93xx: Fix single irqchip with multi gpiochipsNikita Shubin
2021-02-10gpio: ep93xx: fix BUG_ON port F usageNikita Shubin
2021-02-10gpio: mxs: GPIO_MXS should not default to y unconditionallyGeert Uytterhoeven
2021-02-09gpiolib: Don't probe gpio_device if it's not the primary deviceSaravana Kannan
2021-02-01gpio: gpiolib: remove shadowed variableWolfram Sang
2021-01-29gpiolib: free device name on error path to fix kmemleakQuanyang Wang
2021-01-28Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang
2021-01-27gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by defaultSaravana Kannan
2021-01-27gpiolib: cdev: clear debounce period if line set to outputKent Gibson
2021-01-25gpio: msic: Remove driver for deprecated platformAndy Shevchenko
2021-01-25gpio: intel-mid: Remove driver for deprecated platformAndy Shevchenko
2021-01-19gpio: tegra: Add missing dependenciesThierry Reding
2021-01-19gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on itRandy Dunlap
2021-01-19gpio: mvebu: fix pwm .get_state period calculationBaruch Siach
2021-01-19gpiolib: add a warning on gpiochip->to_irq definedNikita Shubin
2021-01-14gpio: bd9571mwv: Add BD9574MWF supportYoshihiro Shimoda
2021-01-14gpio: bd9571mwv: rid of using struct bd9571mwvYoshihiro Shimoda
2021-01-14gpio: bd9571mwv: Use the SPDX license identifierYoshihiro Shimoda
2021-01-05gpiolib: Follow usual pattern for gpiod_remove_lookup_table() callAndy Shevchenko
2021-01-03gpiolib: cdev: fix frame size warning in gpio_ioctl()Kent Gibson
2020-12-17Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2020-12-16Merge tag 'mfd-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2020-12-16gpio: hisi: Do not require ACPI for COMPILE_TESTAndy Shevchenko
2020-12-16MAINTAINERS: Add maintainer for HiSilicon GPIO driverLuo Jiaxing
2020-12-14gpio: gpio-hisi: Add HiSilicon GPIO supportLuo Jiaxing