Re: [PATCH v4 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Aug 12, 2025 at 10:27 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> 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.

...

>  #define PINCTRL_FUNC_DESC(id)                                          \
>         {                                                               \
>                 .desc = {                                               \
> -                       .func = {                                       \
> -                               .name = #id,                            \
> -                               .groups = id##_groups,                  \
> -                               .ngroups = ARRAY_SIZE(id##_groups),     \
> -                       }                                               \
> +                       .name = #id,                                    \
> +                       .groups = id##_groups,                          \
> +                       .ngroups = ARRAY_SIZE(id##_groups),             \

Can this use PINCTRL_PINFUNCITON() ?

>                 },                                                      \
>                 .groups = id##_func_group,                              \
>                 .group_size = ARRAY_SIZE(id##_func_group),              \

>  };

-- 
With Best Regards,
Andy Shevchenko





[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux