summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu2019-08-061-2/+4
* gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy2019-07-281-2/+3
* gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven2019-07-261-3/+4
* gpio: omap: ensure irq is enabled before wakeupRussell King2019-07-261-7/+8
* gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King2019-07-261-0/+2
* gpio: fix gpio-adp5588 build errorsRandy Dunlap2019-06-221-0/+1
* gpio: vf610: Do not share irq_chipAndrey Smirnov2019-06-151-14/+12Star
* gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren2019-06-151-8/+17
* gpio: mxc: add check to return defer probe if clock tree NOT readyAnson Huang2019-05-081-1/+4
* gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven2019-05-041-1/+7
* gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu2019-05-041-0/+2
* gpio: eic: sprd: Fix incorrect irq type setting for the sync EICBaolin Wang2019-05-021-0/+1
* gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik2019-04-201-0/+6
* gpio: gpio-omap: fix level interrupt idlingRussell King2019-04-051-6/+8
* gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin2019-04-031-2/+4
* gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu2019-04-031-0/+2
* gpio: pca953x: Fix dereference of irq data in shutdownMark Walton2019-03-231-1/+2
* gpio: vf610: Mask all GPIO interruptsAndrew Lunn2019-03-131-0/+5
* gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel2019-02-271-0/+1
* gpio: MT7621: use a per instance irq_chip structureRené van Dorst2019-02-271-10/+10
* gpio: mxc: move gpio noirq suspend/resume to syscore phaseAnson Huang2019-02-201-17/+24
* gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stackNicholas Mc Guire2019-02-121-2/+6
* gpio: mt7621: report failure of devm_kasprintf()Nicholas Mc Guire2019-02-121-0/+2
* gpiolib: Fix possible use after free on labelMuchun Song2019-02-121-4/+21
* gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou2019-02-061-0/+1
* gpio: sprd: Fix the incorrect data registerNeo Hou2019-02-061-1/+12
* gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros2019-02-061-14/+12Star
* gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski2019-02-061-1/+9
* gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin2019-02-061-1/+3
* gpio: pl061: Move irq_chip definition inside struct pl061Manivannan Sadhasivam2019-01-261-11/+10Star
* gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König2019-01-131-3/+3
* gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlersHans de Goede2018-12-291-60/+84
* gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy2018-12-291-9/+3Star
* gpio: mockup: fix indicated directionBartosz Golaszewski2018-12-131-3/+3
* gpio: pxa: fix legacy non pinctrl aware builds againRobert Jarzmik2018-12-131-2/+2
* gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy2018-12-011-2/+3
* gpio: brcmstb: allow 0 width GPIO banksJustin Chen2018-11-131-3/+12
* gpio: mxs: Get rid of external API callLinus Walleij2018-11-131-3/+1Star
* gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd2018-10-101-1/+2
* gpiolib: Free the last requested descriptorRicardo Ribalda Delgado2018-09-191-1/+1
* gpio: Fix crash due to registration raceVincent Whitchurch2018-08-311-0/+1
* gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov2018-08-291-0/+1
* gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede2018-08-291-35/+49
* gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko2018-08-291-1/+1
* gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich2018-08-291-4/+20
* Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-213-0/+213
|\
| * Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones2018-07-273-0/+213
| |\
| | * gpio: madera: Support Cirrus Logic Madera class codecsRichard Fitzgerald2018-06-053-0/+213
* | | Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-08-1642-264/+1373
|\ \ \
| * | | gpio: it87: Add support for IT8613Leonid Bloch2018-08-102-1/+11