From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b="wO4JFVbh" Received: from mail.8bytes.org (mail.8bytes.org [IPv6:2a01:238:42d9:3f00:e505:6202:4f0c:f051]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id ADEE2C3; Mon, 11 Dec 2023 05:20:56 -0800 (PST) Received: from 8bytes.org (p4ffe1e67.dip0.t-ipconnect.de [79.254.30.103]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id EDD521A44AA; Mon, 11 Dec 2023 14:20:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1702300854; bh=k8UNSBAVgRXS6Dhpbyra/RJhgjDKIBpHGX+kNVBZNVs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wO4JFVbhOJqAAa9UhOL1vlYp4E+Pq8SJdKRMas8p8iMhwN5dvh4oppfaQr9svFDjZ k0D0a4WmDo4rjtSXunVfLRjkVWUH2buCO6E5cZZilyE/LvI/GjFKFWouZmmCbXaPUc TTVpl1XfYoeGzg/fw1nEiwD20Wi0Zg3FMv1JnajvDXywiwykyfhUKoSdvTVKQWW6KD Re6+D59HtS7Qfz4eOEX5bF2aYOH/huLzRpO1+1MIxl6xUB5GGIsKqpXLCmY1+XIAHS G8NUoiIQXwTGdraayNrcJSgoMcw9xdznKvM4qm8s6b0fI2ZBi9q3gs1A2yO9fUEh8/ v7W5gZc8VHglg== Date: Mon, 11 Dec 2023 14:20:52 +0100 From: Joerg Roedel To: Robin Murphy Cc: Dmitry Baryshkov , Will Deacon , Rob Herring , Krzysztof Kozlowski , Bjorn Andersson , Konrad Dybcio , Rob Clark , Vinod Koul , Sai Prakash Ranjan , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, iommu@lists.linux.dev, devicetree@vger.kernel.org, freedreno@lists.freedesktop.org Subject: Re: [PATCH 1/3] iommu/msm-iommu: don't limit the driver too much Message-ID: References: <20231207125500.3322229-1-dmitry.baryshkov@linaro.org> <20231207125500.3322229-2-dmitry.baryshkov@linaro.org> <6397268c-7990-42f6-9453-44fdc638d5c9@arm.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6397268c-7990-42f6-9453-44fdc638d5c9@arm.com> On Thu, Dec 07, 2023 at 01:06:09PM +0000, Robin Murphy wrote: > On 07/12/2023 12:54 pm, Dmitry Baryshkov wrote: > > In preparation of dropping most of ARCH_QCOM subtypes, stop limiting the > > driver just to those machines. Allow it to be built for any 32-bit > > Qualcomm platform (ARCH_QCOM). > > Acked-by: Robin Murphy > > Unless Joerg disagrees, I think it should be fine if you want to take this > via the SoC tree. No objections: Acked-by: Joerg Roedel