summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-12-1732-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
| | * gpio: tegra: Add lockdep classDmitry Osipenko2020-11-061-0/+4
| | * gpio: rcar: Implement gpio_chip.get_multiple()Geert Uytterhoeven2020-10-301-0/+30
| | * gpio: rcar: Rework hardware features handlingGeert Uytterhoeven2020-10-301-13/+11
| | * gpio: rcar: Align register offsetsGeert Uytterhoeven2020-10-301-13/+13
| | * gpio: rcar: Cache gpiochip_get_data() return valueGeert Uytterhoeven2020-10-301-3/+4
| | * gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread()Kent Gibson2020-10-301-2/+3
| | * gpio: mockup: Allow probing from device treeVincent Whitchurch2020-10-291-2/+9
| | * gpiolib: split error path in gpiod_request_commit()Andy Shevchenko2020-10-261-6/+7
| | * gpiolib: Unify expectations about ->request() returned valueAndy Shevchenko2020-10-262-4/+4
| | * gpiolib: of: Use named item for enum gpiod_flags variableAndy Shevchenko2020-10-261-1/+1
| | * gpiolib: cdev: document that line eflags are sharedKent Gibson2020-10-261-11/+21
| | * gpiolib: Extract gpiod_not_found() helperAndy Shevchenko2020-10-264-18/+16
| * | gpiolib: cdev: Flag invalid GPIOs as usedMarc Zyngier2020-12-091-0/+1
| * | drivers: gpio: amd8111: use SPDX-License-IdentifierEnrico Weigelt, metux IT consult2020-12-081-4/+1
| * | drivers: gpio: amd8111: prefer dev_err()/dev_info() over raw printkEnrico Weigelt, metux IT consult2020-12-081-4/+2
| * | drivers: gpio: bt8xx: prefer dev_err()/dev_warn() over of raw printkEnrico Weigelt, metux IT consult2020-12-081-4/+4
| * | gpio: Add TODO item for debugfs interfaceLinus Walleij2020-12-061-0/+36
| * | gpio: just plain warning when nonexisting gpio requestedEnrico Weigelt2020-12-051-1/+2
| * | gpiolib: cdev: allow edge event timestamps to be configured as REALTIMEKent Gibson2020-12-052-3/+19
| * | gpio: msc313: MStar MSC313 GPIO driverDaniel Palmer2020-12-053-0/+472
| * | gpio: mxs: Remove unused .id_table supportFabio Estevam2020-12-041-14/+0
| * | gpio: tegra186: Set affinity callback to parentLinus Walleij2020-12-041-0/+11
| * | gpio: sifive: Set affinity callback to parentLinus Walleij2020-12-041-0/+11
| * | gpio: sysfs: Enforce character deviceLinus Walleij2020-12-041-1/+2