aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-crystalcove.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08gpio: crystalcove: Convert to use SPDX identifierAndy Shevchenko1-10/+2
2019-02-08gpio: crystalcove: Sort headers alphabeticallyAndy Shevchenko1-4/+4
2019-02-08gpio: crystalcove: Use for_each_set_bit() in IRQ handlerAndy Shevchenko1-6/+4
2018-01-14gpio: crystalcove: Include proper headerLinus Walleij1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-05-23gpio: crystalcove: Do not write regular gpio registers for virtual GPIOsHans de Goede1-18/+36
2016-11-25gpio: set explicit nesting on driversLinus Walleij1-0/+2
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-2/+2
2016-02-23gpio: crystalcove: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-7/+2
2016-01-05gpio: crystalcove: use gpiochip data pointerLinus Walleij1-16/+16
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer1-2/+1
2015-06-02gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchipAaron Lu1-0/+1
2015-05-12drivers/gpio: include <module.h> for modular crystalcove codePaul Gortmaker1-0/+1
2015-03-26gpio/crystalcove: Add additional GPIO for Panel controlShobhit Kumar1-1/+6
2015-01-14gpio: crystalcove: use handle_nested_irqAaron Lu1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-25gpio: crystalcove: support virtual GPIOAaron Lu1-3/+16
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij1-6/+3
2014-06-19gpio: crystalcove: Fix implicit declaration of function 'seq_printf' errorLee Jones1-0/+1
2014-06-17gpio: Add support for Intel Crystal Cove PMICZhu, Lejun1-0/+379