From: Kishon Vijay Abraham I <kishon@ti.com>
To: <1428444258-25852-1-git-send-email-abrestic@chromium.org>,
<linux-mips@linux-mips.org>, Ralf Baechle <ralf@linux-mips.org>
Cc: <devicetree@vger.kernel.org>,
James Hartley <james.hartley@imgtec.com>,
Damien Horsley <Damien.Horsley@imgtec.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Bresticker <abrestic@chromium.org>
Subject: Re: [PATCH V2 0/3] Pistachio USB2.0 PHY
Date: Mon, 11 May 2015 20:15:01 +0530 [thread overview]
Message-ID: <5550C06D.2010409@ti.com> (raw)
In-Reply-To: <5549083F.8080505@imgtec.com>
On Tuesday 05 May 2015 11:43 PM, Ezequiel Garcia wrote:
> Hi Kishon,
>
>>
>> This series adds support for the USB2.0 PHY present on the IMG Pistachio SoC.
>>
>> Based on mips-for-linux-next and tested on the IMG Pistachio BuB. If possible,
>> I'd like this to go through the MIPS tree with Kishon's ACK.
>>
>
> Tested-by: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
>
> Can we have your Ack for this series so Ralf can pick it?
sure..
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
>
> Thanks!
> Ezequiel
>
>> Cc: James Hartley <james.hartley@imgtec.com>
>> Cc: Damien Horsley <Damien.Horsley@imgtec.com>
>>
>> Changes from v1:
>> - Added patch to enable PHY driver in pistachio_defconfig
>> - Fixed a couple of spelling errors
>>
>> Andrew Bresticker (3):
>> phy: Add binding document for Pistachio USB2.0 PHY
>> phy: Add driver for Pistachio USB2.0 PHY
>> MIPS: pistachio: Enable USB PHY driver in defconfig
>>
>> .../devicetree/bindings/phy/pistachio-usb-phy.txt | 29 +++
>> arch/mips/configs/pistachio_defconfig | 1 +
>> drivers/phy/Kconfig | 7 +
>> drivers/phy/Makefile | 1 +
>> drivers/phy/phy-pistachio-usb.c | 206 +++++++++++++++++++++
>> include/dt-bindings/phy/phy-pistachio-usb.h | 16 ++
>> 6 files changed, 260 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/phy/pistachio-usb-phy.txt
>> create mode 100644 drivers/phy/phy-pistachio-usb.c
>> create mode 100644 include/dt-bindings/phy/phy-pistachio-usb.h
>>
>> --
>> 2.2.0.rc0.207.ga3a616c
>>
>
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: 1428444258-25852-1-git-send-email-abrestic@chromium.org,
linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>
Cc: devicetree@vger.kernel.org,
James Hartley <james.hartley@imgtec.com>,
Damien Horsley <Damien.Horsley@imgtec.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH V2 0/3] Pistachio USB2.0 PHY
Date: Mon, 11 May 2015 20:15:01 +0530 [thread overview]
Message-ID: <5550C06D.2010409@ti.com> (raw)
Message-ID: <20150511144501.Pu1dU2hvucnaC91c8bGWESUbPA_fOXxZ80uPuDaVWCI@z> (raw)
In-Reply-To: <5549083F.8080505@imgtec.com>
On Tuesday 05 May 2015 11:43 PM, Ezequiel Garcia wrote:
> Hi Kishon,
>
>>
>> This series adds support for the USB2.0 PHY present on the IMG Pistachio SoC.
>>
>> Based on mips-for-linux-next and tested on the IMG Pistachio BuB. If possible,
>> I'd like this to go through the MIPS tree with Kishon's ACK.
>>
>
> Tested-by: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
>
> Can we have your Ack for this series so Ralf can pick it?
sure..
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
>
> Thanks!
> Ezequiel
>
>> Cc: James Hartley <james.hartley@imgtec.com>
>> Cc: Damien Horsley <Damien.Horsley@imgtec.com>
>>
>> Changes from v1:
>> - Added patch to enable PHY driver in pistachio_defconfig
>> - Fixed a couple of spelling errors
>>
>> Andrew Bresticker (3):
>> phy: Add binding document for Pistachio USB2.0 PHY
>> phy: Add driver for Pistachio USB2.0 PHY
>> MIPS: pistachio: Enable USB PHY driver in defconfig
>>
>> .../devicetree/bindings/phy/pistachio-usb-phy.txt | 29 +++
>> arch/mips/configs/pistachio_defconfig | 1 +
>> drivers/phy/Kconfig | 7 +
>> drivers/phy/Makefile | 1 +
>> drivers/phy/phy-pistachio-usb.c | 206 +++++++++++++++++++++
>> include/dt-bindings/phy/phy-pistachio-usb.h | 16 ++
>> 6 files changed, 260 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/phy/pistachio-usb-phy.txt
>> create mode 100644 drivers/phy/phy-pistachio-usb.c
>> create mode 100644 include/dt-bindings/phy/phy-pistachio-usb.h
>>
>> --
>> 2.2.0.rc0.207.ga3a616c
>>
>
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: 1428444258-25852-1-git-send-email-abrestic@chromium.org,
linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>
Cc: devicetree@vger.kernel.org,
James Hartley <james.hartley@imgtec.com>,
Damien Horsley <Damien.Horsley@imgtec.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Bresticker <abrestic@chromium.org>
Subject: Re: [PATCH V2 0/3] Pistachio USB2.0 PHY
Date: Mon, 11 May 2015 20:15:01 +0530 [thread overview]
Message-ID: <5550C06D.2010409@ti.com> (raw)
In-Reply-To: <5549083F.8080505@imgtec.com>
On Tuesday 05 May 2015 11:43 PM, Ezequiel Garcia wrote:
> Hi Kishon,
>
>>
>> This series adds support for the USB2.0 PHY present on the IMG Pistachio SoC.
>>
>> Based on mips-for-linux-next and tested on the IMG Pistachio BuB. If possible,
>> I'd like this to go through the MIPS tree with Kishon's ACK.
>>
>
> Tested-by: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
>
> Can we have your Ack for this series so Ralf can pick it?
sure..
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
>
> Thanks!
> Ezequiel
>
>> Cc: James Hartley <james.hartley@imgtec.com>
>> Cc: Damien Horsley <Damien.Horsley@imgtec.com>
>>
>> Changes from v1:
>> - Added patch to enable PHY driver in pistachio_defconfig
>> - Fixed a couple of spelling errors
>>
>> Andrew Bresticker (3):
>> phy: Add binding document for Pistachio USB2.0 PHY
>> phy: Add driver for Pistachio USB2.0 PHY
>> MIPS: pistachio: Enable USB PHY driver in defconfig
>>
>> .../devicetree/bindings/phy/pistachio-usb-phy.txt | 29 +++
>> arch/mips/configs/pistachio_defconfig | 1 +
>> drivers/phy/Kconfig | 7 +
>> drivers/phy/Makefile | 1 +
>> drivers/phy/phy-pistachio-usb.c | 206 +++++++++++++++++++++
>> include/dt-bindings/phy/phy-pistachio-usb.h | 16 ++
>> 6 files changed, 260 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/phy/pistachio-usb-phy.txt
>> create mode 100644 drivers/phy/phy-pistachio-usb.c
>> create mode 100644 include/dt-bindings/phy/phy-pistachio-usb.h
>>
>> --
>> 2.2.0.rc0.207.ga3a616c
>>
>
next prev parent reply other threads:[~2015-05-11 14:45 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-07 22:04 [PATCH V2 0/3] Pistachio USB2.0 PHY Andrew Bresticker
2015-04-07 22:04 ` [PATCH V2 1/3] phy: Add binding document for " Andrew Bresticker
2015-05-05 22:01 ` James Hogan
2015-05-05 22:01 ` James Hogan
2015-05-05 22:01 ` James Hogan
2015-05-05 22:16 ` Andrew Bresticker
2015-05-05 22:43 ` James Hogan
2015-05-05 22:43 ` James Hogan
2015-05-05 23:09 ` Andrew Bresticker
2015-05-05 23:09 ` Andrew Bresticker
2015-05-05 23:35 ` James Hogan
2015-05-06 1:06 ` Andrew Bresticker
2015-05-06 1:06 ` Andrew Bresticker
2015-05-06 8:25 ` James Hogan
2015-05-06 8:25 ` James Hogan
2015-04-07 22:04 ` [PATCH V2 2/3] phy: Add driver " Andrew Bresticker
2015-04-07 22:04 ` Andrew Bresticker
2015-04-07 22:04 ` [PATCH V2 3/3] MIPS: pistachio: Enable USB PHY driver in defconfig Andrew Bresticker
[not found] ` <CAL1qeaE0+aMLBgk8SKgJ3fXm==M2-Z_yEPYNVZ0yxSee-p7YOw@mail.gmail.com>
2015-05-05 18:13 ` [PATCH V2 0/3] Pistachio USB2.0 PHY Ezequiel Garcia
2015-05-05 18:13 ` Ezequiel Garcia
2015-05-11 14:45 ` Kishon Vijay Abraham I [this message]
2015-05-11 14:45 ` Kishon Vijay Abraham I
2015-05-11 14:45 ` Kishon Vijay Abraham I
2015-05-18 19:58 ` Andrew Bresticker
2015-06-03 6:07 ` Kishon Vijay Abraham I
2015-06-03 6:07 ` Kishon Vijay Abraham I
2015-06-03 6:07 ` Kishon Vijay Abraham I
2015-06-03 15:44 ` Andrew Bresticker
2015-06-03 15:44 ` Andrew Bresticker
2015-06-03 15:47 ` Andrew Bresticker
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=5550C06D.2010409@ti.com \
--to=kishon@ti.com \
--cc=1428444258-25852-1-git-send-email-abrestic@chromium.org \
--cc=Damien.Horsley@imgtec.com \
--cc=abrestic@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=james.hartley@imgtec.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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.