summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aggregator.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: aggregator: Stop using ARCH_NR_GPIOSChristophe Leroy2022-10-171-3/+4
* gpio: aggregator: Fix calling into sleeping GPIO controllersGeert Uytterhoeven2022-02-021-4/+14
* gpio: aggregator: Add interrupt supportGeert Uytterhoeven2021-12-031-1/+10
* gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]Geert Uytterhoeven2021-10-131-14/+11
* gpio: aggregator: Replace custom get_arg() with a generic next_arg()Andy Shevchenko2021-05-051-34/+5
* 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