Re: [RFC PATCH v3 6/8] leds: trigger: add hardware-phy-activity trigger

From: Andrew Lunn
Date: Tue Nov 09 2021 - 16:28:49 EST


> +/* The attrs will be placed dynamically based on the supported triggers */
> +static struct attribute *phy_activity_attrs[PHY_ACTIVITY_MAX_TRIGGERS + 1];

This cannot be global. I have boards with a mixture of different PHYs
and switches. Each will have their own collection of supported
modes. And some PHYs have different modes per LED.

Andrew