aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-wcove.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-04gpio: wcove: Request IRQ after all initialisation doneGravatar Andy Shevchenko 1-7/+7
2020-07-22gpio: wcove: Use irqchip templateGravatar Linus Walleij 1-14/+16
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 1-2/+5
2019-02-08gpio: wcove: Convert to use SPDX identifierGravatar Andy Shevchenko 1-9/+1
2019-02-08gpio: wcove: Fix indentationGravatar Andy Shevchenko 1-7/+6
2019-02-08gpio: wcove: Sort headers alphabeticallyGravatar Andy Shevchenko 1-2/+2
2019-02-08gpio: wcove: Allow return negative error code from to_reg()Gravatar Andy Shevchenko 1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-1/+1
2017-07-07Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+13
2017-06-29gpio: gpio-wcove: Fix GPIO control register offset calculationGravatar Kuppuswamy Sathyanarayanan 1-24/+51
2017-06-19mfd: intel_soc_pmic_bxtwc: Remove second level IRQ for gpio deviceGravatar Kuppuswamy Sathyanarayanan 1-1/+13
2017-04-28gpio: gpio-wcove: fix GPIO IRQ status maskGravatar Kuppuswamy Sathyanarayanan 1-2/+4
2017-04-24gpio: gpio-wcove: fix irq pending status bit widthGravatar Kuppuswamy Sathyanarayanan 1-1/+1
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-7/+6
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-09-15gpio: wcove: fix implicit assumption module.h is presentGravatar Paul Gortmaker 1-0/+1
2016-08-19gpio: wcove-gpio: add get_direction methodGravatar Bin Gao 1-0/+14
2016-08-11gpio: Add Intel WhiskeyCove PMIC GPIO driverGravatar Bin Gao 1-0/+455