From patchwork Fri Dec 8 07:22:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Xu X-Patchwork-Id: 13484962 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 03A9EC4167B for ; Fri, 8 Dec 2023 07:22:35 +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:Subject:CC:To:MIME-Version:From:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Ydxmi9ZOcsubwXyGl4Vucxe4ELQC1yIFpcpqDqHojIM=; b=vNhnYx8nrvFxDy opNxwVka3RvIbyFAOZ+d4tLWlyCSWABorsehBeIkqw8ytEywsZT0aQC/FlqcM/7awQy717UpNkQ9y qupOUXTd0KjRi6db+S5qQix09A8/JkdUeBSVGAivgj2nlSUCFGt3hteUzwYOa8PPQUgpSEVITxxUc MSsMhEziuwaOOaNLPqFIb2Nbjfm1sP9T9h2LxNHYOhLnYnWaGoJnjCzUzm3TuSyFg2EHyxIuaDb3R iemZu3dc4RuKSB7yuvRnZJMhM9Or2ps64O9mcHGOyyYDmfsydVJ981kzdeZRqsyNfUDGvCfAySgUh pWjdn56skHcNIQb5pzow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rBVBb-00Ewjy-05; Fri, 08 Dec 2023 07:22:11 +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 1rBVBY-00EwjS-1d for linux-arm-kernel@lists.infradead.org; Fri, 08 Dec 2023 07:22:09 +0000 Received: from kwepemd100008.china.huawei.com (unknown [172.30.72.56]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4SmjJB36xPz14LDV; Fri, 8 Dec 2023 15:22:02 +0800 (CST) Received: from [10.67.121.2] (10.67.121.2) by kwepemd100008.china.huawei.com (7.221.188.193) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.1258.28; Fri, 8 Dec 2023 15:22:03 +0800 Message-ID: <6572C41B.6050703@hisilicon.com> Date: Fri, 8 Dec 2023 15:22:03 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: , CC: , Olof Johansson , Arnd Bergmann , , , , , , , , , , , "lihuisong (C)" Subject: [GIT,PULL] hisilicon: driver updates for v6.8 X-Originating-IP: [10.67.121.2] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemd100008.china.huawei.com (7.221.188.193) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231207_232208_731397_4715025E X-CRM114-Status: UNSURE ( 4.89 ) 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 Hi ARM SoC maintainers, Please consider to pull the following changes. Thanks! Best Regards, Wei --- The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: https://github.com/hisilicon/linux-hisi.git tags/hisi-drivers-for-6.8 for you to fetch changes up to be2f78a8a638e71bbbc2109bc052524143e8f42a: soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interrupt ack (2023-12-07 06:16:35 +0000) ---------------------------------------------------------------- HiSilicon driver updates for v6.8 - Add support for the platform with PCC type3 and interrupt ack - Few cleanups and improvements: correct the format of some strings and domain typo, add failure log ---------------------------------------------------------------- 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 .../testing/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(-)