On 30/11/2022 21:10, Andy Shevchenko wrote:
...struct list_head dt_maps; + struct list_head acpi_maps;Why these can't be unified? From the pin control point of view the data it needs should be ~equal independently on the resource provider (ACPI, DT, etc.).
Yes I think they can be unified and some DT specific functions can be generalized as well. It is going to be a slightly bigger change and will touch most of drivers. I will add changes to next revision.
-- Niyas