Re: [PATCH v7 2/3] of: factor arguments passed to of_map_id() into a struct

From: Vijayanand Jitta

Date: Wed Feb 11 2026 - 00:44:38 EST




On 2/10/2026 5:30 PM, Dmitry Baryshkov wrote:
> On Tue, 10 Feb 2026 at 12:12, Vijayanand Jitta
> <vijayanand.jitta@xxxxxxxxxxxxxxxx> wrote:
>>
>> From: Charan Teja Kalla <charan.kalla@xxxxxxxxxxxxxxxx>
>>
>> Introduce a new struct type where the optional arguments passed to
>> of_map_id() are Currently embedded as of_phandle_args struct.
>> Subsequent patches add additional arguments to the struct that the
>> caller expects to be filled of_map_id().
>
> You updated the patch, dropping of_map_args, but didn't update commit message.
>

Thanks for pointing out, I missed to update commit message after removing of_map_args.
Fixed it in v8.

Thanks,
Vijay
>>
>> Suggested-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
>> Signed-off-by: Charan Teja Kalla <charan.kalla@xxxxxxxxxxxxxxxx>
>> Signed-off-by: Vijayanand Jitta <vijayanand.jitta@xxxxxxxxxxxxxxxx>
>
>