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 9FC82C44512 for ; Thu, 16 Jul 2026 21:26:09 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=eiDEhMo+HqHvaBEnFuaXNAKRmIkgif/DS5hb9mo+MjM=; b=q5HFAL59IgZalK Ue3Nl4KgADc7od7jk2TvjWpUlBUoGKr9Tgg3beUidWvhGmD//qAclgYPB2kDow0dbJAZ9qdPvP1Fj NLK6RDDGDXHtsZdXGEitP9M1C2gZnfU3PsGrWPrUnaLHykuBR1B7ftVZXWzmCm/YlF9GtaPfIMDyH gN9XkNWSqZTLQ/eqZcNibh9+t9NeVjV9UXyXCFoaIKE//4XiM7tHNPR5PNbpwYDE3bJ6BYuer1MGe qan14yg94X4HHuDiwSqFCSEfa8Py6YknVdxEgGH9cK34nFU+dytQEebV74ISq96jSeHB3fqBHwcfq rzXdFyw3D+zm2brbOB3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wkTad-00000000boV-2Jqe; Thu, 16 Jul 2026 21:25:55 +0000 Received: from hall.aurel32.net ([2001:bc8:30d7:100::1]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wkTaa-00000000bnP-2mGT for linux-riscv@lists.infradead.org; Thu, 16 Jul 2026 21:25:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aurel32.net ; s=202004.hall; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Content-Transfer-Encoding:From:Reply-To: Subject:Content-ID:Content-Description:X-Debbugs-Cc; bh=Y8FmT3HFXYrk7ENIeJmg/IEGhGheqHbxiOlmgGR4eeg=; b=kuZSNqinHgO/Dm3HClMp8Ov6IC w6kFqOnw8//ls3jFHL+wGJf08JAxkBoYBOMHnAFRE9a8KkUREq0/m5PUNHBPC2eeL3Bo9g+JbeCSh Iiflw9EBswXxu6mO9kaWyy03IlbR1FHOUrqxp2OnNWqos2Hoi1CqLMJXS+dx6snx66uWbBjoTStlv aoD+DxwNC+fTvoNB3N9YxAFxBoyYMy7SDd4VrMR0gE4IvsuvpwJuP5vz2hFmmDp3QM70xDWYHjSJk B/fBt+P/+wIj8ZcyxE/vnVu6sUY2A91PgFkfi09iZyBUBxqdc86WImYVjgS/Y9TAeevJLro9xQnFP v9uWQnWQ==; Received: from authenticated user by hall.aurel32.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wkTaH-00000003G8E-06mV; Thu, 16 Jul 2026 23:25:33 +0200 Date: Thu, 16 Jul 2026 23:25:32 +0200 From: Aurelien Jarno To: Yixun Lan Cc: Alim Akhtar , Avri Altman , Bart Van Assche , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "James E.J. Bottomley" , "Martin K. Petersen" , Philipp Zabel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , linux-scsi@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] scsi: ufs: spacemit: k3: Add UFS Host Controller driver Message-ID: Mail-Followup-To: Yixun Lan , Alim Akhtar , Avri Altman , Bart Van Assche , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "James E.J. Bottomley" , "Martin K. Petersen" , Philipp Zabel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , linux-scsi@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org References: <20260702-08-k3-ufs-support-v1-0-1a64a3ab128f@kernel.org> <20260702-08-k3-ufs-support-v1-2-1a64a3ab128f@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260702-08-k3-ufs-support-v1-2-1a64a3ab128f@kernel.org> User-Agent: Mutt/2.2.13 (2024-03-09) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260716_142552_706050_F4E872A8 X-CRM114-Status: UNSURE ( 8.34 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On 2026-07-02 02:31, Yixun Lan wrote: > SpacemiT K3 SoC consist of UFS (Universal Flash Storage) Host Controller > which has features compatible with JEDEC UFS 2.2, MIPI UniPro v1.61 and > M-PHY v3.0 standard. > > Signed-off-by: Yixun Lan > --- > drivers/ufs/host/Kconfig | 12 + > drivers/ufs/host/Makefile | 1 + > drivers/ufs/host/ufs-spacemit.c | 931 ++++++++++++++++++++++++++++++++++++++++ > drivers/ufs/host/ufs-spacemit.h | 90 ++++ > 4 files changed, 1034 insertions(+) Tested-by: Aurelien Jarno -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurelien@aurel32.net http://aurel32.net _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv