summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | gpio: sl28cpld: convert comma to semicolonZheng Yongjun2021-02-151-2/+2
| * | gpio: rcar: Remove redundant compatible valuesLad Prabhakar2021-02-151-27/+0
| * | gpio: fix spelling mistake in Kconfig "supprot" -> "support"Colin Ian King2021-02-151-1/+1
* | | Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-02-221-21/+14
|\ \ \
| * | | gpio: bd9571mwv: Add BD9574MWF supportYoshihiro Shimoda2021-01-141-2/+4
| * | | gpio: bd9571mwv: rid of using struct bd9571mwvYoshihiro Shimoda2021-01-141-10/+9
| * | | gpio: bd9571mwv: Use the SPDX license identifierYoshihiro Shimoda2021-01-141-9/+1
* | | | Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-221-0/+4
|\ \ \ \
| * \ \ \ Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang2021-01-284-84/+88
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | gpiolib: Follow usual pattern for gpiod_remove_lookup_table() callAndy Shevchenko2021-01-051-0/+4
| | |/ / | |/| |
* | | | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-225-744/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | gpio: msic: Remove driver for deprecated platformAndy Shevchenko2021-01-252-321/+0
| * | | gpio: intel-mid: Remove driver for deprecated platformAndy Shevchenko2021-01-254-423/+1
| |/ /
* | | gpio: ep93xx: Fix single irqchip with multi gpiochipsNikita Shubin2021-02-101-11/+19
* | | gpio: ep93xx: fix BUG_ON port F usageNikita Shubin2021-02-101-87/+99
* | | gpio: mxs: GPIO_MXS should not default to y unconditionallyGeert Uytterhoeven2021-02-101-1/+2
* | | gpio: gpiolib: remove shadowed variableWolfram Sang2021-02-011-1/+1
* | | gpiolib: free device name on error path to fix kmemleakQuanyang Wang2021-01-291-2/+8
* | | gpiolib: cdev: clear debounce period if line set to outputKent Gibson2021-01-271-0/+2
| |/ |/|
* | gpio: tegra: Add missing dependenciesThierry Reding2021-01-191-0/+2
* | gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on itRandy Dunlap2021-01-191-1/+2
* | gpio: mvebu: fix pwm .get_state period calculationBaruch Siach2021-01-191-11/+8
* | gpiolib: add a warning on gpiochip->to_irq definedNikita Shubin2021-01-191-0/+3
* | gpiolib: cdev: fix frame size warning in gpio_ioctl()Kent Gibson2021-01-031-72/+73
|/
* Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-12-1832-681/+1402
|\
| * gpio: hisi: Do not require ACPI for COMPILE_TESTAndy Shevchenko2020-12-161-1/+1
| * MAINTAINERS: Add maintainer for HiSilicon GPIO driverLuo Jiaxing2020-12-161-5/+0
| * gpio: gpio-hisi: Add HiSilicon GPIO supportLuo Jiaxing2020-12-143-0/+340
| * gpio: cs5535: Simplify the return expression of cs5535_gpio_probe()Zheng Yongjun2020-12-121-6/+2
| * gpiolib: irq hooks: fix recursion in gpiochip_irq_unmaskNikita Shubin2020-12-121-1/+2
| * Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij2020-12-0918-229/+279
| |\
| | * gpio: put virtual gpio device into their own submenuEnrico Weigelt, metux IT consult2020-12-081-0/+4
| | * gpio: mvebu: switch pwm duration registers to regmapBaruch Siach2020-12-021-32/+36
| | * gpio: mvebu: update Armada XP per-CPU commentBaruch Siach2020-12-021-2/+1
| | * gpiolib: do not print err message for EPROBE_DEFERGrygorii Strashko2020-12-011-3/+5
| | * gpio: ath79: Fix fall-through warning for ClangGustavo A. R. Silva2020-12-011-0/+1
| | * gpiolib: acpi: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-011-0/+1
| | * gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()Grygorii Strashko2020-11-301-5/+2
| | * gpio: xra1403: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-301-9/+1
| | * gpio: dwapb: Remove unnecessary error messageDamien Le Moal2020-11-301-4/+3
| | * gpio: exar: use devm action for freeing the IDA and drop remove()Bartosz Golaszewski2020-11-251-15/+12
| | * gpio: exar: switch to using regmapBartosz Golaszewski2020-11-252-54/+38
| | * gpio: exar: unduplicate address and offset computationBartosz Golaszewski2020-11-251-12/+28
| | * gpio: exar: use a helper variable for &pdev->devBartosz Golaszewski2020-11-251-8/+7
| | * gpio: exar: switch to a simpler IDA interfaceBartosz Golaszewski2020-11-251-3/+3
| | * gpio: exar: include idr.hBartosz Golaszewski2020-11-251-0/+1
| | * gpio: exar: add a newline after the copyright noticeBartosz Golaszewski2020-11-251-0/+1
| | * gpio: sifive: To get gpio irq offset from device tree dataGreentime Hu2020-11-181-4/+10
| | * gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Bartosz Golaszewski2020-11-161-15/+4
| | * gpio: tegra: Use raw_spinlockDmitry Osipenko2020-11-061-5/+13