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 11E19C5321D for ; Mon, 26 Aug 2024 09:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:CC:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=LS/3cGDb7+1BUz2GYeaQp6bq4z88l4LIdIGsRFQNIug=; b=2AKo5BPtWOCAXBBiOOglppsaH1 kPyZNmeDnsZhRM0sKUmWk6yED/eUVhDCbNv4+IP+fYkdYRVfovS0fLlCjPUomE7I9AfDa+OFo7glW f/dTpIHILFbsiECrswm1bXEkxp57thhMbdCIXdtJ5wqudY/JAVXF78//p3m7CyZJA1REpbTlP6X+o UkZrX8IyqHjdhOOn8aifVb8N7nKpKE5Ntk2e0oTRIJDQ47iGFdgo2cckvLoqQV5vKd0yx0pI6IhtU NE45Bh58hxYkA23RS1vwmXyL6nfbKORx24VqwYZfJNfLQvbcIeAjLGTymR4m0pih0R6jHbdrpAgOt ObSsOAgg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1siVlL-00000006cIz-1nkC; Mon, 26 Aug 2024 09:11:47 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1siVkX-00000006cAo-2qoq for linux-arm-kernel@lists.infradead.org; Mon, 26 Aug 2024 09:10:59 +0000 Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 47Q8MMgI005670; Mon, 26 Aug 2024 09:10:45 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= LS/3cGDb7+1BUz2GYeaQp6bq4z88l4LIdIGsRFQNIug=; b=dOLcHLDXPqcwfkkU X+zYdZrNn0lpK1JHw8WG0JQr2o6zTlzTa3Sn5IT0f/Ent3xJ+94LEBdRVc2/ejqJ LMEHjTUA3C01zwaPEyvPv6K0IyGKrTj55ZpWy4DrxIrtRevhL9Hn2gA7d2vR6aHe UzH3GL9LJS3igpAtfOcv8IeaUTqS+hzoNBeTn/w3n1XgRQ8Zty1FE121AkjRst3t EQ7DoAU4/1CqV22OfBcCd8HzjYJPy/K82ZRI/8zShztnbudX19Ql4AudJiSgn7zw RCv898VcZXx8w5RUUoMhfOpyQ+rtF5UzgyZnR53fqj6Ryc4TrhFq/t84LlLjCapv qsIpgw== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 4179anu4p8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 26 Aug 2024 09:10:45 +0000 (GMT) Received: from nalasex01c.na.qualcomm.com (nalasex01c.na.qualcomm.com [10.47.97.35]) by NALASPPMTA02.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 47Q9Ai6S008720 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 26 Aug 2024 09:10:44 GMT Received: from [10.214.66.253] (10.80.80.8) by nalasex01c.na.qualcomm.com (10.47.97.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 26 Aug 2024 02:10:39 -0700 Message-ID: Date: Mon, 26 Aug 2024 14:40:27 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v14 6/6] iommu/arm-smmu: add support for PRR bit setup To: kernel test robot , , , , , , , , , , , CC: , , , , References: <20240816174259.2056829-7-quic_bibekkum@quicinc.com> <202408230612.1DU9cuSx-lkp@intel.com> Content-Language: en-US From: Bibek Kumar Patro In-Reply-To: <202408230612.1DU9cuSx-lkp@intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01c.na.qualcomm.com (10.47.97.35) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: zv5rMMGkxV0KEbz3D6rgKwEoLB9UnE_E X-Proofpoint-ORIG-GUID: zv5rMMGkxV0KEbz3D6rgKwEoLB9UnE_E X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-08-26_06,2024-08-23_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 impostorscore=0 phishscore=0 suspectscore=0 mlxlogscore=825 clxscore=1011 malwarescore=0 bulkscore=0 lowpriorityscore=0 spamscore=0 mlxscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2407110000 definitions=main-2408260072 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240826_021057_758773_90C6A509 X-CRM114-Status: UNSURE ( 7.88 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 8/23/2024 4:07 AM, kernel test robot wrote: >>> drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c:266:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > 266 | (void *)smmu->ioaddr + ARM_SMMU_GFX_PRR_CFG_LADDR); > | ^ > arch/arm/include/asm/io.h:282:75: note: in definition of macro 'writel_relaxed' > 282 | #define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c) > | ^ > drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c:269:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] > 269 | (void *)smmu->ioaddr + ARM_SMMU_GFX_PRR_CFG_UADDR); > | ^ > arch/arm/include/asm/io.h:282:75: note: in definition of macro 'writel_relaxed' > 282 | #define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c) This is fixed already in v13, but got missed in v14. I'll take care of this in the next version. regards, Bibek