From patchwork Fri Aug 11 09:56:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Xu X-Patchwork-Id: 13350347 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 2D603C0015E for ; Fri, 11 Aug 2023 09:57:29 +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=B1siuOUwibetXiRnCF55l/4Gjs4uO7QmRmiCUkcq5Mk=; b=vrvSALiNm+9w6G c/rU2JYLkkQPjY6RuaVzMAz1ZUCmN1s9fHFqEDUREnfqb57sVUa3J3UDDHaqu+PpkkHM3zI7ZN+f7 Z1xcMIGXpEkAPH7C8/Ejql8tfOmE+VLG4mZTEESHILklpd4NAmIgsiL9upkuTocxSSrfj8Af32X0n LYAjsQEQWDBgQJtE1VkY5XhbQq04gGqEeoqSshXWRgC+IGhTSgGSpqWCfw4OpiztpB+4CqwLjvdEz oj7CPic3Jkek1S/V1a9Qe1egYiy6PXNemJhLjdq8pPbiAZTGdWEPDmQcwH08MPoRcOEnfyU7/iCbf Wc3aoZupOt5lkNKUDq3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qUOt9-00A4OW-1k; Fri, 11 Aug 2023 09:56:59 +0000 Received: from szxga08-in.huawei.com ([45.249.212.255]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qUOt5-00A4NK-1L for linux-arm-kernel@lists.infradead.org; Fri, 11 Aug 2023 09:56:57 +0000 Received: from kwepemi500011.china.huawei.com (unknown [172.30.72.55]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4RMfLF5dDVz1L8wW; Fri, 11 Aug 2023 17:55:33 +0800 (CST) Received: from [10.67.103.39] (10.67.103.39) by kwepemi500011.china.huawei.com (7.221.188.124) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Fri, 11 Aug 2023 17:56:46 +0800 Message-ID: <64D605DE.2070303@hisilicon.com> Date: Fri, 11 Aug 2023 17:56:46 +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)" , Krzysztof Kozlowski , , Subject: [GIT,PULL] hisilicon: driver updates for v6.6 X-Originating-IP: [10.67.103.39] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemi500011.china.huawei.com (7.221.188.124) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230811_025655_647324_0C20F9E8 X-CRM114-Status: UNSURE ( 7.25 ) 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: https://github.com/hisilicon/linux-hisi.git tags/hisi-drivers-for-6.6 for you to fetch changes up to b51022b416f5be113cd5345a2cab287d78e6b74c: doc: soc: hisilicon: Add Kunpeng HCCS driver documentation (2023-08-08 12:36:31 +0000) ---------------------------------------------------------------- HiSilicon driver updates for v6.6 - Add HCCS driver for HiSilicon Kunpeng SoC and document the sysfs description ---------------------------------------------------------------- Huisong Li (3): soc: hisilicon: Support HCCS driver on Kunpeng SoC soc: hisilicon: add sysfs entry to query information of HCCS doc: soc: hisilicon: Add Kunpeng HCCS driver documentation .../testing/sysfs-devices-platform-kunpeng_hccs | 81 ++ MAINTAINERS | 7 + drivers/soc/Kconfig | 1 + drivers/soc/Makefile | 1 + drivers/soc/hisilicon/Kconfig | 20 + drivers/soc/hisilicon/Makefile | 2 + drivers/soc/hisilicon/kunpeng_hccs.c | 1275 ++++++++++++++++++++ drivers/soc/hisilicon/kunpeng_hccs.h | 191 +++ 8 files changed, 1578 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-devices-platform-kunpeng_hccs create mode 100644 drivers/soc/hisilicon/Kconfig create mode 100644 drivers/soc/hisilicon/Makefile create mode 100644 drivers/soc/hisilicon/kunpeng_hccs.c create mode 100644 drivers/soc/hisilicon/kunpeng_hccs.h