[PATCH v2 6/8] firmware: smccc: lfa: Add auto_activate sysfs file

Krzysztof Kozlowski krzk at kernel.org
Wed Mar 18 01:05:41 PDT 2026


On Tue, Mar 17, 2026 at 11:33:32AM +0100, Andre Przywara wrote:
>  
> @@ -115,6 +116,7 @@ struct fw_image {
>  	bool may_reset_cpu;
>  	bool cpu_rendezvous;
>  	bool cpu_rendezvous_forced;
> +	bool auto_activate;
>  	struct kobj_attribute image_attrs[LFA_ATTR_NR_IMAGES];
>  };
>  
> @@ -561,6 +563,28 @@ static ssize_t cancel_store(struct kobject *kobj, struct kobj_attribute *attr,
>  	return count;
>  }
>  
> +static ssize_t auto_activate_store(struct kobject *kobj,
> +				   struct kobj_attribute *attr,
> +				   const char *buf, size_t count)

Where is this ABI documented?

Best regards,
Krzysztof




More information about the linux-arm-kernel mailing list