summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: tqmx86: really make IRQ optionalMatthias Schiffer2021-08-021-3/+3
* Revert "gpio: mpc8xxx: change the gpio interrupt flags."Rasmus Villemoes2021-07-181-1/+1
* Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-07-051-3/+3
|\
| * mfd: lp87565: Fix typo in define namesLuca Ceresoli2021-05-191-3/+3
* | Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-0536-549/+562
|\ \
| * | gpio: mxs: Prefer unsigned int to bare use of unsignedJinchao Wang2021-06-251-2/+2
| * | gpio: pca953x: Add support for the On Semi pca9655Peter Robinson2021-06-161-0/+1
| * | gpio: gpio-xilinx: update on suspend and resume callsSrinivas Neeli2021-06-141-4/+4
| * | gpio: zynq: Check return value of irq_get_irq_dataSrinivas Neeli2021-06-141-0/+10
| * | gpio: zynq: Check return value of pm_runtime_get_syncSrinivas Neeli2021-06-141-1/+4
| * | gpio: zynq: use module_platform_driver to simplify the codeSrinivas Neeli2021-06-141-16/+1
| * | gpio: idt3243x: Fix return value check in idt_gpio_probe()Wei Yongjun2021-06-111-4/+4
| * | gpio: Add support for IDT 79RC3243x GPIO controllerThomas Bogendoerfer2021-06-073-0/+219
| * | gpio: regmap: move drvdata to config dataMichael Walle2021-06-071-6/+1
| * | gpio-dwapb: Drop unused headers and sort the restAndy Shevchenko2021-06-071-5/+3
| * | gpio: gpio-regmap: Use devm_add_action_or_reset()Matti Vaittinen2021-06-041-14/+11
| * | gpio: dwapb: Switch to use fwnode_irq_get()Andy Shevchenko2021-06-021-8/+4
| * | gpio: dwapb: Drop redundant check in dwapb_irq_set_type()Andy Shevchenko2021-06-021-3/+0
| * | gpio: 104-idio-16: Fix coding style issuesNavin Sankar Velliangiri2021-06-021-10/+13
| * | gpiolib: Switch to bitmap_alloc()Andy Shevchenko2021-05-281-11/+25
| * | gpiolib: Split fastpath array to twoAndy Shevchenko2021-05-281-9/+15
| * | gpio: wm8350: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-11/+1
| * | gpio: wm8994: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-12/+1
| * | gpio: wm831x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-11/+1
| * | gpio: tps65910: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-10/+2
| * | gpio: sta2x11: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-9/+1
| * | gpio: sprd: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-9/+1
| * | gpio: spear-spics: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-11/+1
| * | gpio: ath79: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-8/+1
| * | gpio: tps65912: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-241-11/+1
| * | gpio: tps65218: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-241-11/+2
| * | gpio: tc3589x: emove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-241-10/+1
| * | gpio: tps6586x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-241-11/+2
| * | gpio: gpio-tegra186: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-231-7/+1
| * | gpio: gpio-tegra186: remove empty remove hookAlexandru Ardelean2021-05-231-6/+0
| * | gpio: da9052: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-231-10/+1
| * | gpio: xgene: simplify probe, return devm_gpiochip_add_data() directlyAlexandru Ardelean2021-05-231-10/+1
| * | gpio: tps68470: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-11/+1
| * | gpio: bd9571mwv: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-10/+1
| * | gpio: altera-a10sr: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-10/+1
| * | gpio: adp5520: cleanup probe error path + remove platform_set_drvdata()Alexandru Ardelean2021-05-211-14/+4
| * | gpio: visconti: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-9/+1
| * | gpiolib: Use sysfs_emit() in "show" functionsAndy Shevchenko2021-05-211-17/+12
| * | gpiolib: Make use of assign_bit() API (part 2)Andy Shevchenko2021-05-211-4/+1
| * | gpio: da9055: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-10/+1
| * | gpio: stmpe: fully use convert probe to device-managedAlexandru Ardelean2021-05-211-19/+13
| * | gpio: xilinx: No need to disable IRQs in the handlerAndy Shevchenko2021-05-121-3/+2
| * | gpio: xilinx: Switch to use bitmap APIsAndy Shevchenko2021-05-121-178/+178
| * | gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()Andy Shevchenko2021-05-121-31/+37
| * | gpiolib: Drop duplicate offset check in gpiochip_is_requested()Andy Shevchenko2021-05-121-3/+0