summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2021-11-17gpio: mlxbf2.c: Add check for bgpio_init failureAsmaa Mnebhi1-0/+5
2021-11-02gpio: xgs-iproc: fix parsing of ngpios propertyJonas Gorski1-1/+1
2021-10-20gpio: pca953x: Improve bias settingAndy Shevchenko1-7/+9
2021-10-20gpio: 74x164: Add SPI device ID tableMark Brown1-0/+8
2021-10-07gpio: pca953x: do not ignore i2c errorsAndrey Gusakov1-9/+2
2021-09-30gpio: uniphier: Fix void functions to remove return valueKunihiko Hayashi1-2/+2
2021-09-30gpiolib: acpi: Make set-debounce-timeout failures non fatalHans de Goede1-2/+4
2021-09-22gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid ...Christophe JAILLET1-3/+1
2021-09-22gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()'Christophe JAILLET1-7/+4
2021-09-22gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_pr...Christophe JAILLET1-0/+2
2021-08-02gpio: tqmx86: really make IRQ optionalMatthias Schiffer1-3/+3
2021-07-18Revert "gpio: mpc8xxx: change the gpio interrupt flags."Rasmus Villemoes1-1/+1
2021-07-05Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-3/+3
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds36-549/+562
2021-06-30Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-30/+72
2021-06-29Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-5/+5
2021-06-29Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki1-5/+5
2021-06-25gpio: mxs: Prefer unsigned int to bare use of unsignedJinchao Wang1-2/+2
2021-06-25gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAPJohannes Berg1-0/+2
2021-06-22gpiolib: cdev: zero padding during conversion to gpioline_info_changedGabriel Knezek1-0/+1
2021-06-21gpio: mxc: Fix disabled interrupt wake-up supportLoic Poulain1-1/+1
2021-06-17mfd: tps68470: Remove tps68470 MFD driverDaniel Scally1-1/+1
2021-06-16gpio: pca953x: Add support for the On Semi pca9655Peter Robinson1-0/+1
2021-06-16Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede1-5/+5
2021-06-16Merge tag 'intel-gpio-v5.14-1' into review-hansHans de Goede3-29/+71
2021-06-14gpio: gpio-xilinx: update on suspend and resume callsSrinivas Neeli1-4/+4
2021-06-14gpio: zynq: Check return value of irq_get_irq_dataSrinivas Neeli1-0/+10
2021-06-14gpio: zynq: Check return value of pm_runtime_get_syncSrinivas Neeli1-1/+4
2021-06-14gpio: zynq: use module_platform_driver to simplify the codeSrinivas Neeli1-16/+1
2021-06-11gpio: idt3243x: Fix return value check in idt_gpio_probe()Wei Yongjun1-4/+4
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally1-5/+5
2021-06-07gpio: Add support for IDT 79RC3243x GPIO controllerThomas Bogendoerfer3-0/+219
2021-06-07gpio: regmap: move drvdata to config dataMichael Walle1-6/+1
2021-06-07gpio-dwapb: Drop unused headers and sort the restAndy Shevchenko1-5/+3
2021-06-04gpio: gpio-regmap: Use devm_add_action_or_reset()Matti Vaittinen1-14/+11
2021-06-04gpiolib: acpi: Add acpi_gpio_get_io_resource()Daniel Scally1-0/+23
2021-06-04gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helperDaniel Scally1-0/+28
2021-06-02gpio: dwapb: Switch to use fwnode_irq_get()Andy Shevchenko1-8/+4
2021-06-02gpio: dwapb: Drop redundant check in dwapb_irq_set_type()Andy Shevchenko1-3/+0
2021-06-02gpio: 104-idio-16: Fix coding style issuesNavin Sankar Velliangiri1-10/+13
2021-05-28gpiolib: Switch to bitmap_alloc()Andy Shevchenko1-11/+25
2021-05-28gpiolib: Split fastpath array to twoAndy Shevchenko1-9/+15
2021-05-27gpio: wcd934x: Fix shift-out-of-bounds errorSrinivas Kandagatla1-1/+1
2021-05-25gpio: wm8350: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+1
2021-05-25gpio: wm8994: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-12/+1
2021-05-25gpio: wm831x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+1
2021-05-25gpio: tps65910: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-10/+2
2021-05-25gpio: sta2x11: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-9/+1
2021-05-25gpio: sprd: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-9/+1
2021-05-25gpio: spear-spics: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-11/+1