From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 03 Jun 2015 08:08:10 +0200 (CEST) Received: from comal.ext.ti.com ([198.47.26.152]:60425 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27006911AbbFCGIHq0rlY (ORCPT ); Wed, 3 Jun 2015 08:08:07 +0200 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id t5367rBf017101; Wed, 3 Jun 2015 01:07:53 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t5367qD0011835; Wed, 3 Jun 2015 01:07:53 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Wed, 3 Jun 2015 01:07:52 -0500 Received: from [172.24.190.82] (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id t5367maG029581; Wed, 3 Jun 2015 01:07:49 -0500 Message-ID: <556E99B4.6090307@ti.com> Date: Wed, 3 Jun 2015 11:37:48 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: <1428444258-25852-1-git-send-email-abrestic@chromium.org>, , Ralf Baechle CC: , James Hartley , Damien Horsley , Linux Kernel Mailing List , Andrew Bresticker Subject: Re: [PATCH V2 0/3] Pistachio USB2.0 PHY References: <1428444258-25852-1-git-send-email-abrestic@chromium.org> <5549083F.8080505@imgtec.com> <5550C06D.2010409@ti.com> In-Reply-To: <5550C06D.2010409@ti.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 47818 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: kishon@ti.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Monday 11 May 2015 08:15 PM, Kishon Vijay Abraham I wrote: > > > 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 >> >> Can we have your Ack for this series so Ralf can pick it? > > sure.. > > Acked-by: Kishon Vijay Abraham I I'm not sure if this has been merged yet. But this will cause conflicts with other PHY patches in Makefile and Kconfig when linus merges to his tree. I'd prefer the phy patches go in PHY tree itself. Thanks Kishon >> >> Thanks! >> Ezequiel >> >>> Cc: James Hartley >>> Cc: Damien Horsley >>> >>> 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 >>> >> From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from comal.ext.ti.com ([198.47.26.152]:60425 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27006911AbbFCGIHq0rlY (ORCPT ); Wed, 3 Jun 2015 08:08:07 +0200 Message-ID: <556E99B4.6090307@ti.com> Date: Wed, 3 Jun 2015 11:37:48 +0530 From: Kishon Vijay Abraham I MIME-Version: 1.0 Subject: Re: [PATCH V2 0/3] Pistachio USB2.0 PHY References: <1428444258-25852-1-git-send-email-abrestic@chromium.org> <5549083F.8080505@imgtec.com> <5550C06D.2010409@ti.com> In-Reply-To: <5550C06D.2010409@ti.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: 1428444258-25852-1-git-send-email-abrestic@chromium.org, linux-mips@linux-mips.org, Ralf Baechle Cc: devicetree@vger.kernel.org, James Hartley , Damien Horsley , Linux Kernel Mailing List Message-ID: <20150603060748.6qJGXwko5-wi3wLUh4RdB0O6Pk40caMYx7AGRzbOShk@z> On Monday 11 May 2015 08:15 PM, Kishon Vijay Abraham I wrote: > > > 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 >> >> Can we have your Ack for this series so Ralf can pick it? > > sure.. > > Acked-by: Kishon Vijay Abraham I I'm not sure if this has been merged yet. But this will cause conflicts with other PHY patches in Makefile and Kconfig when linus merges to his tree. I'd prefer the phy patches go in PHY tree itself. Thanks Kishon >> >> Thanks! >> Ezequiel >> >>> Cc: James Hartley >>> Cc: Damien Horsley >>> >>> 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 >>> >> From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH V2 0/3] Pistachio USB2.0 PHY Date: Wed, 3 Jun 2015 11:37:48 +0530 Message-ID: <556E99B4.6090307@ti.com> References: <1428444258-25852-1-git-send-email-abrestic@chromium.org> <5549083F.8080505@imgtec.com> <5550C06D.2010409@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5550C06D.2010409-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: 1428444258-25852-1-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, Ralf Baechle Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, James Hartley , Damien Horsley , Linux Kernel Mailing List , Andrew Bresticker List-Id: devicetree@vger.kernel.org On Monday 11 May 2015 08:15 PM, Kishon Vijay Abraham I wrote: > > > 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 >> >> Can we have your Ack for this series so Ralf can pick it? > > sure.. > > Acked-by: Kishon Vijay Abraham I I'm not sure if this has been merged yet. But this will cause conflicts with other PHY patches in Makefile and Kconfig when linus merges to his tree. I'd prefer the phy patches go in PHY tree itself. Thanks Kishon >> >> Thanks! >> Ezequiel >> >>> Cc: James Hartley >>> Cc: Damien Horsley >>> >>> 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 >>> >> -- 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