* [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 @ 2013-01-10 10:08 Felipe Balbi 2013-01-10 14:30 ` Greg KH 0 siblings, 1 reply; 11+ messages in thread From: Felipe Balbi @ 2013-01-10 10:08 UTC (permalink / raw) To: leoli, gregkh, linux-usb, linuxppc-dev [-- Attachment #1: Type: text/plain, Size: 217 bytes --] Hi, Some recent patch has caused fsl_mxc_udc.c driver to fail compilation because it can't find <mach/hardware.h> anymore. I would like this to be fixed still during this -rc cycle. Thank you -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-10 10:08 [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 Felipe Balbi @ 2013-01-10 14:30 ` Greg KH 2013-01-11 1:37 ` Peter Chen 2013-01-11 3:21 ` Li Yang-R58472 0 siblings, 2 replies; 11+ messages in thread From: Greg KH @ 2013-01-10 14:30 UTC (permalink / raw) To: Felipe Balbi; +Cc: linuxppc-dev, linux-usb On Thu, Jan 10, 2013 at 12:08:35PM +0200, Felipe Balbi wrote: > Hi, > > Some recent patch has caused fsl_mxc_udc.c driver to fail compilation > because it can't find <mach/hardware.h> anymore. > > I would like this to be fixed still during this -rc cycle. Me too, who's sending a patch? :) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-10 14:30 ` Greg KH @ 2013-01-11 1:37 ` Peter Chen 2013-01-11 3:21 ` Li Yang-R58472 1 sibling, 0 replies; 11+ messages in thread From: Peter Chen @ 2013-01-11 1:37 UTC (permalink / raw) To: Greg KH; +Cc: linuxppc-dev, linux-usb, Felipe Balbi On Thu, Jan 10, 2013 at 06:30:06AM -0800, Greg KH wrote: > On Thu, Jan 10, 2013 at 12:08:35PM +0200, Felipe Balbi wrote: > > Hi, > > > > Some recent patch has caused fsl_mxc_udc.c driver to fail compilation > > because it can't find <mach/hardware.h> anymore. > > > > I would like this to be fixed still during this -rc cycle. > > Me too, who's sending a patch? :) Let me have a look, and try to send a patch as soon as possible > > -- > To unsubscribe from this list: send the line "unsubscribe linux-usb" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Best Regards, Peter Chen ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-10 14:30 ` Greg KH 2013-01-11 1:37 ` Peter Chen @ 2013-01-11 3:21 ` Li Yang-R58472 2013-01-11 3:23 ` Chen Peter-B29397 1 sibling, 1 reply; 11+ messages in thread From: Li Yang-R58472 @ 2013-01-11 3:21 UTC (permalink / raw) To: Chen Peter-B29397, Greg KH, Felipe Balbi Cc: linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org > -----Original Message----- > From: Greg KH [mailto:gregkh@linuxfoundation.org] > Sent: Thursday, January 10, 2013 10:30 PM > To: Felipe Balbi > Cc: Li Yang-R58472; linux-usb@vger.kernel.org; linuxppc- > dev@lists.ozlabs.org > Subject: Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on > current v3.8-rc3 >=20 > On Thu, Jan 10, 2013 at 12:08:35PM +0200, Felipe Balbi wrote: > > Hi, > > > > Some recent patch has caused fsl_mxc_udc.c driver to fail compilation > > because it can't find <mach/hardware.h> anymore. > > > > I would like this to be fixed still during this -rc cycle. >=20 > Me too, who's sending a patch? :) Hi Peter, Who is currently working on the i.mx USB? Regards, Leo ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-11 3:21 ` Li Yang-R58472 @ 2013-01-11 3:23 ` Chen Peter-B29397 2013-01-11 8:27 ` Felipe Balbi 0 siblings, 1 reply; 11+ messages in thread From: Chen Peter-B29397 @ 2013-01-11 3:23 UTC (permalink / raw) To: Li Yang-R58472, Greg KH, Felipe Balbi Cc: linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org =20 > > > > > > Some recent patch has caused fsl_mxc_udc.c driver to fail compilation > > > because it can't find <mach/hardware.h> anymore. > > > > > > I would like this to be fixed still during this -rc cycle. > > > > Me too, who's sending a patch? :) >=20 > Hi Peter, >=20 > Who is currently working on the i.mx USB? >=20 I am working on it, but there are two versions, this one and chipidea's. Anyway, I will send a patch to fix this problem. > Regards, > Leo ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-11 3:23 ` Chen Peter-B29397 @ 2013-01-11 8:27 ` Felipe Balbi 2013-01-11 8:35 ` Chen Peter-B29397 0 siblings, 1 reply; 11+ messages in thread From: Felipe Balbi @ 2013-01-11 8:27 UTC (permalink / raw) To: Chen Peter-B29397 Cc: Greg KH, linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Li Yang-R58472, Felipe Balbi [-- Attachment #1: Type: text/plain, Size: 690 bytes --] On Fri, Jan 11, 2013 at 03:23:59AM +0000, Chen Peter-B29397 wrote: > > > > > > > > > Some recent patch has caused fsl_mxc_udc.c driver to fail compilation > > > > because it can't find <mach/hardware.h> anymore. > > > > > > > > I would like this to be fixed still during this -rc cycle. > > > > > > Me too, who's sending a patch? :) > > > > Hi Peter, > > > > Who is currently working on the i.mx USB? > > > > I am working on it, but there are two versions, this one and chipidea's. > > Anyway, I will send a patch to fix this problem. if you're already using chipidea, then send me a patch removing this driver and focus your effort on chipidea. -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-11 8:27 ` Felipe Balbi @ 2013-01-11 8:35 ` Chen Peter-B29397 2013-01-11 8:41 ` Felipe Balbi 0 siblings, 1 reply; 11+ messages in thread From: Chen Peter-B29397 @ 2013-01-11 8:35 UTC (permalink / raw) To: balbi@ti.com, kernel@pengutronix.de Cc: Greg KH, linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Li Yang-R58472 =20 > > > > > > > I am working on it, but there are two versions, this one and chipidea's= . > > > > Anyway, I will send a patch to fix this problem. >=20 > if you're already using chipidea, then send me a patch removing this > driver and focus your effort on chipidea. >=20 Added Sascha Now, not all of FSL i.mx USB can move to use chipidea due to some platform = and USB PHY problem. > -- > balbi ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-11 8:35 ` Chen Peter-B29397 @ 2013-01-11 8:41 ` Felipe Balbi 2013-01-11 9:24 ` Li Yang-R58472 0 siblings, 1 reply; 11+ messages in thread From: Felipe Balbi @ 2013-01-11 8:41 UTC (permalink / raw) To: Chen Peter-B29397 Cc: Li Yang-R58472, Greg KH, linux-usb@vger.kernel.org, balbi@ti.com, kernel@pengutronix.de, linuxppc-dev@lists.ozlabs.org [-- Attachment #1: Type: text/plain, Size: 857 bytes --] Hi, On Fri, Jan 11, 2013 at 08:35:29AM +0000, Chen Peter-B29397 wrote: > > > I am working on it, but there are two versions, this one and chipidea's. > > > > > > Anyway, I will send a patch to fix this problem. > > > > if you're already using chipidea, then send me a patch removing this > > driver and focus your effort on chipidea. > > > Added Sascha > > Now, not all of FSL i.mx USB can move to use chipidea due to some platform and USB > PHY problem. then we need to target fixing those problems and moving to chipidea completely at some point. There's no reason to duplicate efforts if we already have a re-usable driver in tree, right ? Let's fix this build break and focus on making sure all i.MX platforms can use chipidea so we can drop fsl udc on next merge window. That would be a great patchset to see. -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-11 8:41 ` Felipe Balbi @ 2013-01-11 9:24 ` Li Yang-R58472 2013-01-11 9:47 ` Felipe Balbi 0 siblings, 1 reply; 11+ messages in thread From: Li Yang-R58472 @ 2013-01-11 9:24 UTC (permalink / raw) To: balbi@ti.com, Chen Peter-B29397, Mehresh Ramneek-B31383 Cc: Greg KH, linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, kernel@pengutronix.de > -----Original Message----- > From: Felipe Balbi [mailto:balbi@ti.com] > Sent: Friday, January 11, 2013 4:41 PM > To: Chen Peter-B29397 > Cc: balbi@ti.com; kernel@pengutronix.de; Li Yang-R58472; Greg KH; linux- > usb@vger.kernel.org; linuxppc-dev@lists.ozlabs.org > Subject: Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on > current v3.8-rc3 >=20 > Hi, >=20 > On Fri, Jan 11, 2013 at 08:35:29AM +0000, Chen Peter-B29397 wrote: > > > > I am working on it, but there are two versions, this one and > chipidea's. > > > > > > > > Anyway, I will send a patch to fix this problem. > > > > > > if you're already using chipidea, then send me a patch removing this > > > driver and focus your effort on chipidea. > > > > > Added Sascha > > > > Now, not all of FSL i.mx USB can move to use chipidea due to some > > platform and USB PHY problem. >=20 > then we need to target fixing those problems and moving to chipidea > completely at some point. There's no reason to duplicate efforts if we > already have a re-usable driver in tree, right ? >=20 > Let's fix this build break and focus on making sure all i.MX platforms > can use chipidea so we can drop fsl udc on next merge window. That would > be a great patchset to see. I do agree that we need move to use the chipidea driver and eventually remo= ve the fsl udc driver, but there were many users of the current driver such= as PowerPC and Coldfire platforms besides the i.MX platforms. The support= for them with chipidea driver could also be broken for now. I would sugge= st to have a transitional period that both drivers are kept while new devel= opment be based on the new driver. Added Ramneek. What do you think of the current status for chipidea driver= on PowerPC platforms? Regards, Leo ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-11 9:24 ` Li Yang-R58472 @ 2013-01-11 9:47 ` Felipe Balbi 2013-01-11 10:47 ` Mehresh Ramneek-B31383 0 siblings, 1 reply; 11+ messages in thread From: Felipe Balbi @ 2013-01-11 9:47 UTC (permalink / raw) To: Li Yang-R58472 Cc: Mehresh Ramneek-B31383, Chen Peter-B29397, linux-usb@vger.kernel.org, balbi@ti.com, kernel@pengutronix.de, Greg KH, linuxppc-dev@lists.ozlabs.org [-- Attachment #1: Type: text/plain, Size: 2281 bytes --] Hi, On Fri, Jan 11, 2013 at 09:24:16AM +0000, Li Yang-R58472 wrote: > > > > -----Original Message----- > > From: Felipe Balbi [mailto:balbi@ti.com] > > Sent: Friday, January 11, 2013 4:41 PM > > To: Chen Peter-B29397 > > Cc: balbi@ti.com; kernel@pengutronix.de; Li Yang-R58472; Greg KH; linux- > > usb@vger.kernel.org; linuxppc-dev@lists.ozlabs.org > > Subject: Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on > > current v3.8-rc3 > > > > Hi, > > > > On Fri, Jan 11, 2013 at 08:35:29AM +0000, Chen Peter-B29397 wrote: > > > > > I am working on it, but there are two versions, this one and > > chipidea's. > > > > > > > > > > Anyway, I will send a patch to fix this problem. > > > > > > > > if you're already using chipidea, then send me a patch removing this > > > > driver and focus your effort on chipidea. > > > > > > > Added Sascha > > > > > > Now, not all of FSL i.mx USB can move to use chipidea due to some > > > platform and USB PHY problem. > > > > then we need to target fixing those problems and moving to chipidea > > completely at some point. There's no reason to duplicate efforts if we > > already have a re-usable driver in tree, right ? > > > > Let's fix this build break and focus on making sure all i.MX platforms > > can use chipidea so we can drop fsl udc on next merge window. That would > > be a great patchset to see. > > I do agree that we need move to use the chipidea driver and eventually > remove the fsl udc driver, but there were many users of the current > driver such as PowerPC and Coldfire platforms besides the i.MX > platforms. The support for them with chipidea driver could also be > broken for now. I would suggest to have a transitional period that > both drivers are kept while new development be based on the new > driver. right, right. That can be done as long as 'transitional period' isn't 20 years. At least make a plan to remove fsl udc, if it doesn't happen in the next 4 merge windows, I will remove it myself to force people to reuse other drivers. There is no reason to keep both drivers around. > Added Ramneek. What do you think of the current status for chipidea > driver on PowerPC platforms? that would be great to know, indeed. -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 2013-01-11 9:47 ` Felipe Balbi @ 2013-01-11 10:47 ` Mehresh Ramneek-B31383 0 siblings, 0 replies; 11+ messages in thread From: Mehresh Ramneek-B31383 @ 2013-01-11 10:47 UTC (permalink / raw) To: balbi@ti.com, Li Yang-R58472 Cc: Chen Peter-B29397, linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, kernel@pengutronix.de, Greg KH > -----Original Message----- > From: Felipe Balbi [mailto:balbi@ti.com] > Sent: Friday, January 11, 2013 3:18 PM > To: Li Yang-R58472 > Cc: balbi@ti.com; Chen Peter-B29397; Mehresh Ramneek-B31383; > kernel@pengutronix.de; Greg KH; linux-usb@vger.kernel.org; linuxppc- > dev@lists.ozlabs.org > Subject: Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on > current v3.8-rc3 >=20 > Hi, >=20 > On Fri, Jan 11, 2013 at 09:24:16AM +0000, Li Yang-R58472 wrote: > > > > > > > -----Original Message----- > > > From: Felipe Balbi [mailto:balbi@ti.com] > > > Sent: Friday, January 11, 2013 4:41 PM > > > To: Chen Peter-B29397 > > > Cc: balbi@ti.com; kernel@pengutronix.de; Li Yang-R58472; Greg KH; > > > linux- usb@vger.kernel.org; linuxppc-dev@lists.ozlabs.org > > > Subject: Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on > > > current v3.8-rc3 > > > > > > Hi, > > > > > > On Fri, Jan 11, 2013 at 08:35:29AM +0000, Chen Peter-B29397 wrote: > > > > > > I am working on it, but there are two versions, this one and > > > chipidea's. > > > > > > > > > > > > Anyway, I will send a patch to fix this problem. > > > > > > > > > > if you're already using chipidea, then send me a patch removing > > > > > this driver and focus your effort on chipidea. > > > > > > > > > Added Sascha > > > > > > > > Now, not all of FSL i.mx USB can move to use chipidea due to some > > > > platform and USB PHY problem. > > > > > > then we need to target fixing those problems and moving to chipidea > > > completely at some point. There's no reason to duplicate efforts if > > > we already have a re-usable driver in tree, right ? > > > > > > Let's fix this build break and focus on making sure all i.MX > > > platforms can use chipidea so we can drop fsl udc on next merge > > > window. That would be a great patchset to see. > > > > I do agree that we need move to use the chipidea driver and eventually > > remove the fsl udc driver, but there were many users of the current > > driver such as PowerPC and Coldfire platforms besides the i.MX > > platforms. The support for them with chipidea driver could also be > > broken for now. I would suggest to have a transitional period that > > both drivers are kept while new development be based on the new > > driver. >=20 > right, right. That can be done as long as 'transitional period' isn't 20 > years. At least make a plan to remove fsl udc, if it doesn't happen in > the next 4 merge windows, I will remove it myself to force people to > reuse other drivers. There is no reason to keep both drivers around. >=20 > > Added Ramneek. What do you think of the current status for chipidea > > driver on PowerPC platforms? >=20 > that would be great to know, indeed. >=20 > -- > balbi As per my info, chipidea drv has never been tested for any ppc platforms we= have... Also not sure how long chipidea will be used for ppc platforms... Let me get back to you on this -Ramneek=20 ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-01-11 10:47 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-01-10 10:08 [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3 Felipe Balbi 2013-01-10 14:30 ` Greg KH 2013-01-11 1:37 ` Peter Chen 2013-01-11 3:21 ` Li Yang-R58472 2013-01-11 3:23 ` Chen Peter-B29397 2013-01-11 8:27 ` Felipe Balbi 2013-01-11 8:35 ` Chen Peter-B29397 2013-01-11 8:41 ` Felipe Balbi 2013-01-11 9:24 ` Li Yang-R58472 2013-01-11 9:47 ` Felipe Balbi 2013-01-11 10:47 ` Mehresh Ramneek-B31383
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).