From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754156AbaF3DeG (ORCPT ); Sun, 29 Jun 2014 23:34:06 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:55706 "EHLO mail-la0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbaF3DeD (ORCPT ); Sun, 29 Jun 2014 23:34:03 -0400 MIME-Version: 1.0 In-Reply-To: <20140628054641.GA14192@shlinux1.ap.freescale.net> References: <1403868233-5123-1-git-send-email-punnaia@xilinx.com> <20140627125515.GA6025@pengutronix.de> <20140628054641.GA14192@shlinux1.ap.freescale.net> Date: Mon, 30 Jun 2014 09:04:01 +0530 X-Google-Sender-Auth: rAXrG1lfix_vNqxsIbfAPOCxbMM Message-ID: Subject: Re: [PATCH v2 2/2] usb: chipidea: Add support for zynq usb host and device controller From: punnaiah choudary kalluri To: Peter Chen Cc: Michael Grzeschik , Punnaiah Choudary Kalluri , "robh+dt@kernel.org" , "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 Sat, Jun 28, 2014 at 11:16 AM, Peter Chen wrote: > On Fri, Jun 27, 2014 at 02:55:15PM +0200, 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 >> >> Try to improve that code instead writing another version >> of this simple gluecode. >> > > +1 if you think your version can be covered by generic one. Ok. I will check this possibility. Thanks, Punnaiah > > -- > > Best Regards, > Peter Chen From mboxrd@z Thu Jan 1 00:00:00 1970 From: punnaiah choudary kalluri Subject: Re: [PATCH v2 2/2] usb: chipidea: Add support for zynq usb host and device controller Date: Mon, 30 Jun 2014 09:04:01 +0530 Message-ID: References: <1403868233-5123-1-git-send-email-punnaia@xilinx.com> <20140627125515.GA6025@pengutronix.de> <20140628054641.GA14192@shlinux1.ap.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20140628054641.GA14192@shlinux1.ap.freescale.net> Sender: linux-doc-owner@vger.kernel.org To: Peter Chen Cc: Michael Grzeschik , Punnaiah Choudary Kalluri , "robh+dt@kernel.org" , "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 List-Id: devicetree@vger.kernel.org On Sat, Jun 28, 2014 at 11:16 AM, Peter Chen wrote: > On Fri, Jun 27, 2014 at 02:55:15PM +0200, 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 >> >> Try to improve that code instead writing another version >> of this simple gluecode. >> > > +1 if you think your version can be covered by generic one. Ok. I will check this possibility. Thanks, Punnaiah > > -- > > Best Regards, > Peter Chen From mboxrd@z Thu Jan 1 00:00:00 1970 From: punnaia@xilinx.com (punnaiah choudary kalluri) Date: Mon, 30 Jun 2014 09:04:01 +0530 Subject: [PATCH v2 2/2] usb: chipidea: Add support for zynq usb host and device controller In-Reply-To: <20140628054641.GA14192@shlinux1.ap.freescale.net> References: <1403868233-5123-1-git-send-email-punnaia@xilinx.com> <20140627125515.GA6025@pengutronix.de> <20140628054641.GA14192@shlinux1.ap.freescale.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Jun 28, 2014 at 11:16 AM, Peter Chen wrote: > On Fri, Jun 27, 2014 at 02:55:15PM +0200, 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 >> >> Try to improve that code instead writing another version >> of this simple gluecode. >> > > +1 if you think your version can be covered by generic one. Ok. I will check this possibility. Thanks, Punnaiah > > -- > > Best Regards, > Peter Chen