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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68A5EC001DB for ; Fri, 11 Aug 2023 11:45:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236220AbjHKLpU (ORCPT ); Fri, 11 Aug 2023 07:45:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235894AbjHKLpN (ORCPT ); Fri, 11 Aug 2023 07:45:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8435FB for ; Fri, 11 Aug 2023 04:45:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 67A5E6709E for ; Fri, 11 Aug 2023 11:45:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98CC2C433C9; Fri, 11 Aug 2023 11:45:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691754311; bh=B7VW0vp9hivzH9fIya7tAIlQ7u7zBXplJceKTWYJHVE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CFOkuGxf6SqQWbZ1BFWWITBVo3AOyUiQiQ/2ZCrWlCA0xhpt6RKa4BruiboIRC64/ hScNBXp4o0OB1WW2B59q+jmnJs1gjh8ZTxZ49+GwUrgc4D0YeZvlLCJGblZTo3pI71 YFe2YGuFnQppWOkltZyhQquaWx1pRrW5rasoyG7tohKK8Q/DQFNDh0XXOP0uWwcIfy wrQYTZYk0jVmD9lqpQmQFnUhTx1+Uwqg5c7XYdU53waOPNltTr1bEsS1ywM4qLzMbG HPRJBJCzXSBo/S90UYaSzQZ/VGY59H9xbMaoS3tVWHFT7/IRNw8eb5BJ1otI3l7bSB UkUDId7gblqhw== From: Will Deacon To: Joerg Roedel , Robin Murphy , Konrad Dybcio Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , linux-kernel@vger.kernel.org, iommu@lists.linux.dev, Marijn Suijten , Dmitry Baryshkov , Konrad Dybcio , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/4] arm-smmu: pick up lost qcom impl compatibles Date: Fri, 11 Aug 2023 12:44:54 +0100 Message-Id: <169175369837.3926405.1362817144660675229.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230810-topic-lost_smmu_compats-v1-0-64a0d8749404@linaro.org> References: <20230810-topic-lost_smmu_compats-v1-0-64a0d8749404@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Aug 2023 19:45:03 +0200, Konrad Dybcio wrote: > I noticed that some of the compatibles for either matching SMMU probe > or peripheral workarounds were lingering on my branch. > > This series collects them in an effort to get them merged. > > The bindings are all there. > > [...] Applied to will (for-joerg/arm-smmu/updates), thanks! [1/4] iommu/arm-smmu-qcom: Sort the compatible list alphabetically https://git.kernel.org/will/c/ec2ff4d8160f [2/4] iommu/arm-smmu-qcom: Add SM6375 DPU compatible https://git.kernel.org/will/c/6ebaa77ce483 [3/4] iommu/arm-smmu-qcom: Add SM6350 DPU compatible https://git.kernel.org/will/c/7e85676a4523 [4/4] iommu/arm-smmu-qcom: Add SM6375 SMMUv2 https://git.kernel.org/will/c/757d591d965f Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev