summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-02-06gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros1-14/+12
2019-02-06gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin1-1/+3
2019-01-26gpio: pl061: Move irq_chip definition inside struct pl061Manivannan Sadhasivam1-11/+10
2019-01-13gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König1-3/+3
2018-12-29gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlersHans de Goede1-60/+84
2018-12-29gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy1-9/+3
2018-12-13gpio: mockup: fix indicated directionBartosz Golaszewski1-3/+3
2018-12-01gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy1-2/+3
2018-11-21gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger1-5/+16
2018-11-10gpio: mxs: Get rid of external API callLinus Walleij1-3/+1
2018-10-10gpiolib: Free the last requested descriptorRicardo Ribalda Delgado1-1/+1
2018-10-10gpio: Fix crash due to registration raceVincent Whitchurch1-0/+1
2018-10-10gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede1-35/+49
2018-10-10gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko1-1/+1
2018-10-10gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich1-4/+20
2018-10-04gpio: Fix wrong rounding in gpio-menz127Nadav Amit1-2/+2
2018-09-26gpiolib: Mark gpio_suffixes array with __maybe_unusedAndy Shevchenko1-1/+1
2018-09-26gpio: pxa: Fix potential NULL dereferenceWei Yongjun1-0/+2
2018-09-19gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev1-1/+2
2018-09-19gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko1-1/+1
2018-09-05gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires1-1/+55
2018-06-16gpio: No NULL ownerLinus Walleij1-2/+7
2018-05-16gpio: fix error path in lineevent_createUwe Kleine-König1-1/+1
2018-05-16gpio: fix aspeed_gpio unmask irqGovert Overgaauw1-1/+1
2018-05-16gpioib: do not free unrequested descriptorsTimur Tabi1-2/+3
2018-04-12gpio: thunderx: fix error return code in thunderx_gpio_probe()Wei Yongjun1-1/+3
2018-04-12gpio: label descriptors using the device nameLinus Walleij1-1/+2
2018-02-25gpio: davinci: Assign first bank regs for unbanked caseKeerthy1-1/+1
2018-02-25gpio: 74x164: Fix crash during .remove()Geert Uytterhoeven1-2/+2
2018-02-03gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan1-0/+3
2018-02-03gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-02-03gpio: Fix kernel stack leak to userspaceLinus Walleij1-0/+3
2018-02-03gpio: stmpe: i2c transfer are forbiden in atomic contextPatrice Chotard1-10/+10
2018-01-02gpio: fix "gpio-line-names" property retrievalChristophe Leroy4-13/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-07gpio: omap: Fix lost edge interruptsGrygorii Strashko1-9/+13
2017-09-21gpio: omap: omap_gpio_show_rev is not __initArnd Bergmann1-1/+1
2017-09-19gpio: acpi: work around false-positive -Wstring-overflow warningArnd Bergmann1-1/+1
2017-09-19gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends onMasahiro Yamada1-1/+2
2017-09-07Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+1
2017-09-05Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds42-315/+1333
2017-09-04mfd: twl: Move header file out of I2C realmWolfram Sang1-1/+1
2017-08-31gpio: mockup: remove unused variable gcColin Ian King1-2/+0
2017-08-31gpio: pl061: constify amba_idArvind Yadav1-1/+1
2017-08-31Revert "gpiolib: request the gpio before querying its direction"Linus Walleij1-11/+0
2017-08-23gpio: twl6040: remove unneeded forward declarationMasahiro Yamada1-2/+0
2017-08-23gpio: zevio: make gpio_chip constBhumika Goyal1-1/+1
2017-08-23gpio: add gpio_add_lookup_tables() to add several tables at onceDmitry Torokhov1-0/+17
2017-08-22gpio: brcmstb: check return value of gpiochip_irqchip_add()Masahiro Yamada1-4/+5
2017-08-22gpio: Add gpio driver support for ThunderX and OCTEON-TXDavid Daney3-0/+649