From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lorenzo Pieralisi Subject: [GIT PULL] ACPI IORT fixes for v4.10-rc8 Date: Mon, 6 Feb 2017 13:38:56 +0000 Message-ID: <20170206133856.GA14139@red-moon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from foss.arm.com ([217.140.101.70]:57620 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752104AbdBFNgx (ORCPT ); Mon, 6 Feb 2017 08:36:53 -0500 Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: will.deacon@arm.com, catalin.marinas@arm.com Cc: hanjun.guo@linaro.org, dan.carpenter@oracle.com, okaya@codeaurora.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Hi Will, Catalin, please consider pulling a couple of minor ACPI IORT fixes that were missed in the last few -rc* cycles but should be considered for merging as soon as possible, hopefully before v4.10 is released. Thanks, Lorenzo The following changes since commit d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c: Linux 4.10-rc7 (2017-02-05 15:10:58 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/linux.git tags/iort-fixes-for-v4.10 for you to fetch changes up to 2a42d9d5dd259b0bdef34a00da426ac5fb0261e1: ACPI/IORT: Fix the error return code in iort_add_smmu_platform_device() (2017-02-06 12:50:53 +0000) ---------------------------------------------------------------- IORT fixes as a fall-out from IORT SMMU changes: * Fix return value when IORT code allocating platform devices fails, that is causing a successful return on failure * Fix the indexing in iort_node_get_id() so that the correct mapping entry is used to return the correct IORT parent node resulting from the mapping ---------------------------------------------------------------- Dan Carpenter (1): ACPI/IORT: Fix the error return code in iort_add_smmu_platform_device() Lorenzo Pieralisi (1): ACPI/IORT: Fix iort_node_get_id() mapping entries indexing drivers/acpi/arm64/iort.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)