summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aggregator.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: aggregator: Remove trailing comma in terminator entriesAndy Shevchenko2021-02-151-2/+2
* gpio: aggregator: Use compound literal from the headerAndy Shevchenko2021-02-151-2/+1
* gpio: aggregator: Replace isrange() by using get_options()Andy Shevchenko2021-02-151-30/+3
* gpio: aggregator: Refactor ->{get, set}_multiple() to make Sparse happyAndy Shevchenko2020-08-181-27/+43
* gpio: aggregator: Use bitmap_parselist() for parsing GPIO offsetsGeert Uytterhoeven2020-07-071-33/+26
* gpio: aggregator: Drop pre-initialization in get_arg()Geert Uytterhoeven2020-07-071-2/+2
* gpio: Add GPIO AggregatorGeert Uytterhoeven2020-05-181-0/+568