From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] phy: add the Berlin USB PHY driver
Date: Wed, 26 Nov 2014 16:43:53 +0100 [thread overview]
Message-ID: <5475F539.7070807@gmail.com> (raw)
In-Reply-To: <5475E2AE.6010905@ti.com>
On 11/26/2014 03:24 PM, Kishon Vijay Abraham I wrote:
> On Wednesday 26 November 2014 07:13 PM, Sebastian Hesselbarth wrote:
>> On 11/20/2014 10:53 PM, Sebastian Hesselbarth wrote:
>>> From: Antoine Tenart <antoine.tenart@free-electrons.com>
>>>
>>> Add the driver driving the Marvell Berlin USB PHY. This allows to
>>> initialize the PHY and to use it from the USB driver later.
>>>
>>> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
>>
>> Gentle ping.
>>
>> Kishon, anything wrong with these two patches?
>
> It's already queued in linux-phy next.
Oh, okay. Thanks for the heads-up. I thought you'd be sending
informational mails when queuing patches. Looks like I missed
this one.
Anyway, Thanks!
Sebastian
WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>
Cc: Antoine Tenart
<antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Grant Likely
<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/2] phy: add the Berlin USB PHY driver
Date: Wed, 26 Nov 2014 16:43:53 +0100 [thread overview]
Message-ID: <5475F539.7070807@gmail.com> (raw)
In-Reply-To: <5475E2AE.6010905-l0cyMroinI0@public.gmane.org>
On 11/26/2014 03:24 PM, Kishon Vijay Abraham I wrote:
> On Wednesday 26 November 2014 07:13 PM, Sebastian Hesselbarth wrote:
>> On 11/20/2014 10:53 PM, Sebastian Hesselbarth wrote:
>>> From: Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
>>>
>>> Add the driver driving the Marvell Berlin USB PHY. This allows to
>>> initialize the PHY and to use it from the USB driver later.
>>>
>>> Signed-off-by: Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
>>
>> Gentle ping.
>>
>> Kishon, anything wrong with these two patches?
>
> It's already queued in linux-phy next.
Oh, okay. Thanks for the heads-up. I thought you'd be sending
informational mails when queuing patches. Looks like I missed
this one.
Anyway, Thanks!
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Antoine Tenart <antoine.tenart@free-electrons.com>,
Grant Likely <grant.likely@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] phy: add the Berlin USB PHY driver
Date: Wed, 26 Nov 2014 16:43:53 +0100 [thread overview]
Message-ID: <5475F539.7070807@gmail.com> (raw)
In-Reply-To: <5475E2AE.6010905@ti.com>
On 11/26/2014 03:24 PM, Kishon Vijay Abraham I wrote:
> On Wednesday 26 November 2014 07:13 PM, Sebastian Hesselbarth wrote:
>> On 11/20/2014 10:53 PM, Sebastian Hesselbarth wrote:
>>> From: Antoine Tenart <antoine.tenart@free-electrons.com>
>>>
>>> Add the driver driving the Marvell Berlin USB PHY. This allows to
>>> initialize the PHY and to use it from the USB driver later.
>>>
>>> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
>>
>> Gentle ping.
>>
>> Kishon, anything wrong with these two patches?
>
> It's already queued in linux-phy next.
Oh, okay. Thanks for the heads-up. I thought you'd be sending
informational mails when queuing patches. Looks like I missed
this one.
Anyway, Thanks!
Sebastian
next prev parent reply other threads:[~2014-11-26 15:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 21:53 [PATCH 1/2] phy: add the Berlin USB PHY driver Sebastian Hesselbarth
2014-11-20 21:53 ` Sebastian Hesselbarth
2014-11-20 21:53 ` Sebastian Hesselbarth
2014-11-20 21:53 ` [PATCH 2/2] Documentation: bindings: add doc for the Berlin USB PHY Sebastian Hesselbarth
2014-11-20 21:53 ` Sebastian Hesselbarth
2014-11-20 21:53 ` Sebastian Hesselbarth
2014-11-26 13:43 ` [PATCH 1/2] phy: add the Berlin USB PHY driver Sebastian Hesselbarth
2014-11-26 13:43 ` Sebastian Hesselbarth
2014-11-26 13:43 ` Sebastian Hesselbarth
2014-11-26 14:24 ` Kishon Vijay Abraham I
2014-11-26 14:24 ` Kishon Vijay Abraham I
2014-11-26 14:24 ` Kishon Vijay Abraham I
2014-11-26 15:43 ` Sebastian Hesselbarth [this message]
2014-11-26 15:43 ` Sebastian Hesselbarth
2014-11-26 15:43 ` Sebastian Hesselbarth
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=5475F539.7070807@gmail.com \
--to=sebastian.hesselbarth@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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.