aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2019-11-24gpio: syscon: Fix possible NULL ptr usageMarek Vasut
2019-11-20gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado
2019-11-06gpio: max77620: Use correct unit for debounce timesThierry Reding
2019-10-17gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski
2019-10-17gpio: eic: sprd: Fix the incorrect EIC offset when togglingBruce Chen
2019-09-19gpio: fix line flag validation in lineevent_createKent Gibson
2019-09-19gpio: fix line flag validation in linehandle_createKent Gibson
2019-09-19gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede
2019-08-29gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski
2019-08-06gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu
2019-07-28gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy
2019-07-26gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven
2019-07-26gpio: omap: ensure irq is enabled before wakeupRussell King
2019-07-26gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King
2019-06-22gpio: fix gpio-adp5588 build errorsRandy Dunlap
2019-06-15gpio: vf610: Do not share irq_chipAndrey Smirnov
2019-06-15gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren
2019-05-08gpio: mxc: add check to return defer probe if clock tree NOT readyAnson Huang
2019-05-04gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven
2019-05-04gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu
2019-05-02gpio: eic: sprd: Fix incorrect irq type setting for the sync EICBaolin Wang
2019-04-20gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik
2019-04-05gpio: gpio-omap: fix level interrupt idlingRussell King
2019-04-03gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin
2019-04-03gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu
2019-03-23gpio: pca953x: Fix dereference of irq data in shutdownMark Walton
2019-03-13gpio: vf610: Mask all GPIO interruptsAndrew Lunn
2019-02-27gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel
2019-02-27gpio: MT7621: use a per instance irq_chip structureRené van Dorst
2019-02-20gpio: mxc: move gpio noirq suspend/resume to syscore phaseAnson Huang
2019-02-12gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stackNicholas Mc Guire
2019-02-12gpio: mt7621: report failure of devm_kasprintf()Nicholas Mc Guire
2019-02-12gpiolib: Fix possible use after free on labelMuchun Song
2019-02-06gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou
2019-02-06gpio: sprd: Fix the incorrect data registerNeo Hou
2019-02-06gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros
2019-02-06gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski
2019-02-06gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin
2019-01-26gpio: pl061: Move irq_chip definition inside struct pl061Manivannan Sadhasivam
2019-01-13gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König
2018-12-29gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlersHans de Goede
2018-12-29gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy
2018-12-13gpio: mockup: fix indicated directionBartosz Golaszewski
2018-12-13gpio: pxa: fix legacy non pinctrl aware builds againRobert Jarzmik
2018-12-01gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy
2018-11-13gpio: brcmstb: allow 0 width GPIO banksJustin Chen
2018-11-13gpio: mxs: Get rid of external API callLinus Walleij
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd
2018-09-18gpiolib: Free the last requested descriptorRicardo Ribalda Delgado
2018-08-31gpio: Fix crash due to registration raceVincent Whitchurch