aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aggregator.c
AgeCommit message (Expand)Author
2023-06-16gpio: aggregator: Set up a parser of delay line parametersAndy Shevchenko
2023-06-16gpio: aggregator: Support delay for setting up individual GPIOsAndy Shevchenko
2023-06-16gpio: aggregator: Remove CONFIG_OF and of_match_ptr() protectionsAndy Shevchenko
2023-03-06gpio: aggregator: Add missing header(s)Andy Shevchenko
2022-10-17gpio: aggregator: Stop using ARCH_NR_GPIOSChristophe Leroy
2022-02-02gpio: aggregator: Fix calling into sleeping GPIO controllersGeert Uytterhoeven
2021-12-03gpio: aggregator: Add interrupt supportGeert Uytterhoeven
2021-10-13gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]Geert Uytterhoeven
2021-05-05gpio: aggregator: Replace custom get_arg() with a generic next_arg()Andy Shevchenko
2021-02-15gpio: aggregator: Remove trailing comma in terminator entriesAndy Shevchenko
2021-02-15gpio: aggregator: Use compound literal from the headerAndy Shevchenko
2021-02-15gpio: aggregator: Replace isrange() by using get_options()Andy Shevchenko
2020-08-18gpio: aggregator: Refactor ->{get, set}_multiple() to make Sparse happyAndy Shevchenko
2020-07-07gpio: aggregator: Use bitmap_parselist() for parsing GPIO offsetsGeert Uytterhoeven
2020-07-07gpio: aggregator: Drop pre-initialization in get_arg()Geert Uytterhoeven
2020-05-18gpio: Add GPIO AggregatorGeert Uytterhoeven