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 F067ECE79AC for ; Wed, 20 Sep 2023 06:50:58 +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=oumSjtjLzXlVbKVW5NKpeP5bnBgb36jY7Bx3+fJBdZE=; b=O91Soy1EK1gOIf o9ya94Y2aQ3R81xshzy8yNso0e15jH6vNqzovEu5nBHZxNdlZSPjNevhedB1whsSwMCAqhINl5kCb MiHyPdnxlmgGA9iQw/44GH7OEEXAP7QaJSA7oYHCS0t12m00++iRsZ6CnwK/yzNEm6nzgPQlEnHUI TVcu4Rhlq1Ql0HKyf+ApEtEvXoN8ny7A7Ch9pfCy0lu212sQPsBOtEcAJLPtade1tcco0M2nQBS/Y tvfHBqQgLTg/py2gDJ7lq+nr/oqf8pDfab3bZUT8A1tJwNTalsh2q+NnBm8owmxqUKZ/H/J5B9ezi +u9jWDyZRGlUSDV8Uocw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qir2h-0024Iy-2v; Wed, 20 Sep 2023 06:50:35 +0000 Received: from szxga03-in.huawei.com ([45.249.212.189]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qir2d-0024HH-33 for linux-arm-kernel@lists.infradead.org; Wed, 20 Sep 2023 06:50:33 +0000 Received: from kwepemm600004.china.huawei.com (unknown [172.30.72.54]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4Rr8Fy2FngzMlhg; Wed, 20 Sep 2023 14:46:46 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Wed, 20 Sep 2023 14:50:20 +0800 From: Huisong Li To: , , , CC: , , , , , Subject: [PATCH v2 0/2] mailbox: pcc: export the PCC subspace type Date: Wed, 20 Sep 2023 14:47:01 +0800 Message-ID: <20230920064703.23543-1-lihuisong@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20230914115753.9064-1-lihuisong@huawei.com> References: <20230914115753.9064-1-lihuisong@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemm600004.china.huawei.com (7.193.23.242) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230919_235032_170336_0D7276E4 X-CRM114-Status: UNSURE ( 8.02 ) 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 Currently, it seems that the subspace type in all drivers used PCC is fixed and not obtained from their platform. And PCCT is a best natural way to export it. v1->v2: - add one patch to use PCC subspace type in kunpeng_hccs Huisong Li (2): mailbox: pcc: export the PCC subspace type soc: kunpeng_hccs: add the check for PCC subspace type drivers/mailbox/pcc.c | 10 ++++------ drivers/soc/hisilicon/kunpeng_hccs.c | 17 +++++++++++++++++ include/acpi/pcc.h | 1 + 3 files changed, 22 insertions(+), 6 deletions(-) -- 2.33.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel