All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Vivek Gautam <vivek.gautam@codeaurora.org>
Cc: kishon@ti.com, robh+dt@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	mark.rutland@arm.com, bjorn.andersson@linaro.org,
	srinivas.kandagatla@linaro.org
Subject: Re: [PATCH V7 4/4] phy: qcom-qmp: new qmp phy driver for qcom-chipsets
Date: Wed, 5 Apr 2017 15:51:30 -0700	[thread overview]
Message-ID: <20170405225130.GN7065@codeaurora.org> (raw)
In-Reply-To: <1491395558-16902-5-git-send-email-vivek.gautam@codeaurora.org>

On 04/05, Vivek Gautam wrote:
> Qualcomm SOCs have QMP phy controller that provides support
> to a number of controller, viz. PCIe, UFS, and USB.
> Add a new driver, based on generic phy framework, for this
> phy controller.
> 
> Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
> Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---

Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V7 4/4] phy: qcom-qmp: new qmp phy driver for qcom-chipsets
Date: Wed, 5 Apr 2017 15:51:30 -0700	[thread overview]
Message-ID: <20170405225130.GN7065@codeaurora.org> (raw)
In-Reply-To: <1491395558-16902-5-git-send-email-vivek.gautam@codeaurora.org>

On 04/05, Vivek Gautam wrote:
> Qualcomm SOCs have QMP phy controller that provides support
> to a number of controller, viz. PCIe, UFS, and USB.
> Add a new driver, based on generic phy framework, for this
> phy controller.
> 
> Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
> Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---

Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

  reply	other threads:[~2017-04-05 22:51 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 12:32 [PATCH V7 0/4] phy: USB and PCIe phy drivers for Qcom chipsets Vivek Gautam
2017-04-05 12:32 ` Vivek Gautam
2017-04-05 12:32 ` Vivek Gautam
2017-04-05 12:32 ` [PATCH V7 1/4] dt-bindings: phy: Add support for QUSB2 phy Vivek Gautam
2017-04-05 12:32   ` Vivek Gautam
2017-04-05 12:32   ` Vivek Gautam
2017-04-05 22:48   ` Stephen Boyd
2017-04-05 22:48     ` Stephen Boyd
2017-04-05 12:32 ` [PATCH V7 2/4] phy: qcom-qusb2: New driver for QUSB2 PHY on Qcom chips Vivek Gautam
2017-04-05 12:32   ` Vivek Gautam
2017-04-05 12:32   ` Vivek Gautam
2017-04-05 12:32 ` [PATCH V7 3/4] dt-bindings: phy: Add support for QMP phy Vivek Gautam
2017-04-05 12:32   ` Vivek Gautam
2017-04-05 12:32   ` Vivek Gautam
     [not found]   ` <1491395558-16902-4-git-send-email-vivek.gautam-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-04-05 22:50     ` Stephen Boyd
2017-04-05 22:50       ` Stephen Boyd
2017-04-05 22:50       ` Stephen Boyd
2017-04-05 12:32 ` [PATCH V7 4/4] phy: qcom-qmp: new qmp phy driver for qcom-chipsets Vivek Gautam
2017-04-05 12:32   ` Vivek Gautam
2017-04-05 12:32   ` Vivek Gautam
2017-04-05 22:51   ` Stephen Boyd [this message]
2017-04-05 22:51     ` Stephen Boyd
2017-04-05 13:38 ` [PATCH V7 0/4] phy: USB and PCIe phy drivers for Qcom chipsets Kishon Vijay Abraham I
2017-04-05 13:38   ` Kishon Vijay Abraham I
2017-04-05 13:38   ` Kishon Vijay Abraham I
2017-04-05 15:24   ` Vivek Gautam
2017-04-05 15:24     ` Vivek Gautam
2017-04-05 15:24     ` Vivek Gautam

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=20170405225130.GN7065@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=vivek.gautam@codeaurora.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.