From: Kishon Vijay Abraham I <kishon@ti.com>
To: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Cc: Kamil Debski <k.debski@samsung.com>,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
kyungmin.park@samsung.com, t.figa@samsung.com,
s.nawrocki@samsung.com, m.szyprowski@samsung.com,
gautam.vivek@samsung.com, mat.krawczuk@gmail.com,
yulgon.kim@samsung.com, p.paneri@samsung.com,
av.tikhomirov@samsung.com, jg1.han@samsung.com,
galak@codeaurora.org, matt.porter@linaro.org,
stern@rowland.harvard.edu, sander@humilis.net
Subject: Re: [PATCH v10 2/4] phy: core: Add devm_of_phy_get to phy-core
Date: Sat, 8 Mar 2014 12:52:22 +0530 [thread overview]
Message-ID: <531AC52E.3010402@ti.com> (raw)
In-Reply-To: <531A1F5A.7060504@math.uni-bielefeld.de>
Tobias,
On Saturday 08 March 2014 01:04 AM, Tobias Jakobi wrote:
> Kamil Debski wrote:
>> Adding devm_of_phy_get will allow to get phys by supplying a
>> pointer to the struct device_node instead of struct device.
>>
>> Signed-off-by: Kamil Debski <k.debski@samsung.com>
>> ---
>> drivers/phy/phy-core.c | 31 +++++++++++++++++++++++++++++++
>> include/linux/phy/phy.h | 8 ++++++++
>> 2 files changed, 39 insertions(+)
> Tested-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Thanks for testing these patches. However I've already queued all these
patches so won't be able to add your 'Tested-by' :-s
Thanks
Kishon
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Cc: Kamil Debski <k.debski@samsung.com>,
<linux-kernel@vger.kernel.org>,
<linux-samsung-soc@vger.kernel.org>, <linux-usb@vger.kernel.org>,
<devicetree@vger.kernel.org>, <kyungmin.park@samsung.com>,
<t.figa@samsung.com>, <s.nawrocki@samsung.com>,
<m.szyprowski@samsung.com>, <gautam.vivek@samsung.com>,
<mat.krawczuk@gmail.com>, <yulgon.kim@samsung.com>,
<p.paneri@samsung.com>, <av.tikhomirov@samsung.com>,
<jg1.han@samsung.com>, <galak@codeaurora.org>,
<matt.porter@linaro.org>, <stern@rowland.harvard.edu>,
<sander@humilis.net>
Subject: Re: [PATCH v10 2/4] phy: core: Add devm_of_phy_get to phy-core
Date: Sat, 8 Mar 2014 12:52:22 +0530 [thread overview]
Message-ID: <531AC52E.3010402@ti.com> (raw)
In-Reply-To: <531A1F5A.7060504@math.uni-bielefeld.de>
Tobias,
On Saturday 08 March 2014 01:04 AM, Tobias Jakobi wrote:
> Kamil Debski wrote:
>> Adding devm_of_phy_get will allow to get phys by supplying a
>> pointer to the struct device_node instead of struct device.
>>
>> Signed-off-by: Kamil Debski <k.debski@samsung.com>
>> ---
>> drivers/phy/phy-core.c | 31 +++++++++++++++++++++++++++++++
>> include/linux/phy/phy.h | 8 ++++++++
>> 2 files changed, 39 insertions(+)
> Tested-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Thanks for testing these patches. However I've already queued all these
patches so won't be able to add your 'Tested-by' :-s
Thanks
Kishon
next prev parent reply other threads:[~2014-03-08 7:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-06 11:16 [PATCH v10 0/4] phy: Add new Exynos USB 2.0 PHY driver Kamil Debski
2014-03-06 11:16 ` [PATCH v10 1/4] phy: core: Add an exported of_phy_get function Kamil Debski
2014-03-07 19:34 ` Tobias Jakobi
2014-03-06 11:16 ` [PATCH v10 2/4] phy: core: Add devm_of_phy_get to phy-core Kamil Debski
2014-03-07 19:34 ` Tobias Jakobi
2014-03-08 7:22 ` Kishon Vijay Abraham I [this message]
2014-03-08 7:22 ` Kishon Vijay Abraham I
2014-03-06 11:16 ` [PATCH v10 3/4] phy: Add new Exynos USB 2.0 PHY driver Kamil Debski
2014-03-07 19:35 ` Tobias Jakobi
2014-03-06 11:16 ` [PATCH v10 4/4] phy: Add Exynos 5250 support to the " Kamil Debski
2014-03-07 19:36 ` Tobias Jakobi
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=531AC52E.3010402@ti.com \
--to=kishon@ti.com \
--cc=av.tikhomirov@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=gautam.vivek@samsung.com \
--cc=jg1.han@samsung.com \
--cc=k.debski@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mat.krawczuk@gmail.com \
--cc=matt.porter@linaro.org \
--cc=p.paneri@samsung.com \
--cc=s.nawrocki@samsung.com \
--cc=sander@humilis.net \
--cc=stern@rowland.harvard.edu \
--cc=t.figa@samsung.com \
--cc=tjakobi@math.uni-bielefeld.de \
--cc=yulgon.kim@samsung.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 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.