From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754090AbaF3DcM (ORCPT ); Sun, 29 Jun 2014 23:32:12 -0400 Received: from mail-la0-f45.google.com ([209.85.215.45]:56938 "EHLO mail-la0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbaF3DcJ (ORCPT ); Sun, 29 Jun 2014 23:32:09 -0400 MIME-Version: 1.0 In-Reply-To: <20140627125515.GA6025@pengutronix.de> References: <1403868233-5123-1-git-send-email-punnaia@xilinx.com> <20140627125515.GA6025@pengutronix.de> Date: Mon, 30 Jun 2014 09:02:07 +0530 X-Google-Sender-Auth: Ub2wJRMIBbvgNPL2cWT2kYvhwUA Message-ID: Subject: Re: [PATCH v2 2/2] usb: chipidea: Add support for zynq usb host and device controller From: punnaiah choudary kalluri To: Michael Grzeschik Cc: Punnaiah Choudary Kalluri , "robh+dt@kernel.org" , Peter Chen , "gregkh@linuxfoundation.org" , Kumar Gala , rdunlap@infradead.org, "michal.simek@xilinx.com" , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, Punnaiah Choudary Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 27, 2014 at 6:25 PM, Michael Grzeschik wrote: > Hi, > > On Fri, Jun 27, 2014 at 04:53:53PM +0530, Punnaiah Choudary Kalluri wrote: >> Zynq soc uses Chipidea/Synopsys usb IP core(CI13612). This patch adds >> necessary glue to allow the chipidea driver to work on zynq soc. >> > > Did you see the currently discussed patches for the generic chipidea > glue? > > http://www.spinics.net/lists/linux-usb/msg109576.html I have not seen this patch and thanks for pointing this > > Try to improve that code instead writing another version > of this simple gluecode. Sure. i will check this patch and see if anything to be added for zynq in a generic way. Thanks, Punnaiah > > > Thanks, > Michael > > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: punnaia@xilinx.com (punnaiah choudary kalluri) Date: Mon, 30 Jun 2014 09:02:07 +0530 Subject: [PATCH v2 2/2] usb: chipidea: Add support for zynq usb host and device controller In-Reply-To: <20140627125515.GA6025@pengutronix.de> References: <1403868233-5123-1-git-send-email-punnaia@xilinx.com> <20140627125515.GA6025@pengutronix.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jun 27, 2014 at 6:25 PM, Michael Grzeschik wrote: > Hi, > > On Fri, Jun 27, 2014 at 04:53:53PM +0530, Punnaiah Choudary Kalluri wrote: >> Zynq soc uses Chipidea/Synopsys usb IP core(CI13612). This patch adds >> necessary glue to allow the chipidea driver to work on zynq soc. >> > > Did you see the currently discussed patches for the generic chipidea > glue? > > http://www.spinics.net/lists/linux-usb/msg109576.html I have not seen this patch and thanks for pointing this > > Try to improve that code instead writing another version > of this simple gluecode. Sure. i will check this patch and see if anything to be added for zynq in a generic way. Thanks, Punnaiah > > > Thanks, > Michael > > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |