aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-exar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-25gpio: exar: use devm action for freeing the IDA and drop remove()Bartosz Golaszewski1-15/+12
2020-11-25gpio: exar: switch to using regmapBartosz Golaszewski1-54/+37
2020-11-25gpio: exar: unduplicate address and offset computationBartosz Golaszewski1-12/+28
2020-11-25gpio: exar: use a helper variable for &pdev->devBartosz Golaszewski1-8/+7
2020-11-25gpio: exar: switch to a simpler IDA interfaceBartosz Golaszewski1-3/+3
2020-11-25gpio: exar: include idr.hBartosz Golaszewski1-0/+1
2020-11-25gpio: exar: add a newline after the copyright noticeBartosz Golaszewski1-0/+1
2020-05-05gpio: exar: Fix bad handling for ida_simple_get error pathTakashi Iwai1-2/+5
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-22gpio: exar: add a check for the return value of ida_simple_get failsKangjie Lu1-0/+2
2017-08-01gpio: exar: Use correct property prefix and document bindingsJan Kiszka1-1/+1
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka1-23/+33
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka1-1/+1
2017-07-03gpio: exar: Fix iomap requestJan Kiszka1-7/+3
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka1-3/+0
2017-06-20gpio: exar: Fix reading of directions and valuesJan Kiszka1-4/+4
2017-06-20gpio: exar: Allocate resources on behalf of the platform deviceJan Kiszka1-2/+2
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka1-1/+1
2017-03-15gpio: exar: Set proper output level in exar_direction_outputAxel Lin1-11/+12
2017-01-26gpio: exar: add gpio for exar cardsSudip Mukherjee1-0/+200