summaryrefslogtreecommitdiff
path: root/rust/helpers/cpu.c
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-09-02 13:59:15 +0200
committerLinus Walleij <linus.walleij@linaro.org>2025-09-08 14:21:59 +0200
commitbd6f4a91401fc9847eef306a593df243c40c9d05 (patch)
tree64172aa3597a72115adb5f98568304d1fcdb3eac /rust/helpers/cpu.c
parent7a24f1f5b2147f99d2ffa40dfe137c040cab1fb8 (diff)
pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
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. Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> 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/cpu.c')
0 files changed, 0 insertions, 0 deletions