summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-06-03gpio: exar: Fix bad handling for ida_simple_get error pathTakashi Iwai1-2/+5
2020-06-03gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren1-0/+1
2020-04-02gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede1-0/+15
2020-04-02gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 modelHans de Goede1-0/+15
2020-04-02gpiolib: acpi: Rework honor_wakeup option into an ignore_wake optionHans de Goede1-20/+76
2020-04-02gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirkHans de Goede1-6/+8
2020-02-24gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai1-4/+6
2020-02-15gpio: zynq: Report gpio direction at bootBrandon Maier1-0/+23
2020-02-01gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko1-0/+1
2020-01-27gpio/aspeed: Fix incorrect number of banksRashmica Gupta1-1/+1
2020-01-17gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)1-0/+1
2020-01-17gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven1-2/+3
2020-01-17gpio: zynq: Fix for bug in zynq_gpio_restore_context APISwapna Manupati1-3/+5
2020-01-14gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede1-1/+31
2020-01-14gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede1-4/+15
2020-01-09gpiolib: fix up emulated open drain outputsRussell King1-0/+8
2020-01-04gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean1-1/+2
2019-12-17gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklistHans de Goede1-0/+17
2019-12-05gpio: raspberrypi-exp: decrease refcount on firmware dt nodeNicolas Saenz Julienne1-0/+1
2019-12-05gpio: pca953x: Fix AI overflow on PCAL6524Marek Vasut1-1/+1
2019-12-01gpio: max77620: Fixup debounce delaysThierry Reding1-3/+3
2019-11-24gpio: syscon: Fix possible NULL ptr usageMarek Vasut1-1/+1
2019-11-20gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado1-8/+28
2019-11-06gpio: max77620: Use correct unit for debounce timesThierry Reding1-3/+3
2019-10-17gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski1-8/+19
2019-10-17gpio: eic: sprd: Fix the incorrect EIC offset when togglingBruce Chen1-3/+4
2019-09-19gpio: fix line flag validation in lineevent_createKent Gibson1-5/+3
2019-09-19gpio: fix line flag validation in linehandle_createKent Gibson1-0/+8
2019-09-19gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede1-4/+38
2019-08-29gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski1-2/+4
2019-08-06gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu1-2/+4
2019-07-28gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy1-2/+3
2019-07-26gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven1-3/+4
2019-07-26gpio: omap: ensure irq is enabled before wakeupRussell King1-7/+8
2019-07-26gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King1-0/+2
2019-06-22gpio: fix gpio-adp5588 build errorsRandy Dunlap1-0/+1
2019-06-15gpio: vf610: Do not share irq_chipAndrey Smirnov1-14/+12
2019-06-15gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren1-8/+17
2019-05-08gpio: mxc: add check to return defer probe if clock tree NOT readyAnson Huang1-1/+4
2019-05-04gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven1-1/+7
2019-05-04gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-05-02gpio: eic: sprd: Fix incorrect irq type setting for the sync EICBaolin Wang1-0/+1
2019-04-20gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik1-0/+6
2019-04-05gpio: gpio-omap: fix level interrupt idlingRussell King1-6/+8
2019-04-03gpio: adnp: Fix testing wrong value in adnp_gpio_direction_inputAxel Lin1-2/+4
2019-04-03gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu1-0/+2
2019-03-23gpio: pca953x: Fix dereference of irq data in shutdownMark Walton1-1/+2
2019-03-14gpio: vf610: Mask all GPIO interruptsAndrew Lunn1-0/+5
2019-02-27gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel1-0/+1
2019-02-27gpio: MT7621: use a per instance irq_chip structureRené van Dorst1-10/+10