summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2022-07-19Merge tag 'intel-gpio-v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-25/+18
2022-07-19gpiolib: of: Use device_match_of_node() helperAndy Shevchenko1-1/+1
2022-07-19gpio: adp5588: sort header inclusion alphabeticallyAndy Shevchenko1-4/+4
2022-07-19gpio: adp5588: Do not use defined value for driver name and compatibleAndy Shevchenko1-6/+4
2022-07-19gpio: adp5588: Switch from of headers to mod_devicetable.hAndy Shevchenko1-5/+3
2022-07-19gpio: rockchip: add support for rk3588Jianqun Xu1-1/+2
2022-07-19gpio: adnp: Make use of device propertiesAndy Shevchenko1-9/+5
2022-07-19gpio: adnp: use simple i2c probe functionAndy Shevchenko1-3/+2
2022-07-19gpio: pca9570: add pca9571 supportLucas Stach1-0/+2
2022-07-19gpio: xgs-iproc: Drop if with an always false conditionUwe Kleine-König1-5/+1
2022-07-19gpio: brcmstb: Make .remove() obviously always return 0Uwe Kleine-König1-7/+2
2022-07-19gpio: ucb1400: Remove platform setup and teardown supportUwe Kleine-König1-20/+0
2022-07-19gpio: twl4030: Don't return an error after WARN in .removeUwe Kleine-König1-5/+2
2022-07-19gpio: twl4030: Drop platform teardown callbackUwe Kleine-König1-11/+0
2022-07-19gpio: davinci: Add support for system suspend/resume PMDevarsh Thakkar1-0/+83
2022-07-19gpiolib: devres: Get rid of unused devm_gpio_free()Andy Shevchenko1-32/+0
2022-07-18Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Linus Torvalds1-0/+4
2022-07-12gpio: sim: fix the chip_name configfs itemBartosz Golaszewski1-11/+5
2022-07-11gpio: thunderx: Don't directly include asm-generic/msi.hMarc Zyngier1-2/+0
2022-07-10gpio: gpiolib: Allow free() callback to be overriddenLad Prabhakar1-3/+6
2022-07-10gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier6-69/+48
2022-07-07gpiolib: cdev: fix null pointer dereference in linereq_free()Kent Gibson1-3/+4
2022-07-05gpio: vf610: fix compilation errorLeon Romanovsky1-0/+1
2022-06-24Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-19/+14
2022-06-23gpio: mxs: Fix header commentStefan Wahren1-1/+1
2022-06-23gpio: grgpio: Fix device removingUwe Kleine-König1-13/+1
2022-06-23gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter1-3/+4
2022-06-21gpio: pch: Change PCI device macrosAndy Shevchenko1-9/+10
2022-06-21gpio: pch: Use dev_err_probe()Andy Shevchenko1-16/+8
2022-06-21MIPS: Remove repetitive increase irq_err_counthuhai1-2/+0
2022-06-17gpiolib: cdev: Fix kernel doc for struct lineAndy Shevchenko1-0/+4
2022-06-13gpio: realtek-otto: Make the irqchip immutableSander Vanheule1-2/+8
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULEThomas Gleixner4-36/+4
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner4-16/+4
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2-21/+3
2022-06-10gpio: dwapb: Don't print error on -EPROBE_DEFERSerge Semin1-4/+3
2022-06-06gpio: dln2: make irq_chip immutableAndy Shevchenko1-9/+14
2022-06-06gpio: sch: make irq_chip immutableAndy Shevchenko1-13/+22
2022-06-06gpio: merrifield: make irq_chip immutableAndy Shevchenko1-7/+15
2022-06-06gpio: wcove: make irq_chip immutableAndy Shevchenko1-2/+8
2022-06-06gpio: crystalcove: Join function declarations and long linesAndy Shevchenko1-14/+7
2022-06-06gpio: crystalcove: Use specific type and API for IRQ numberAndy Shevchenko1-4/+5
2022-06-06gpio: crystalcove: make irq_chip immutableAndy Shevchenko1-15/+25
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+358
2022-06-03Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-27/+11
2022-06-02gpio: adp5588: Remove support for platform setup and teardown callbacksUwe Kleine-König1-19/+0
2022-06-01gpio: pca953x: use the correct register address to do regcache syncHaibo Chen1-8/+11
2022-05-28Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+26
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds36-547/+621
2022-05-24gpio: sifive: Make the irqchip immutableGeert Uytterhoeven1-4/+10