aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorColin Foster <[email protected]>2023-01-27 11:35:53 -0800
committerJakub Kicinski <[email protected]>2023-01-30 21:07:20 -0800
commitdc454fa4b764ab75038e822dfc9a1b2526757a63 (patch)
tree857d3090634360b444e80ce9930552e070768765 /tools/perf/scripts/python/bin
parent1dc6a2a02320dab136c5f2e94b39dbb85f9e698c (diff)
net: dsa: felix: add support for MFD configurations
The architecture around the VSC7512 differs from existing felix drivers. In order to add support for all the chip's features (pinctrl, MDIO, gpio) the device had to be laid out as a multi-function device (MFD). One difference between an MFD and a standard platform device is that the regmaps are allocated to the parent device before the child devices are probed. As such, there is no need for felix to initialize new regmaps in these configurations, they can simply be requested from the parent device. Add support for MFD configurations by performing this request from the parent device. Signed-off-by: Colin Foster <[email protected]> Reviewed-by: Florian Fainelli <[email protected]> Reviewed-by: Vladimir Oltean <[email protected]> Tested-by: Vladimir Oltean <[email protected]> # regression Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions