[PATCH 3/3] ACPI/IORT: Make platform devices initialization code SMMU agnostic
From: guohanjun@huawei.com (Hanjun Guo)
Date: 2017-10-10 09:27:01
Also in:
linux-acpi
From: guohanjun@huawei.com (Hanjun Guo)
Date: 2017-10-10 09:27:01
Also in:
linux-acpi
On 2017/10/3 21:53, Lorenzo Pieralisi wrote:
The way current IORT code initializes platform devices for SMMU nodes is somewhat tied (mostly for naming convention) to the SMMU nodes themselves but it need not be in that it is completely generic and can easily be made so by structures renaming and code reshuffling. Rework IORT platform devices initialization code to make the functions and data structures SMMU agnostic. No functional changes intended.
This will be good preparation for PMCG driver support, with my comments in patch 2/3 fixed, Acked-by: Hanjun Guo <redacted> Thanks Hanjun