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 A5F0DCD80A0 for ; Tue, 10 Oct 2023 10:22:02 +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=7FJBjRA4XEt+ZFvomNxteAuzYXHbebJx8W9K3u4F3ZQ=; b=iMAo5xKUeQ6EgF qwah5I6ys42Dx/QL47JX6s89eHXJEOAre40JwS3B5GZVh81E2rXpXkqnA98g7nLulrJOeJAjnlKEi WlFS8U1sSbSk0x7ubRmr8yFzP2gZCxxrCLi3f2UENllBkkYjmO/evGij26a1KW0/XLh4WV48xatlf MDy8JbMv3KRMC6g7rldA+mo6VCISlXBkZOaasXuxQxk8yd7K4f1ALH7nxcG9A96/jOFK6fX1VR303 Ty2vjPYQq93YYoZ4BDDD5oeh8lE/vUtKS+YimLA3iSl/N1YvVzcXt425H/eGtK0AVfqfQ02XBJvhA fuF8cymYsa3NFW/FFH6Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq9rm-00D0k1-1k; Tue, 10 Oct 2023 10:21:30 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq9rj-00D0jh-2x for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 10:21:29 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DC9261FB; Tue, 10 Oct 2023 03:22:04 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 5CD013F762; Tue, 10 Oct 2023 03:21:23 -0700 (PDT) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org, Sudeep Holla Cc: andersson@kernel.org, Nikunj Kela , Cristian Marussi Subject: Re: [PATCH] firmware: arm_scmi: Convert u32 to unsigned long to align with arm_smccc_1_1_invoke() Date: Tue, 10 Oct 2023 11:21:21 +0100 Message-ID: <169693319081.1604600.17211378494265058176.b4-ty@arm.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231009152049.1428872-1-sudeep.holla@arm.com> References: <20231009152049.1428872-1-sudeep.holla@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231010_032128_006897_42DF88B0 X-CRM114-Status: UNSURE ( 7.15 ) 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: , 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 Mon, 09 Oct 2023 16:20:49 +0100, Sudeep Holla wrote: > All the parameters to arm_smccc_1_1_invoke() are unsigned long which > aligns well on both 32-bit and 64-bit Arm based platforms. Let us store > all the members in the structure scmi_smc used as the parameters to the > arm_smccc_1_1_invoke() call as unsigned long. > > Applied to sudeep.holla/linux (for-next/scmi/updates), thanks! [1/1] firmware: arm_scmi: Convert u32 to unsigned long to align with arm_smccc_1_1_invoke() https://git.kernel.org/sudeep.holla/c/1f17395124a5 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel