From: "Ramuthevar, Vadivel MuruganX" <vadivel.muruganx.ramuthevar@linux.intel.com>
To: linux-kernel@vger.kernel.org, kishon@ti.com, vkoul@kernel.org
Cc: devicetree@vger.kernel.org, robh+dt@kernel.org,
gregkh@linuxfoundation.org, p.zabel@pengutronix.de,
balbi@kernel.org, andriy.shevchenko@intel.com,
cheol.yong.kim@intel.com, qi-ming.wu@intel.com,
yin1.li@intel.com
Subject: Re: [PATCH v9 0/2] phy: Add USB PHY support on Intel LGM SoC
Date: Mon, 7 Sep 2020 11:48:23 +0800 [thread overview]
Message-ID: <e61406f7-8198-29c7-3dd4-c7960d19d3ce@linux.intel.com> (raw)
In-Reply-To: <20200828022312.52724-1-vadivel.muruganx.ramuthevar@linux.intel.com>
Hi Kishon, Vinod,
Kindly, can you please merge it if there's no further comments.
Rob given Reviewed-by tag to USB-PHY dt_schema YAML patch.
Philipp Zabel given Reviewed-by tag to USB-PHY driver patch.
Please consider and do the needful.
Regards
Vadivel
On 28/8/2020 10:23 am, Ramuthevar,Vadivel MuruganX wrote:
> The USB PHY provides the optimized for low power dissipation while active, idle, or on standby.
> Requires minimal external components, a single resistor, for best operation.
> Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable
> ---
> v9:
> - Vinod review comments update
> - remove depends on USB_SUPPORT
> - replace ret variable by 0 in return statement
> - replace dev_info by dev_dbg
> - handle ret and extcon_get_state separately
> v8-resend:
> - Correct the typo error in my previous patch
> v8:
> - Rebase to V5.9-rc1
> v7:
> - No Change
> v6:
> - No Change
> v5:
> - As per Felipe and Greg's suggestion usb phy driver reviewed patches
> changed the folder from drivers/usb/phy to drivers/phy
> - Reviewed-By tag added in commit message
> v4:
> - Andy's review comments addressed
> - drop the excess error debug prints
> - error check optimized
> - merge the split line to one line
> v3:
> - Andy's review comments update
> - hardcode return value changed to actual return value from the callee
> - add error check is fixed according to the above
> - correct the assignment in redundant
> - combine the split line into one line
> v2:
> - Address Phillip's review comments
> - replace devm_reset_control_get() by devm_reset_control_get_exclusive()
> - re-design the assert and deassert fucntion calls as per review comments
> - address kbuild bot warnings
> - add the comments
> v1:
> - initial version
> ---
> dt-bindings: usb: Add USB PHY support for Intel LGM SoC
> v9:
> - No Change
> v8-resend:
> - No change
> v8:
> - No Change
> v7:
> - Fixed the bot issue: usb-phy@e7e00000: '#phy-cells' is a required property
> v6:
> - Fixed the bot issue.
> - replace node-name by usb-phy@ in example
> v5:
> - Reviewed-By tag added
> v4:
> - No Change
> v3:
> - No Change
> v2:
> - No Change
> v1:
> - initial version
>
> Ramuthevar Vadivel Murugan (2):
> dt-bindings: phy: Add USB PHY support for Intel LGM SoC
> phy: Add USB3 PHY support for Intel LGM SoC
>
> .../devicetree/bindings/phy/intel,lgm-usb-phy.yaml | 58 +++++
> drivers/phy/Kconfig | 10 +
> drivers/phy/Makefile | 1 +
> drivers/phy/phy-lgm-usb.c | 281 +++++++++++++++++++++
> 4 files changed, 350 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/phy/intel,lgm-usb-phy.yaml
> create mode 100644 drivers/phy/phy-lgm-usb.c
>
next prev parent reply other threads:[~2020-09-07 3:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-28 2:23 [PATCH v9 0/2] phy: Add USB PHY support on Intel LGM SoC Ramuthevar,Vadivel MuruganX
2020-08-28 2:23 ` [PATCH v9 1/2] dt-bindings: phy: Add USB PHY support for " Ramuthevar,Vadivel MuruganX
2020-08-28 2:23 ` [PATCH v9 2/2] phy: Add USB3 " Ramuthevar,Vadivel MuruganX
2020-09-07 3:48 ` Ramuthevar, Vadivel MuruganX [this message]
2020-09-11 11:43 ` [PATCH v9 0/2] phy: Add USB PHY support on " 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=e61406f7-8198-29c7-3dd4-c7960d19d3ce@linux.intel.com \
--to=vadivel.muruganx.ramuthevar@linux.intel.com \
--cc=andriy.shevchenko@intel.com \
--cc=balbi@kernel.org \
--cc=cheol.yong.kim@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=qi-ming.wu@intel.com \
--cc=robh+dt@kernel.org \
--cc=vkoul@kernel.org \
--cc=yin1.li@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox