diff options
author | Mark Brown <broonie@kernel.org> | 2025-04-14 11:23:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-04-14 11:23:43 +0100 |
commit | 1749125091cd0834632ac295caa65f8c57628be6 (patch) | |
tree | c82bc06c4e335e250fdb41f4fcdc53619242b380 /MAINTAINERS | |
parent | 9aff2e8df240e84a36f2607f98a0a9924a24e65d (diff) | |
parent | a0b887f6eb9a0d1be3c57d00b0f3ba8408d3018a (diff) |
Fix up building KUnit tests for Cirrus Logic modules
Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:
This series fixes the KConfig for cs_dsp and cs-amp-lib tests so that
CONFIG_KUNIT_ALL_TESTS doesn't cause them to add modules to the build.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f9a9d3dced67..ad08ca0f423b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10151,6 +10151,8 @@ F: include/linux/gpio.h F: include/linux/gpio/ F: include/linux/of_gpio.h K: (devm_)?gpio_(request|free|direction|get|set) +K: GPIOD_FLAGS_BIT_NONEXCLUSIVE +K: devm_gpiod_unhinge GPIO UAPI M: Bartosz Golaszewski <brgl@bgdev.pl> |