| Commit message (Expand) | Author | Age | Files | Lines |
* | gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use | Hans de Goede | 2022-01-27 | 1 | -4/+11 |
* | gpio: zynq: Check return value of pm_runtime_get_sync | Srinivas Neeli | 2021-07-20 | 1 | -1/+4 |
* | gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 | Hans de Goede | 2021-05-22 | 1 | -0/+14 |
* | gpiolib: acpi: Add missing IRQF_ONESHOT | Yang Li | 2021-03-30 | 1 | -1/+1 |
* | gpio: pcf857x: Fix missing first interrupt | Maxim Kiselev | 2021-03-03 | 1 | -1/+1 |
* | gpio: mvebu: fix pwm .get_state period calculation | Baruch Siach | 2021-01-30 | 1 | -15/+10 |
* | gpio: mvebu: fix potential user-after-free on probe | Baruch Siach | 2020-12-29 | 1 | -5/+11 |
* | gpio: mockup: fix resource leak in error path | Bartosz Golaszewski | 2020-11-22 | 1 | -0/+1 |
* | gpio: tc35894: fix up tc35894 interrupt configuration | dillon min | 2020-10-14 | 1 | -1/+1 |
* | gpio: arizona: put pm_runtime in case of failure | Navid Emamdoost | 2020-07-29 | 1 | -1/+5 |
* | gpio: arizona: handle pm_runtime_get_sync failure case | Navid Emamdoost | 2020-07-29 | 1 | -0/+1 |
* | gpio: exar: Fix bad handling for ida_simple_get error path | Takashi Iwai | 2020-06-03 | 1 | -2/+5 |
* | gpio: tegra: mask GPIO IRQs during IRQ shutdown | Stephen Warren | 2020-06-03 | 1 | -0/+1 |
* | Revert "gpio: set up initial state from .get_direction()" | Timur Tabi | 2020-04-24 | 1 | -24/+7 |
* | gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model | Hans de Goede | 2020-04-02 | 1 | -0/+15 |
* | gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 BYT + AXP288 model | Hans de Goede | 2020-04-02 | 1 | -0/+15 |
* | gpiolib: acpi: Rework honor_wakeup option into an ignore_wake option | Hans de Goede | 2020-04-02 | 1 | -20/+76 |
* | gpiolib: acpi: Correct comment for HP x2 10 honor_wakeup quirk | Hans de Goede | 2020-04-02 | 1 | -6/+8 |
* | gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma... | Jia-Ju Bai | 2020-02-28 | 1 | -4/+6 |
* | gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIP | Dmitry Osipenko | 2020-02-05 | 1 | -0/+1 |
* | gpio: mpc8xxx: Add platform device to gpiochip->parent | Johnson CH Chen (陳昭勳) | 2020-01-17 | 1 | -0/+1 |
* | gpio: Fix error message on out-of-range GPIO in lookup table | Geert Uytterhoeven | 2020-01-17 | 1 | -2/+3 |
* | gpio: zynq: Fix for bug in zynq_gpio_restore_context API | Swapna Manupati | 2020-01-17 | 1 | -3/+5 |
* | gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism | Hans de Goede | 2020-01-14 | 1 | -1/+31 |
* | gpiolib: acpi: Turn dmi_system_id table into a generic quirk table | Hans de Goede | 2020-01-14 | 1 | -4/+15 |
* | gpiolib: fix up emulated open drain outputs | Russell King | 2020-01-09 | 1 | -0/+8 |
* | gpio: mpc8xxx: Don't overwrite default irq_set_type callback | Vladimir Oltean | 2020-01-04 | 1 | -1/+2 |
* | gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist | Hans de Goede | 2019-12-17 | 1 | -0/+17 |
* | gpio: max77620: Fixup debounce delays | Thierry Reding | 2019-12-01 | 1 | -3/+3 |
* | gpio: syscon: Fix possible NULL ptr usage | Marek Vasut | 2019-11-24 | 1 | -1/+1 |
* | gpio: max77620: Use correct unit for debounce times | Thierry Reding | 2019-11-06 | 1 | -3/+3 |
* | gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source | Bartosz Golaszewski | 2019-10-17 | 1 | -8/+19 |
* | gpio: fix line flag validation in lineevent_create | Kent Gibson | 2019-09-19 | 1 | -5/+3 |
* | gpio: fix line flag validation in linehandle_create | Kent Gibson | 2019-09-19 | 1 | -1/+11 |
* | gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklist | Hans de Goede | 2019-09-19 | 1 | -4/+38 |
* | gpiolib: never report open-drain/source lines as 'input' to user-space | Bartosz Golaszewski | 2019-08-29 | 1 | -2/+4 |
* | gpiolib: fix incorrect IRQ requesting of an active-low lineevent | Michael Wu | 2019-08-06 | 1 | -2/+4 |
* | gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variants | Geert Uytterhoeven | 2019-07-31 | 1 | -3/+3 |
* | gpio: omap: ensure irq is enabled before wakeup | Russell King | 2019-07-31 | 1 | -7/+8 |
* | gpio: omap: fix lack of irqstatus_raw0 for OMAP4 | Russell King | 2019-07-31 | 1 | -0/+2 |
* | gpio: fix gpio-adp5588 build errors | Randy Dunlap | 2019-06-22 | 1 | -0/+1 |
* | gpio: vf610: Do not share irq_chip | Andrey Smirnov | 2019-06-15 | 1 | -14/+12 |
* | gpio: gpio-omap: add check for off wake capable gpios | Tony Lindgren | 2019-06-15 | 1 | -8/+17 |
* | gpio: of: Fix of_gpiochip_add() error path | Geert Uytterhoeven | 2019-05-04 | 1 | -1/+7 |
* | gpio: aspeed: fix a potential NULL pointer dereference | Kangjie Lu | 2019-05-04 | 1 | -0/+2 |
* | gpio: pxa: handle corner case of unprobed device | Robert Jarzmik | 2019-04-20 | 1 | -0/+6 |
* | gpio: gpio-omap: fix level interrupt idling | Russell King | 2019-04-05 | 1 | -6/+8 |
* | gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input | Axel Lin | 2019-04-03 | 1 | -2/+4 |
* | gpio: exar: add a check for the return value of ida_simple_get fails | Kangjie Lu | 2019-04-03 | 1 | -0/+2 |
* | gpio: vf610: Mask all GPIO interrupts | Andrew Lunn | 2019-03-13 | 1 | -0/+5 |