| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-08-29 | Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -367/+185 |
| 2023-08-11 | gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent | William Breathitt Gray | 1 | -1/+1 |
| 2023-08-11 | gpio: ws16c48: Migrate to the regmap API | William Breathitt Gray | 1 | -367/+185 |
| 2022-10-08 | Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+3 |
| 2022-09-15 | gpio: ws16c48: Ensure number of irq matches number of base | William Breathitt Gray | 1 | -2/+3 |
| 2022-09-03 | gpio: ws16c48: Make irq_chip immutable | William Breathitt Gray | 1 | -3/+7 |
| 2022-07-20 | gpio: ws16c48: Implement and utilize register structures | William Breathitt Gray | 1 | -36/+84 |
| 2022-05-14 | gpio: ws16c48: Utilize iomap interface | William Breathitt Gray | 1 | -31/+34 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -2/+2 |
| 2020-07-23 | gpio: ws16c48: Use irqchip template | Linus Walleij | 1 | -14/+25 |
| 2019-12-04 | gpio: ws16c48: utilize for_each_set_clump8 macro | William Breathitt Gray | 1 | -53/+20 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 1 | -9/+1 |
| 2018-11-05 | gpio: ws16c48: Mask read inputs for get_multiple | William Breathitt Gray | 1 | -1/+1 |
| 2018-03-26 | gpio: ws16c48: Implement get_multiple callback | William Breathitt Gray | 1 | -0/+47 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-05-10 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2017-04-20 | Annotate hardware config module parameters in drivers/gpio/ | David Howells | 1 | -2/+2 |
| 2017-03-16 | gpio: ws16c48: make use of raw_spinlock variants | Julia Cartwright | 1 | -23/+23 |
| 2017-02-01 | gpio: ws16c48: Add support for GPIO names | William Breathitt Gray | 1 | -1/+18 |
| 2017-02-01 | gpio: ws16c48: Remove unnecessary driver_data set | William Breathitt Gray | 1 | -2/+0 |
| 2017-01-26 | gpio: ws16c48: Utilize devm_ functions in driver probe callback | William Breathitt Gray | 1 | -23/+5 |
| 2017-01-26 | gpio: ws16c48: Add set_multiple callback function support | William Breathitt Gray | 1 | -0/+41 |
| 2016-05-02 | gpio: ws16c48: Utilize the ISA bus driver | William Breathitt Gray | 1 | -60/+28 |
| 2016-02-16 | gpio: ws16c48: Use devm_request_region | William Breathitt Gray | 1 | -17/+8 |
| 2016-02-16 | gpio: misc: Pass correct license string to MODULE_LICENSE | William Breathitt Gray | 1 | -1/+1 |
| 2016-01-28 | gpio: Add GPIO support for the WinSystems WS16C48 | William Breathitt Gray | 1 | -0/+436 |