summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-wcove.c
AgeCommit message (Expand)Author
2021-05-20gpio: wcove: Split error handling for CTRL and IRQ registersAndy Shevchenko
2021-05-20gpio: wcove: Unify style of to_reg() with to_ireg()Andy Shevchenko
2021-05-20gpio: wcove: Use IRQ hardware number getter instead of direct accessAndy Shevchenko
2021-02-15gpio: wcove: Split out to_ireg() helper and deduplicate the codeAndy Shevchenko
2021-02-15gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits()Andy Shevchenko
2021-02-15gpio: wcove: Get rid of error prone casting in IRQ handlerAndy Shevchenko
2021-02-15gpio: wcove: convert comma to semicolonZheng Yongjun
2020-08-04gpio: wcove: Request IRQ after all initialisation doneAndy Shevchenko
2020-07-22gpio: wcove: Use irqchip templateLinus Walleij
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-02-08gpio: wcove: Convert to use SPDX identifierAndy Shevchenko
2019-02-08gpio: wcove: Fix indentationAndy Shevchenko
2019-02-08gpio: wcove: Sort headers alphabeticallyAndy Shevchenko
2019-02-08gpio: wcove: Allow return negative error code from to_reg()Andy Shevchenko
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-07-07Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-29gpio: gpio-wcove: Fix GPIO control register offset calculationKuppuswamy Sathyanarayanan
2017-06-19mfd: intel_soc_pmic_bxtwc: Remove second level IRQ for gpio deviceKuppuswamy Sathyanarayanan
2017-04-28gpio: gpio-wcove: fix GPIO IRQ status maskKuppuswamy Sathyanarayanan
2017-04-24gpio: gpio-wcove: fix irq pending status bit widthKuppuswamy Sathyanarayanan
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2016-11-25gpio: set explicit nesting on driversLinus Walleij
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij
2016-09-15gpio: wcove: fix implicit assumption module.h is presentPaul Gortmaker
2016-08-19gpio: wcove-gpio: add get_direction methodBin Gao
2016-08-11gpio: Add Intel WhiskeyCove PMIC GPIO driverBin Gao