From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7A858C4332F for ; Mon, 7 Nov 2022 19:10:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=q5KRpcgqv8foVk5bJqdgTjx9iA20mLum/tiobq2Sc/k=; b=NSAAcuCWuiVjVq hJM8iDwN+GV0nGxFv6/fQ13twEyWiitzIZ1dmBdNm/tWUH0/KZvdyFuD+XCQauyW3txm7rG6yster hMVMw7R8OL/r5EDWn5gL5Orhrne/sv3hOhZS5GLXuAmRtvqaRD9A4OM1QT8R6CTJ6kln6ZXFpHiR5 Vp9BinmXR7pEbHSmFt9+F9DhVPOrP2vaJcLOgthfjrvgZjxcBhnKarmY6rXyoY5TJaz+obLcY1w2K TZK38C6VcvJuOuttuX43lkQm85jMwU7vBab0fvZd2uAxSbUmtxhtigGmiOcsehWpOYrwuTkrVaBcC BwusH9TZ1qrm06Zk8N5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1os7VM-00HSmB-UA; Mon, 07 Nov 2022 19:09:57 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1os7UQ-00HSQg-PV for linux-arm-kernel@lists.infradead.org; Mon, 07 Nov 2022 19:09:00 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 661DB61298; Mon, 7 Nov 2022 19:08:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEAF5C433B5; Mon, 7 Nov 2022 19:08:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667848137; bh=2SNSQEs+6pZ1IIKlS94kFNpgSNonP39J6z3hPrh59DY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Rzyrk/qP9Mk+zQjiahLLf4GYx3pWGHmmxrxbtvgN5J1XPIZC/X2OtLcY94FGbXvDL wZMfvg8rxGhPz5RMMMYEHUfVPJvzK7hfxjQm5hU6SfjRACNiCcBZmGsQnVMPgQsm1v 6tNgoSxj4UGq0xjg/Q3xC9uBYaa+kdHBhwJl5yV3YmjN1CdQ9FiI/A4s0sq5p9cR0U KEZusb+tPykBcbh/udVnoHKjNu8gLBDPCjISqDY6itLmHwbYqorOQw8BxbCdPsoeqJ 54+fdg6BORhKYng8TfCCq2Sz+RS/5f3gFnuJZbduVlVChUBchxoRHNK4CLNSQCTWTz J07t+wzsjw4EA== From: Will Deacon To: lpieralisi@kernel.org, sudeep.holla@arm.com, guohanjun@huawei.com, Robin Murphy Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , nicolinc@nvidia.com, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH] ACPI/IORT: Update SMMUv3 DeviceID support Date: Mon, 7 Nov 2022 19:08:38 +0000 Message-Id: <166783554364.29371.14948432358850683973.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <4b3e2ead4f392d1a47a7528da119d57918e5d806.1664392886.git.robin.murphy@arm.com> References: <4b3e2ead4f392d1a47a7528da119d57918e5d806.1664392886.git.robin.murphy@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221107_110858_885118_37AD73E9 X-CRM114-Status: GOOD ( 10.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 28 Sep 2022 20:21:26 +0100, Robin Murphy wrote: > IORT E.e now allows SMMUv3 nodes to describe the DeviceID for MSIs > independently of wired GSIVs, where the previous oddly-restrictive > definition meant that an SMMU without PRI support had to provide a > DeviceID even if it didn't support MSIs either. Support this, with > the usual temporary flag definition while the real one is making > its way through ACPICA. > > [...] Applied to arm64 (for-next/acpi), thanks! [1/1] ACPI/IORT: Update SMMUv3 DeviceID support https://git.kernel.org/arm64/c/05da178ce0aa Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel