Re: [PATCH v9 08/16] drivers: acpi: iort: add node match function

2016-11-29 Thread Hanjun Guo
On 2016/11/21 18:01, Lorenzo Pieralisi wrote: Device drivers (eg ARM SMMU) need to know if a specific component is part of the IORT table, so that kernel data structures are not initialized at initcalls time if the respective component is not part of the IORT table. To this end, this patch adds

Re: [PATCH v9 08/16] drivers: acpi: iort: add node match function

2016-11-29 Thread Hanjun Guo
On 2016/11/21 18:01, Lorenzo Pieralisi wrote: Device drivers (eg ARM SMMU) need to know if a specific component is part of the IORT table, so that kernel data structures are not initialized at initcalls time if the respective component is not part of the IORT table. To this end, this patch adds

[PATCH v9 08/16] drivers: acpi: iort: add node match function

2016-11-21 Thread Lorenzo Pieralisi
Device drivers (eg ARM SMMU) need to know if a specific component is part of the IORT table, so that kernel data structures are not initialized at initcalls time if the respective component is not part of the IORT table. To this end, this patch adds a trivial function that allows detecting if a

[PATCH v9 08/16] drivers: acpi: iort: add node match function

2016-11-21 Thread Lorenzo Pieralisi
Device drivers (eg ARM SMMU) need to know if a specific component is part of the IORT table, so that kernel data structures are not initialized at initcalls time if the respective component is not part of the IORT table. To this end, this patch adds a trivial function that allows detecting if a