summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-02-12gpiolib: Fix possible use after free on labelMuchun Song1-4/+21
2019-02-06gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou1-0/+1
2019-02-06gpio: sprd: Fix the incorrect data registerNeo Hou1-1/+12
2019-02-06gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros1-14/+12
2019-02-06gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski1-1/+9
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-13gpio: pxa: fix legacy non pinctrl aware builds againRobert Jarzmik1-2/+2
2018-12-01gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy1-2/+3
2018-11-13gpio: brcmstb: allow 0 width GPIO banksJustin Chen1-3/+12
2018-11-13gpio: mxs: Get rid of external API callLinus Walleij1-3/+1
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd1-1/+2
2018-09-19gpiolib: Free the last requested descriptorRicardo Ribalda Delgado1-1/+1
2018-08-31gpio: Fix crash due to registration raceVincent Whitchurch1-0/+1
2018-08-29gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov1-0/+1
2018-08-29gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede1-35/+49
2018-08-29gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko1-1/+1
2018-08-29gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich1-4/+20
2018-08-21Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds3-0/+213
2018-08-16Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds42-264/+1373
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+7
2018-08-14Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-08-14Merge branches 'acpica' and 'acpi-property'Rafael J. Wysocki1-4/+7
2018-08-11gpio: it87: Add support for IT8613Leonid Bloch2-1/+11
2018-08-11gpio: it87: add support for IT8718F Super I/O.Ivan Podovalov1-0/+2
2018-08-11gpiolib: Avoid calling chip->request() for unused gpiosBiju Das1-1/+6
2018-08-11gpio: tegra: Include the right headerLinus Walleij1-2/+2
2018-08-11gpio: mmio: Fix up inverted direction registersLinus Walleij1-45/+63
2018-08-11gpio: xilinx: Use the right includeLinus Walleij1-1/+1
2018-08-11gpio: timberdale: Include the right headerLinus Walleij1-1/+1
2018-08-11gpio: tb10x: Use the right includeLinus Walleij1-2/+1
2018-08-11gpiolib: Fix of_node inconsistencyBiju Das2-3/+2
2018-08-07gpio: vr41xx: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko1-1/+7
2018-08-07gpio: uniphier: Bail out on gpiochip_lock_as_irq() errorAndy Shevchenko1-2/+1
2018-08-07gpio: xgene-sb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-07gpio: em: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-07gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-07gpio: bcm-kona: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-07gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-08-07gpio: syscon: rockchip: add GRF GPIO support for rk3328Levin Du1-0/+31
2018-08-07gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik1-2/+86
2018-08-03gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko1-1/+1
2018-08-03gpio: pxa: remove set but not used variable 'gpio_offset'Wei Yongjun1-4/+1
2018-08-01gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires1-1/+55
2018-07-30gpio-it87: add support for IT8786E Super I/OVincent Prince1-0/+2
2018-07-30gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner1-9/+0