| 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-04-16 | gpio: exar: use new line value setter callbacks | Bartosz Golaszewski | 1 | -7/+9 |
| 2024-11-21 | gpio: exar: set value when external pull-up or pull-down is present | Sai Kumar Cholleti | 1 | -4/+6 |
| 2023-07-29 | gpio: exar: remove unneeded platform_set_drvdata() call | Andrei Coardos | 1 | -2/+0 |
| 2022-10-26 | gpio: exar: Allow IO port access | Andy Shevchenko | 1 | -0/+1 |
| 2022-09-04 | gpio: exar: access MPIO registers on cascaded chips | Qingtao Cao | 1 | -5/+35 |
| 2020-11-25 | gpio: exar: use devm action for freeing the IDA and drop remove() | Bartosz Golaszewski | 1 | -15/+12 |
| 2020-11-25 | gpio: exar: switch to using regmap | Bartosz Golaszewski | 1 | -54/+37 |
| 2020-11-25 | gpio: exar: unduplicate address and offset computation | Bartosz Golaszewski | 1 | -12/+28 |
| 2020-11-25 | gpio: exar: use a helper variable for &pdev->dev | Bartosz Golaszewski | 1 | -8/+7 |
| 2020-11-25 | gpio: exar: switch to a simpler IDA interface | Bartosz Golaszewski | 1 | -3/+3 |
| 2020-11-25 | gpio: exar: include idr.h | Bartosz Golaszewski | 1 | -0/+1 |
| 2020-11-25 | gpio: exar: add a newline after the copyright notice | Bartosz Golaszewski | 1 | -0/+1 |
| 2020-05-05 | gpio: exar: Fix bad handling for ida_simple_get error path | Takashi Iwai | 1 | -2/+5 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-03-22 | gpio: exar: add a check for the return value of ida_simple_get fails | Kangjie Lu | 1 | -0/+2 |
| 2017-08-01 | gpio: exar: Use correct property prefix and document bindings | Jan Kiszka | 1 | -1/+1 |
| 2017-07-03 | gpio-exar/8250-exar: Make set of exported GPIOs configurable | Jan Kiszka | 1 | -23/+33 |
| 2017-07-03 | gpio-exar/8250-exar: Rearrange gpiochip parenthood | Jan Kiszka | 1 | -1/+1 |
| 2017-07-03 | gpio: exar: Fix iomap request | Jan Kiszka | 1 | -7/+3 |
| 2017-07-03 | gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cards | Jan Kiszka | 1 | -3/+0 |
| 2017-06-20 | gpio: exar: Fix reading of directions and values | Jan Kiszka | 1 | -4/+4 |
| 2017-06-20 | gpio: exar: Allocate resources on behalf of the platform device | Jan Kiszka | 1 | -2/+2 |
| 2017-06-20 | gpio-exar/8250-exar: Fix passing in of parent PCI device | Jan Kiszka | 1 | -1/+1 |
| 2017-03-15 | gpio: exar: Set proper output level in exar_direction_output | Axel Lin | 1 | -11/+12 |
| 2017-01-26 | gpio: exar: add gpio for exar cards | Sudip Mukherjee | 1 | -0/+200 |