aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aggregator.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2025-08-071-2/+2
* gpio: aggregator: Fix leak in gpio_aggregator_parse()Dan Carpenter2025-04-141-1/+1
* gpio: aggregator: Fix error code in gpio_aggregator_activate()Dan Carpenter2025-04-141-1/+3
* gpio: aggregator: Return an error if there are no GPIOs in gpio_aggregator_pa...Dan Carpenter2025-04-141-0/+1
* gpio: aggregator: Fix gpio_aggregator_line_alloc() checkingDan Carpenter2025-04-141-6/+6
* gpio: aggregator: fix "_sysfs" prefix check in gpio_aggregator_make_group()Dan Carpenter2025-04-141-1/+1
* gpio: aggregator: cancel deferred probe for devices created via configfsKoichiro Den2025-04-091-2/+27
* gpio: aggregator: expose aggregator created via legacy sysfs to configfsKoichiro Den2025-04-091-12/+126
* gpio: aggregator: rename 'name' to 'key' in gpio_aggregator_parse()Koichiro Den2025-04-091-6/+6
* gpio: aggregator: introduce basic configfs interfaceKoichiro Den2025-04-091-13/+624
* gpio: aggregator: add gpio_aggregator_{alloc,free}()Koichiro Den2025-04-091-22/+36
* gpio: aggregator: unify function namingKoichiro Den2025-04-091-17/+20
* gpio: aggregator: reorder functions to prepare for configfs introductionKoichiro Den2025-04-091-188/+192
* Merge tag 'v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski2025-03-171-3/+17
|\
| * gpio: aggregator: protect driver attr handlers against module unloadKoichiro Den2025-03-051-3/+17
* | gpio: aggregator: use value returning settersBartosz Golaszewski2025-02-261-14/+24
|/
* gpio: aggregator: simplify aggr_parse() with scoped bitmapBartosz Golaszewski2024-10-021-9/+7
* gpio: aggregator: Set up a parser of delay line parametersAndy Shevchenko2023-06-161-2/+70
* gpio: aggregator: Support delay for setting up individual GPIOsAndy Shevchenko2023-06-161-0/+31
* gpio: aggregator: Remove CONFIG_OF and of_match_ptr() protectionsAndy Shevchenko2023-06-161-4/+3
* gpio: aggregator: Add missing header(s)Andy Shevchenko2023-03-061-4/+5
* 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-32/+25
* gpio: aggregator: Drop pre-initialization in get_arg()Geert Uytterhoeven2020-07-071-2/+2
* gpio: Add GPIO AggregatorGeert Uytterhoeven2020-05-181-0/+568