aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-crystalcove.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-06gpio: crystalcove: Join function declarations and long linesGravatar Andy Shevchenko 1-14/+7
2022-06-06gpio: crystalcove: Use specific type and API for IRQ numberGravatar Andy Shevchenko 1-4/+5
2022-06-06gpio: crystalcove: make irq_chip immutableGravatar Andy Shevchenko 1-15/+25
2022-01-24gpio: crystalcove: Set IRQ domain bus token to DOMAIN_BUS_WIREDGravatar Hans de Goede 1-1/+8
2021-05-17gpio: crystalcove: remove platform_set_drvdata() + cleanup probeGravatar Alexandru Ardelean 1-9/+1
2020-08-04gpio: crystalcove: Free IRQ on error pathGravatar Andy Shevchenko 1-15/+3
2020-07-22gpio: crystalcove: Use irqchip templateGravatar Linus Walleij 1-9/+15
2020-07-21gpio: crystalcove: changed every 'unsigned' to 'unsigned int'Gravatar Abanoub Sameh 1-5/+5
2019-02-08gpio: crystalcove: Convert to use SPDX identifierGravatar Andy Shevchenko 1-10/+2
2019-02-08gpio: crystalcove: Sort headers alphabeticallyGravatar Andy Shevchenko 1-4/+4
2019-02-08gpio: crystalcove: Use for_each_set_bit() in IRQ handlerGravatar Andy Shevchenko 1-6/+4
2018-01-14gpio: crystalcove: Include proper headerGravatar Linus Walleij 1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-1/+1
2017-05-23gpio: crystalcove: Do not write regular gpio registers for virtual GPIOsGravatar Hans de Goede 1-18/+36
2016-11-25gpio: set explicit nesting on driversGravatar Linus Walleij 1-0/+2
2016-11-25gpio: simplify adding threaded interruptsGravatar Linus Walleij 1-2/+2
2016-02-23gpio: crystalcove: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-7/+2
2016-01-05gpio: crystalcove: use gpiochip data pointerGravatar Linus Walleij 1-16/+16
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-1/+1
2015-06-16gpio: Fix checkpatch.pl issuesGravatar Daniel Lockyer 1-2/+1
2015-06-02gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchipGravatar Aaron Lu 1-0/+1
2015-05-12drivers/gpio: include <module.h> for modular crystalcove codeGravatar Paul Gortmaker 1-0/+1
2015-03-26gpio/crystalcove: Add additional GPIO for Panel controlGravatar Shobhit Kumar 1-1/+6
2015-01-14gpio: crystalcove: use handle_nested_irqGravatar Aaron Lu 1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-25gpio: crystalcove: support virtual GPIOGravatar Aaron Lu 1-3/+16
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalGravatar Linus Walleij 1-6/+3
2014-06-19gpio: crystalcove: Fix implicit declaration of function 'seq_printf' errorGravatar Lee Jones 1-0/+1
2014-06-17gpio: Add support for Intel Crystal Cove PMICGravatar Zhu, Lejun 1-0/+379