Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753133AbbEKOpU (ORCPT ); Mon, 11 May 2015 10:45:20 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:59116 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751373AbbEKOpR (ORCPT ); Mon, 11 May 2015 10:45:17 -0400 Message-ID: <5550C06D.2010409@ti.com> Date: Mon, 11 May 2015 20:15:01 +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> In-Reply-To: <5549083F.8080505@imgtec.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1874 Lines: 55 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 > > 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 linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/