Message ID | cover.1741179611.git.geert+renesas@glider.be (mailing list archive) |
---|---|
Headers | show
Received: from cantor.telenet-ops.be (cantor.telenet-ops.be [195.130.132.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 175A024A057 for <linux-renesas-soc@vger.kernel.org>; Wed, 5 Mar 2025 13:34:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.48 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741181677; cv=none; b=cwpyD1KnG5Ke3PjiZ2KyPQK1oPupYUCLo7jYNixAn94rbGbyi9uUhkV3pJSdAU4zaSBWXUiMP6YcAIZimzLFhpT6sKZDQGQAcmrIqj5/c5Mtt/yjMO/1AlPMhTcerhl5RIA6cIW1qMvaMZmdQxLWKreklNyHyiSpI+EtFPhKFgg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741181677; c=relaxed/simple; bh=hLoRlqyS+e+uGVZDKx7s0osOIjH8n6sXEfL9c8+Q+ck=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=uCAQRqTQHCcph58Qp5Cf3gpgTW5+grDWEqBS3zizOXj3MKOX4RAXOY2JDTqz8IKT0/cKUEX630EmotEleax0DB7coI7rWDdVx/HgoOmZjAj5Ve7UO3fEIb77Dew+YQEHnoO988W82IJ5bXnB7ly6W83RwChQsSO8peaV9RcybI0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.48 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by cantor.telenet-ops.be (Postfix) with ESMTPS id 4Z7D6v36XNz4x3G1 for <linux-renesas-soc@vger.kernel.org>; Wed, 05 Mar 2025 14:34:31 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:fba:8cad:3d23:9db3]) by albert.telenet-ops.be with cmsmtp id M1aL2E00D0exi8p061aLDL; Wed, 05 Mar 2025 14:34:23 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.97) (envelope-from <geert@linux-m68k.org>) id 1tposn-0000000Cv3p-0vwh; Wed, 05 Mar 2025 14:34:18 +0100 Received: from geert by rox.of.borg with local (Exim 4.97) (envelope-from <geert@linux-m68k.org>) id 1tpot8-00000008woK-16wH; Wed, 05 Mar 2025 14:34:18 +0100 From: Geert Uytterhoeven <geert+renesas@glider.be> To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>, "James E . J . Bottomley" <James.Bottomley@HansenPartnership.com>, "Martin K . Petersen" <martin.petersen@oracle.com>, Alim Akhtar <alim.akhtar@samsung.com>, Avri Altman <avri.altman@wdc.com>, Bart Van Assche <bvanassche@acm.org>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org> Cc: linux-scsi@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven <geert+renesas@glider.be> Subject: [PATCH v3 0/7] scsi: ufs: renesas: Add support for R-Car S4-8 ES1.2 Date: Wed, 5 Mar 2025 14:34:08 +0100 Message-ID: <cover.1741179611.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: <linux-renesas-soc.vger.kernel.org> List-Subscribe: <mailto:linux-renesas-soc+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-renesas-soc+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
scsi: ufs: renesas: Add support for R-Car S4-8 ES1.2
|
expand
|
Geert, > Initialization of the UFS controller on R-Car S4-8 ES1.0 requires only > static values. However, other UFS controller variants (R-Car S4-8 ES > 1.2) require dynamic values, like those obtained from E-FUSE, and > downloading firmware. Applied to 6.15/scsi-staging, thanks!