diff options
author | Chester Lin <[email protected]> | 2023-03-29 12:16:30 +0800 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2023-06-02 09:36:25 +0200 |
commit | 0da4cebebc37b0f68c1ad991a1c6e4ecdb1bbc41 (patch) | |
tree | 1089014c9ab9c8e0e9b17f812396cd8e1894767f /tools/perf/scripts/python/libxed.py | |
parent | 4d6366e6ff43dcf6c23156c017829a926403bd7d (diff) |
pinctrl: s32: separate const device data from struct s32_pinctrl_soc_info
The .data field in struct of_device_id is used as a const member so it's
inappropriate to attach struct s32_pinctrl_soc_info with of_device_id
because some members in s32_pinctrl_soc_info need to be filled by
pinctrl-s32cc at runtime.
For this reason, struct s32_pinctrl_soc_info must be allocated in
pinctrl-s32cc and then create a new struct s32_pinctrl_soc_data in order
to represent const .data in of_device_id. To combine these two structures,
a s32_pinctrl_soc_data pointer is introduced in s32_pinctrl_soc_info.
Besides, use of_device_get_match_data() instead of of_match_device() since
the driver only needs to retrieve the .data from of_device_id.
Link: https://lore.kernel.org/r/[email protected]/
Suggested-by: Andy Shevchenko <[email protected]>
Signed-off-by: Chester Lin <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions