diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2025-09-02 13:59:12 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2025-09-08 14:21:31 +0200 |
commit | 77377744c29da2198a1d54b222263c64fe7b2f41 (patch) | |
tree | 5d5b06f80c2a1d2d2cb5ef579d606ce59ea4eb23 /rust/helpers/build_bug.c | |
parent | d364d2ad07873dc4991b2a631a8536597272418b (diff) |
pinctrl: ingenic: use struct pinfunction instead of struct function_desc
struct function_desc is a wrapper around struct pinfunction with an
additional void *data pointer. This driver doesn't use the data pointer.
We're also working towards reducing the usage of struct function_desc in
pinctrl drivers - they should only be created by pinmux core and
accessed by drivers using pinmux_generic_get_function(). Replace the
struct function_desc objects in this driver with smaller struct
pinfunction instances.
Acked-by: Paul Cercueil <paul@crapouillou.net>
Tested-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'rust/helpers/build_bug.c')
0 files changed, 0 insertions, 0 deletions