aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-aggregator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-14gpio: aggregator: Fix leak in gpio_aggregator_parse()Dan Carpenter1-1/+1
2025-04-14gpio: aggregator: Fix error code in gpio_aggregator_activate()Dan Carpenter1-1/+3
2025-04-14gpio: aggregator: Return an error if there are no GPIOs in gpio_aggregator_parse()Dan Carpenter1-0/+1
2025-04-14gpio: aggregator: Fix gpio_aggregator_line_alloc() checkingDan Carpenter1-6/+6
2025-04-14gpio: aggregator: fix "_sysfs" prefix check in gpio_aggregator_make_group()Dan Carpenter1-1/+1
2025-04-09gpio: aggregator: cancel deferred probe for devices created via configfsKoichiro Den1-2/+27
2025-04-09gpio: aggregator: expose aggregator created via legacy sysfs to configfsKoichiro Den1-12/+126
2025-04-09gpio: aggregator: rename 'name' to 'key' in gpio_aggregator_parse()Koichiro Den1-6/+6
2025-04-09gpio: aggregator: introduce basic configfs interfaceKoichiro Den1-13/+624
2025-04-09gpio: aggregator: add gpio_aggregator_{alloc,free}()Koichiro Den1-22/+36
2025-04-09gpio: aggregator: unify function namingKoichiro Den1-17/+20
2025-04-09gpio: aggregator: reorder functions to prepare for configfs introductionKoichiro Den1-188/+192
2025-03-17Merge tag 'v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextBartosz Golaszewski1-3/+17
2025-03-05gpio: aggregator: protect driver attr handlers against module unloadKoichiro Den1-3/+17
2025-02-26gpio: aggregator: use value returning settersBartosz Golaszewski1-14/+24
2024-10-02gpio: aggregator: simplify aggr_parse() with scoped bitmapBartosz Golaszewski1-9/+7
2023-06-16gpio: aggregator: Set up a parser of delay line parametersAndy Shevchenko1-2/+70
2023-06-16gpio: aggregator: Support delay for setting up individual GPIOsAndy Shevchenko1-0/+31
2023-06-16gpio: aggregator: Remove CONFIG_OF and of_match_ptr() protectionsAndy Shevchenko1-4/+3
2023-03-06gpio: aggregator: Add missing header(s)Andy Shevchenko1-4/+5
2022-10-17gpio: aggregator: Stop using ARCH_NR_GPIOSChristophe Leroy1-3/+4
2022-02-02gpio: aggregator: Fix calling into sleeping GPIO controllersGeert Uytterhoeven1-4/+14
2021-12-03gpio: aggregator: Add interrupt supportGeert Uytterhoeven1-1/+10
2021-10-13gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]Geert Uytterhoeven1-14/+11
2021-05-05gpio: aggregator: Replace custom get_arg() with a generic next_arg()Andy Shevchenko1-34/+5
2021-02-15gpio: aggregator: Remove trailing comma in terminator entriesAndy Shevchenko1-2/+2
2021-02-15gpio: aggregator: Use compound literal from the headerAndy Shevchenko1-2/+1
2021-02-15gpio: aggregator: Replace isrange() by using get_options()Andy Shevchenko1-30/+3
2020-08-18gpio: aggregator: Refactor ->{get, set}_multiple() to make Sparse happyAndy Shevchenko1-27/+43
2020-07-07gpio: aggregator: Use bitmap_parselist() for parsing GPIO offsetsGeert Uytterhoeven1-33/+26
2020-07-07gpio: aggregator: Drop pre-initialization in get_arg()Geert Uytterhoeven1-2/+2
2020-05-18gpio: Add GPIO AggregatorGeert Uytterhoeven1-0/+568