All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Grant Likely <grant.likely@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-ide@vger.kernel.org
Subject: Re: [PATCH v3 0/2] phy: qcom: Add driver for QCOM APQ8064 SATA PHY
Date: Mon, 14 Jul 2014 16:00:16 +0530	[thread overview]
Message-ID: <53C3B138.2070006@ti.com> (raw)
In-Reply-To: <1405327664-27439-1-git-send-email-srinivas.kandagatla@linaro.org>



On Monday 14 July 2014 02:17 PM, Srinivas Kandagatla wrote:
> Hi Kishon,
> 
> First patch in this series adds support to the APQ8064 SATA PHY.
> Second patch updates the existing Kumar gala's device tree PHY bindings
> with APQ8064 soc specific compatible.
> 
> Eventhough there are two seperate drivers for both IPQ and APQ SOCs,
> the bindings are exactly same, so I did not create new bindings document.

Er.. create a separate binding.
> 
> Could you please pick these patches for v3.17.

Sure. please rebase to linux-phy next and re-send.

Thanks
Kishon
> 
> Changes since v2:
> 	- added usleep_range in poll timeout as discussed
> 		with Bartlomiej Zolnierkiewicz.
> 	- Added missing pdev_set_drvdata spotted by 
> 		Bartlomiej Zolnierkiewicz
> 
> Changes since v1:
> 	- included DT bindings in the series.
> 
> Thanks,
> srini
> 
> Srinivas Kandagatla (2):
>   phy: qcom: Add driver for QCOM APQ8064 SATA PHY
>   phy: qcom: Update APQ8064 PHY device tree bindings
> 
>  Documentation/devicetree/bindings/phy/qcom-phy.txt |   3 +-
>  drivers/phy/Kconfig                                |   7 +
>  drivers/phy/Makefile                               |   1 +
>  drivers/phy/phy-qcom-apq8064-sata.c                | 288 +++++++++++++++++++++
>  4 files changed, 298 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/phy/phy-qcom-apq8064-sata.c
> 

WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Grant Likely <grant.likely@linaro.org>,
	Rob Herring <robh+dt@kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-msm@vger.kernel.org>, <linux-ide@vger.kernel.org>
Subject: Re: [PATCH v3 0/2] phy: qcom: Add driver for QCOM APQ8064 SATA PHY
Date: Mon, 14 Jul 2014 16:00:16 +0530	[thread overview]
Message-ID: <53C3B138.2070006@ti.com> (raw)
In-Reply-To: <1405327664-27439-1-git-send-email-srinivas.kandagatla@linaro.org>



On Monday 14 July 2014 02:17 PM, Srinivas Kandagatla wrote:
> Hi Kishon,
> 
> First patch in this series adds support to the APQ8064 SATA PHY.
> Second patch updates the existing Kumar gala's device tree PHY bindings
> with APQ8064 soc specific compatible.
> 
> Eventhough there are two seperate drivers for both IPQ and APQ SOCs,
> the bindings are exactly same, so I did not create new bindings document.

Er.. create a separate binding.
> 
> Could you please pick these patches for v3.17.

Sure. please rebase to linux-phy next and re-send.

Thanks
Kishon
> 
> Changes since v2:
> 	- added usleep_range in poll timeout as discussed
> 		with Bartlomiej Zolnierkiewicz.
> 	- Added missing pdev_set_drvdata spotted by 
> 		Bartlomiej Zolnierkiewicz
> 
> Changes since v1:
> 	- included DT bindings in the series.
> 
> Thanks,
> srini
> 
> Srinivas Kandagatla (2):
>   phy: qcom: Add driver for QCOM APQ8064 SATA PHY
>   phy: qcom: Update APQ8064 PHY device tree bindings
> 
>  Documentation/devicetree/bindings/phy/qcom-phy.txt |   3 +-
>  drivers/phy/Kconfig                                |   7 +
>  drivers/phy/Makefile                               |   1 +
>  drivers/phy/phy-qcom-apq8064-sata.c                | 288 +++++++++++++++++++++
>  4 files changed, 298 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/phy/phy-qcom-apq8064-sata.c
> 

  parent reply	other threads:[~2014-07-14 10:30 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-23 18:00 [PATCH] phy: qcom: Add driver for QCOM APQ8064 SATA PHY Srinivas Kandagatla
2014-06-23 18:12 ` Kumar Gala
2014-06-23 18:38   ` Srinivas Kandagatla
2014-07-09  9:36 ` Srinivas Kandagatla
2014-07-09 10:08   ` Kishon Vijay Abraham I
2014-07-09 10:08     ` Kishon Vijay Abraham I
2014-07-09 11:03 ` [PATCH v2 0/2] Add Qcom AP8064 SATA PHY support Srinivas Kandagatla
2014-07-09 11:04   ` [PATCH v2 1/2] phy: qcom: Add driver for QCOM APQ8064 SATA PHY Srinivas Kandagatla
2014-07-11 12:38     ` Bartlomiej Zolnierkiewicz
2014-07-11 13:39       ` Srinivas Kandagatla
2014-07-11 14:33         ` Bartlomiej Zolnierkiewicz
2014-07-11 19:42           ` Srinivas Kandagatla
2014-07-09 11:04   ` [PATCH v2 2/2] phy: qcom: Update APQ8064 PHY device tree bindings Srinivas Kandagatla
2014-07-14  8:47   ` [PATCH v3 0/2] phy: qcom: Add driver for QCOM APQ8064 SATA PHY Srinivas Kandagatla
2014-07-14  8:48     ` [PATCH v3 1/2] " Srinivas Kandagatla
2014-07-14  8:48     ` [PATCH v3 2/2] phy: qcom: Update APQ8064 PHY device tree bindings Srinivas Kandagatla
2014-07-14 10:30     ` Kishon Vijay Abraham I [this message]
2014-07-14 10:30       ` [PATCH v3 0/2] phy: qcom: Add driver for QCOM APQ8064 SATA PHY Kishon Vijay Abraham I
2014-07-14 10:32       ` Srinivas Kandagatla
2014-07-14 11:17   ` [PATCH v4 " Srinivas Kandagatla
2014-07-14 11:17     ` [PATCH v4 1/2] " Srinivas Kandagatla
2014-07-15 16:56       ` Bartlomiej Zolnierkiewicz
2014-07-16  6:28         ` Srinivas Kandagatla
2014-07-14 11:18     ` [PATCH v4 2/2] phy: qcom: Add APQ8064 SATA PHY device tree bindings Srinivas Kandagatla
2014-07-14 10:53 ` [PATCH] phy: qcom: Add driver for QCOM APQ8064 SATA PHY kiran padwal

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=53C3B138.2070006@ti.com \
    --to=kishon@ti.com \
    --cc=grant.likely@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.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.