summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Revert "gpio: set up initial state from .get_direction()"Timur Tabi2020-04-241-24/+7
* gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 modelHans de Goede2020-04-021-0/+15
* gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 modelHans de Goede2020-04-021-0/+15
* gpiolib: acpi: Rework honor_wakeup option into an ignore_wake optionHans de Goede2020-04-021-20/+76
* gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirkHans de Goede2020-04-021-6/+8
* gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...Jia-Ju Bai2020-02-281-4/+6
* gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko2020-02-051-0/+1
* gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)2020-01-171-0/+1
* gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven2020-01-171-2/+3
* gpio: zynq: Fix for bug in zynq_gpio_restore_context APISwapna Manupati2020-01-171-3/+5
* gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede2020-01-141-1/+31
* gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede2020-01-141-4/+15
* gpiolib: fix up emulated open drain outputsRussell King2020-01-091-0/+8
* gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean2020-01-041-1/+2
* gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklistHans de Goede2019-12-171-0/+17
* gpio: max77620: Fixup debounce delaysThierry Reding2019-12-011-3/+3
* gpio: syscon: Fix possible NULL ptr usageMarek Vasut2019-11-241-1/+1
* gpio: max77620: Use correct unit for debounce timesThierry Reding2019-11-061-3/+3
* gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski2019-10-171-8/+19
* gpio: fix line flag validation in lineevent_createKent Gibson2019-09-191-5/+3
* gpio: fix line flag validation in linehandle_createKent Gibson2019-09-191-1/+11
* gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede2019-09-191-4/+38
* gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski2019-08-291-2/+4
* gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu2019-08-061-2/+4
* gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven2019-07-311-3/+3
* gpio: omap: ensure irq is enabled before wakeupRussell King2019-07-311-7/+8
* gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King2019-07-311-0/+2
* gpio: fix gpio-adp5588 build errorsRandy Dunlap2019-06-221-0/+1
* gpio: vf610: Do not share irq_chipAndrey Smirnov2019-06-151-14/+12
* gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren2019-06-151-8/+17
* 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: 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: vf610: Mask all GPIO interruptsAndrew Lunn2019-03-131-0/+5
* gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros2019-02-061-14/+12
* 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/+10
* 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/+3
* gpio: mockup: fix indicated directionBartosz Golaszewski2018-12-131-3/+3
* gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy2018-12-011-2/+3
* gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger2018-11-211-5/+16
* gpio: mxs: Get rid of external API callLinus Walleij2018-11-101-3/+1
* gpiolib: Free the last requested descriptorRicardo Ribalda Delgado2018-10-101-1/+1
* gpio: Fix crash due to registration raceVincent Whitchurch2018-10-101-0/+1
* gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede2018-10-101-35/+49