From patchwork Wed Apr 17 09:47:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "lihuisong (C)" X-Patchwork-Id: 13633123 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 22FD9C4345F for ; Wed, 17 Apr 2024 09:56: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=SRV8zdNGKWoyFAl6Lb9tnJKpnzcv/2AgskrT1niYR5I=; b=Mled0htjnRdIKp A1ukyvmMs+p7ZZI/NyCgy5Y/zDPHwr+Jk37oOREUqC+/jMQkiUU3B695j/KVBZhsjJORvcwDjT/MI uFjd6EFVl06GcozVWyNN5QtGscodMA6GPCwRuvsdiecY9OKzwjQgiaHTybNCcDD090dpIkZ0ivfgU AzzYcdv1/dTYobcpnrz7tCHj7uFjQanP4oSV8l/X2LankvBlhNiMwOwj4/gAyW2B5uWo5ffDbcdap drheSdWRTCTKGouO4kVmOfMaFSMlu7fZT9f+xcvdeQhsTFrpIF1tIzee72NASfhtkyuAZ4+fbYjbY 0hi9kHLpwFI0r3y8qzrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rx21D-0000000FUi1-1tVM; Wed, 17 Apr 2024 09:55:55 +0000 Received: from szxga05-in.huawei.com ([45.249.212.191]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rx218-0000000FUef-2mJX for linux-arm-kernel@lists.infradead.org; Wed, 17 Apr 2024 09:55:52 +0000 Received: from mail.maildlp.com (unknown [172.19.88.234]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4VKGTz0mDxz1HBtF; Wed, 17 Apr 2024 17:54:47 +0800 (CST) Received: from kwepemm600004.china.huawei.com (unknown [7.193.23.242]) by mail.maildlp.com (Postfix) with ESMTPS id C1453140382; Wed, 17 Apr 2024 17:55:40 +0800 (CST) Received: from localhost.localdomain (10.28.79.22) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Wed, 17 Apr 2024 17:55:40 +0800 From: Huisong Li To: CC: , , , , , Subject: [PATCH v2 0/2] soc: hisilicon: kunpeng_hccs: add dependency and enhance verification Date: Wed, 17 Apr 2024 17:47:59 +0800 Message-ID: <20240417094801.25393-1-lihuisong@huawei.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20240403081935.24308-1-lihuisong@huawei.com> References: <20240403081935.24308-1-lihuisong@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.28.79.22] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemm600004.china.huawei.com (7.193.23.242) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240417_025550_896357_BAA3B58B X-CRM114-Status: UNSURE ( 7.04 ) 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 Add PCC dependency and enhance verification during the probe phase. --- v2: fix the log on failure. Huisong Li (2): soc: hisilicon: kunpeng_hccs: Add the check for obtaining complete port attribute soc: hisilicon: kunpeng_hccs: replace MAILBOX dependency with PCC drivers/soc/hisilicon/Kconfig | 2 +- drivers/soc/hisilicon/kunpeng_hccs.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-)