From: "나소원/SOWON NA" <sowon.na@samsung.com>
To: <vkoul@kernel.org>
Cc: <krzk+dt@kernel.org>, <linux-kernel@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-samsung-soc@vger.kernel.org>,
<robh@kernel.org>, <krzk@kernel.org>, <conor+dt@kernel.org>,
<alim.akhtar@samsung.com>, <kishon@kernel.org>
Subject: RE: [PATCH v4 0/3] Support ExynosAutov920 ufs phy driver
Date: Mon, 13 Jan 2025 16:25:20 +0900 [thread overview]
Message-ID: <000001db658c$4dce63c0$e96b2b40$@samsung.com> (raw)
In-Reply-To: <20241226031142.1764652-1-sowon.na@samsung.com>
Hi Vinod,
> -----Original Message-----
> From: Sowon Na <sowon.na@samsung.com>
> Sent: Thursday, December 26, 2024 12:12 PM
> To: robh@kernel.org; krzk@kernel.org; conor+dt@kernel.org;
> vkoul@kernel.org; alim.akhtar@samsung.com; kishon@kernel.org
> Cc: krzk+dt@kernel.org; linux-kernel@vger.kernel.org;
> devicetree@vger.kernel.org; linux-samsung-soc@vger.kernel.org;
> sowon.na@samsung.com
> Subject: [PATCH v4 0/3] Support ExynosAutov920 ufs phy driver
>
> This patchset introduces ExynosAuto v920 SoC ufs phy driver as Generic PHY
> driver framework.
>
> Changes from v3:
> - Use lower case for all addresses
> - Add empty line between macro and function
>
> Changes from v2:
> - simplify function name from samsung_exynosautov920_ufs_phy_wait_cdr_lock
> to exynosautov920_ufs_phy_wait_cdr_lock
> - return immediately after getting the CDR lock
> - add comment for wait CDR lock
>
> Changes from v1:
> - use exynosautov920 instead of exynosauto to specify
> - remove obvious comment
> - change soc name as ExynosAutov920 to keep consistent
> - use macros instead of magic numbers
> - specify function name
> - add error handling for CDR lock failure
>
>
> Sowon Na (3):
> dt-bindings: phy: Add ExynosAutov920 UFS PHY bindings
> phy: samsung-ufs: support ExynosAutov920 ufs phy driver
> arm64: dts: exynosautov920: add ufs phy for ExynosAutov920 SoC
>
> .../bindings/phy/samsung,ufs-phy.yaml | 1 +
> .../arm64/boot/dts/exynos/exynosautov920.dtsi | 11 ++
> drivers/phy/samsung/Makefile | 1 +
> drivers/phy/samsung/phy-exynosautov920-ufs.c | 168 ++++++++++++++++++
> drivers/phy/samsung/phy-samsung-ufs.c | 9 +-
> drivers/phy/samsung/phy-samsung-ufs.h | 4 +
> 6 files changed, 191 insertions(+), 3 deletions(-) create mode 100644
> drivers/phy/samsung/phy-exynosautov920-ufs.c
>
> --
> 2.45.2
>
I can't see these patches in -next yet,
do let me know if anything is missing to be addressed from myside.
Best regards,
Sowon Na.
next prev parent reply other threads:[~2025-01-13 7:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20241226031145epcas2p4fa41b44749a7f675364437856d01a4c6@epcas2p4.samsung.com>
2024-12-26 3:11 ` [PATCH v4 0/3] Support ExynosAutov920 ufs phy driver Sowon Na
2024-12-26 3:11 ` [PATCH v4 1/3] dt-bindings: phy: Add ExynosAutov920 UFS PHY bindings Sowon Na
2024-12-26 3:11 ` [PATCH v4 2/3] phy: samsung-ufs: support ExynosAutov920 ufs phy driver Sowon Na
2024-12-26 3:11 ` [PATCH v4 3/3] arm64: dts: exynosautov920: add ufs phy for ExynosAutov920 SoC Sowon Na
2025-02-14 7:22 ` Krzysztof Kozlowski
2025-01-13 7:25 ` 나소원/SOWON NA [this message]
2025-02-05 4:32 ` [PATCH v4 0/3] Support ExynosAutov920 ufs phy driver Alim Akhtar
2025-02-05 7:28 ` Krzysztof Kozlowski
2025-02-13 18:17 ` (subset) " Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000001db658c$4dce63c0$e96b2b40$@samsung.com' \
--to=sowon.na@samsung.com \
--cc=alim.akhtar@samsung.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kishon@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh@kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.