| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-07-16 | gpio: wcove: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -4/+4 |
| 2025-07-16 | gpio: wcove: use regmap_assign_bits() in .set() | Bartosz Golaszewski | 1 | -4/+1 |
| 2025-02-03 | gpio: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 1 | -1/+2 |
| 2024-04-05 | gpio: wcove: Use -ENOTSUPP consistently | Andy Shevchenko | 1 | -1/+1 |
| 2022-06-06 | gpio: wcove: make irq_chip immutable | Andy Shevchenko | 1 | -2/+8 |
| 2021-05-20 | gpio: wcove: Split error handling for CTRL and IRQ registers | Andy Shevchenko | 1 | -3/+7 |
| 2021-05-20 | gpio: wcove: Unify style of to_reg() with to_ireg() | Andy Shevchenko | 1 | -8/+3 |
| 2021-05-20 | gpio: wcove: Use IRQ hardware number getter instead of direct access | Andy Shevchenko | 1 | -9/+9 |
| 2021-02-15 | gpio: wcove: Split out to_ireg() helper and deduplicate the code | Andy Shevchenko | 1 | -20/+24 |
| 2021-02-15 | gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits() | Andy Shevchenko | 1 | -10/+7 |
| 2021-02-15 | gpio: wcove: Get rid of error prone casting in IRQ handler | Andy Shevchenko | 1 | -3/+3 |
| 2021-02-15 | gpio: wcove: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
| 2020-08-04 | gpio: wcove: Request IRQ after all initialisation done | Andy Shevchenko | 1 | -7/+7 |
| 2020-07-22 | gpio: wcove: Use irqchip template | Linus Walleij | 1 | -14/+16 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -2/+5 |
| 2019-02-08 | gpio: wcove: Convert to use SPDX identifier | Andy Shevchenko | 1 | -9/+1 |
| 2019-02-08 | gpio: wcove: Fix indentation | Andy Shevchenko | 1 | -7/+6 |
| 2019-02-08 | gpio: wcove: Sort headers alphabetically | Andy Shevchenko | 1 | -2/+2 |
| 2019-02-08 | gpio: wcove: Allow return negative error code from to_reg() | Andy Shevchenko | 1 | -1/+1 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-07-07 | Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+13 |
| 2017-06-29 | gpio: gpio-wcove: Fix GPIO control register offset calculation | Kuppuswamy Sathyanarayanan | 1 | -24/+51 |
| 2017-06-19 | mfd: intel_soc_pmic_bxtwc: Remove second level IRQ for gpio device | Kuppuswamy Sathyanarayanan | 1 | -1/+13 |
| 2017-04-28 | gpio: gpio-wcove: fix GPIO IRQ status mask | Kuppuswamy Sathyanarayanan | 1 | -2/+4 |
| 2017-04-24 | gpio: gpio-wcove: fix irq pending status bit width | Kuppuswamy Sathyanarayanan | 1 | -1/+1 |
| 2017-01-26 | pinctrl / gpio: Introduce .set_config() callback for GPIO chips | Mika Westerberg | 1 | -7/+6 |
| 2016-11-25 | gpio: set explicit nesting on drivers | Linus Walleij | 1 | -0/+2 |
| 2016-11-25 | gpio: simplify adding threaded interrupts | Linus Walleij | 1 | -2/+2 |
| 2016-09-15 | gpio: wcove: fix implicit assumption module.h is present | Paul Gortmaker | 1 | -0/+1 |
| 2016-08-19 | gpio: wcove-gpio: add get_direction method | Bin Gao | 1 | -0/+14 |
| 2016-08-11 | gpio: Add Intel WhiskeyCove PMIC GPIO driver | Bin Gao | 1 | -0/+455 |