From patchwork Fri Dec 1 03:45:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "lihuisong (C)" X-Patchwork-Id: 13475312 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 5EAC5C4167B for ; Fri, 1 Dec 2023 03:46:15 +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=NiQAfdIjiSjpGAREKVi4XvFDqIdClZxk/Ag2xEZc10Q=; b=TqZAlxPkgwtCTR 7wL0Xh2P/8jJ4cw4Xk5xS/zq/whQqde5BuIeYUMzuh1niJSya1qXLKKJxJVwa6/Vv/gpFXmJEJ8Za fozFpvDXpxFfczGSY6BpAmAVZDsNtyKe6KEsru6vz6HVMPHtIDwAc/I4kr6avGOAVqzQ8OXXVE4+g rJRTvmtd+kUvIvQzMJqYwPXBJfhjhzjtXXN1Z7woXbY9eaQ1pIsgB/2Pon8eHGWnFQOOy0d+ZbmHU sFyZmG4wbtmZS54njppVsdxalR68LdvnYDoSC5nNbmXtEuVGb0LEbk7/srfNCO43tk37EqRXa7w3x GGaPPIlnbGHZ3t//+8xQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r8uTN-00CXL0-2X; Fri, 01 Dec 2023 03:45:49 +0000 Received: from szxga01-in.huawei.com ([45.249.212.187]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r8uTJ-00CXHa-2A for linux-arm-kernel@lists.infradead.org; Fri, 01 Dec 2023 03:45:47 +0000 Received: from kwepemm000004.china.huawei.com (unknown [172.30.72.56]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4ShJq21M2WzvRJ8; Fri, 1 Dec 2023 11:45:02 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by kwepemm000004.china.huawei.com (7.193.23.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Fri, 1 Dec 2023 11:45:35 +0800 From: Huisong Li To: CC: , , , , , , , , Subject: [PATCH v3 0/5] soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack Date: Fri, 1 Dec 2023 11:45:29 +0800 Message-ID: <20231201034534.7276-1-lihuisong@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20231109054526.27270-1-lihuisong@huawei.com> References: <20231109054526.27270-1-lihuisong@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemm000004.china.huawei.com (7.193.23.18) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231130_194545_871448_31A088F5 X-CRM114-Status: UNSURE ( 8.34 ) 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 The main purpose of this series is to support the platform with PCC type3 and interrupt ack. At the same time, this series also fix some clean codes and modify the incorrect email domain name. --- v3: - remove inline tag of two wait_cmd_complete function. - delete variable 'ret' in hccs_wait_cmd_complete_by_irq() - add a new patch which fix incorrect email domain name in document. v2: - using a version specific structure to replace device version according to Jonathan's advice. - add a new patch that remove an unused blank line. Huisong Li (5): soc: hisilicon: kunpeng_hccs: Fix some incorrect format strings soc: hisilicon: kunpeng_hccs: Add failure log for no _CRS method soc: hisilicon: kunpeng_hccs: Remove an unused blank line doc: kunpeng_hccs: Fix incorrect email domain name soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack .../sysfs-devices-platform-kunpeng_hccs | 6 +- drivers/soc/hisilicon/kunpeng_hccs.c | 152 ++++++++++++++---- drivers/soc/hisilicon/kunpeng_hccs.h | 15 ++ 3 files changed, 137 insertions(+), 36 deletions(-)