summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-16gpio: hisi: Do not require ACPI for COMPILE_TESTAndy Shevchenko1-1/+1
2020-12-16MAINTAINERS: Add maintainer for HiSilicon GPIO driverLuo Jiaxing2-5/+7
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-12dt-bindings: mt7621-gpio: convert bindings to YAML formatSergio Paracuellos2-35/+72
2020-12-09Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij19-229/+280
2020-12-09gpiolib: cdev: Flag invalid GPIOs as usedMarc Zyngier1-0/+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
2020-12-08drivers: gpio: amd8111: prefer dev_err()/dev_info() over raw printkEnrico Weigelt, metux IT consult1-4/+2
2020-12-08drivers: gpio: bt8xx: prefer dev_err()/dev_warn() over of raw printkEnrico Weigelt, metux IT consult1-4/+4
2020-12-06gpio: Add TODO item for debugfs interfaceLinus Walleij1-0/+36
2020-12-06gpio: just plain warning when nonexisting gpio requestedEnrico Weigelt1-1/+2
2020-12-06tools: gpio: add option to report wall-clock time to gpio-event-monKent Gibson1-1/+5
2020-12-06tools: gpio: add support for reporting realtime event clock to lsgpioKent Gibson1-0/+4
2020-12-06gpiolib: cdev: allow edge event timestamps to be configured as REALTIMEKent Gibson3-6/+28
2020-12-06gpio: msc313: MStar MSC313 GPIO driverDaniel Palmer4-0/+473
2020-12-06dt-bindings: gpio: Binding for MStar MSC313 GPIO controllerDaniel Palmer2-0/+60
2020-12-06dt-bindings: gpio: Add a binding header for the MSC313 GPIO driverDaniel Palmer2-0/+54
2020-12-06dt-bindings: gpio: Use Tegra186-specific include guardThierry Reding1-2/+2
2020-12-05Documentation: gpio: fix typo and unclear legacy API sectionAlexandre Courbot1-8/+10
2020-12-04gpio: mxs: Remove unused .id_table supportFabio Estevam1-14/+0
2020-12-04gpio: tegra186: Set affinity callback to parentLinus Walleij1-0/+11
2020-12-04gpio: sifive: Set affinity callback to parentLinus Walleij1-0/+11
2020-12-04gpio: sysfs: Enforce character deviceLinus Walleij1-1/+2
2020-12-02gpio: mvebu: switch pwm duration registers to regmapBaruch Siach1-32/+36
2020-12-02gpio: mvebu: update Armada XP per-CPU commentBaruch Siach1-2/+1
2020-12-01gpiolib: do not print err message for EPROBE_DEFERGrygorii Strashko1-3/+5
2020-12-01gpio: ath79: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2020-12-01gpiolib: acpi: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-30gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()Grygorii Strashko1-5/+2
2020-11-30gpio: xra1403: remove unneeded spi_set_drvdata()Alexandru Ardelean1-9/+1
2020-11-30gpio: dwapb: Remove unnecessary error messageDamien Le Moal1-4/+3
2020-11-25gpio: exar: use devm action for freeing the IDA and drop remove()Bartosz Golaszewski1-15/+12
2020-11-25gpio: exar: switch to using regmapBartosz Golaszewski2-54/+38
2020-11-25gpio: exar: unduplicate address and offset computationBartosz Golaszewski1-12/+28
2020-11-25gpio: exar: use a helper variable for &pdev->devBartosz Golaszewski1-8/+7
2020-11-25gpio: exar: switch to a simpler IDA interfaceBartosz Golaszewski1-3/+3
2020-11-25gpio: exar: include idr.hBartosz Golaszewski1-0/+1
2020-11-25gpio: exar: add a newline after the copyright noticeBartosz Golaszewski1-0/+1
2020-11-18gpio: sifive: To get gpio irq offset from device tree dataGreentime Hu1-4/+10
2020-11-18gpio: mxc: Convert the driver to DT-onlyFabio Estevam1-80/+22
2020-11-18MAINTAINERS: add fragment for xilinx GPIO driversSrinivas Neeli1-0/+10
2020-11-18gpio: gpio-xilinx: Check return value of of_property_read_u32Srinivas Neeli1-3/+5
2020-11-18gpio: gpio-xilinx: Add remove functionSrinivas Neeli1-0/+18
2020-11-18gpio: gpio-xilinx: Add clock supportSrinivas Neeli1-0/+17
2020-11-18dt-bindings: gpio: gpio-xilinx: Add clk support to xilinx soft gpio IPSrinivas Neeli1-0/+2
2020-11-18gpio: gpio-xilinx: Arrange headers in sorting orderSrinivas Neeli1-3/+3
2020-11-18Merge tag 'intel-gpio-v5.11-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Walleij6-97/+147