Re: [PATCH v5 08/14] ACPI: ARM64: IORT: rework iort_node_get_id()

2016-12-30 Thread Xinwei Kong
On 2016/12/22 13:35, Hanjun Guo wrote: From: Hanjun Guo iort_node_get_id() has two output, one is the mapped ids, the other is the referenced parent node which is returned from the function. For now we need a API just return its parent node for single mapping, so just

Re: [PATCH v5 08/14] ACPI: ARM64: IORT: rework iort_node_get_id()

2016-12-30 Thread Xinwei Kong
On 2016/12/22 13:35, Hanjun Guo wrote: From: Hanjun Guo iort_node_get_id() has two output, one is the mapped ids, the other is the referenced parent node which is returned from the function. For now we need a API just return its parent node for single mapping, so just update this function

[PATCH v5 08/14] ACPI: ARM64: IORT: rework iort_node_get_id()

2016-12-21 Thread Hanjun Guo
From: Hanjun Guo iort_node_get_id() has two output, one is the mapped ids, the other is the referenced parent node which is returned from the function. For now we need a API just return its parent node for single mapping, so just update this function slightly then reuse

[PATCH v5 08/14] ACPI: ARM64: IORT: rework iort_node_get_id()

2016-12-21 Thread Hanjun Guo
From: Hanjun Guo iort_node_get_id() has two output, one is the mapped ids, the other is the referenced parent node which is returned from the function. For now we need a API just return its parent node for single mapping, so just update this function slightly then reuse it later.