RE: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo

2009-12-17 Thread Gupta, Ajay Kumar
] musb: get rid of unneeded musb-config-dyn_fifo Hi, On Tue, Dec 15, 2009 at 02:31:46PM +0100, ext Ajay Kumar Gupta wrote: diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index d437556..c5f006e 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h

Re: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo

2009-12-17 Thread Felipe Balbi
Hi, On Thu, Dec 17, 2009 at 02:01:27PM +0100, ext Gupta, Ajay Kumar wrote: Any update on this ? Shall I send the series again with __deprecated ? or If you can just add it on your own? I guess we have to do that and start sending patches to arch maintainers removing the dyn_fifo stuff from

RE: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo

2009-12-17 Thread Gupta, Ajay Kumar
-Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Thursday, December 17, 2009 6:40 PM To: Gupta, Ajay Kumar Cc: Balbi Felipe (Nokia-D/Helsinki); linux-...@vger.kernel.org; linux- o...@vger.kernel.org Subject: Re: [PATCH 1/4] musb: get rid of unneeded musb

Re: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo

2009-12-17 Thread Felipe Balbi
Hi, On Thu, Dec 17, 2009 at 02:12:58PM +0100, ext Gupta, Ajay Kumar wrote: Ok fine, then please drop that specific patch from series and pick the Others. will do :-) -- balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo

2009-12-15 Thread Felipe Balbi
Hi, On Tue, Dec 15, 2009 at 02:31:46PM +0100, ext Ajay Kumar Gupta wrote: diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index d437556..c5f006e 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h @@ -30,7 +30,6 @@ struct musb_hdrc_eps_bits { struct

Re: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo

2009-12-15 Thread Felipe Balbi
On Tue, Dec 15, 2009 at 02:34:32PM +0100, Balbi Felipe (Nokia-D/Helsinki) wrote: Hi, On Tue, Dec 15, 2009 at 02:31:46PM +0100, ext Ajay Kumar Gupta wrote: diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index d437556..c5f006e 100644 --- a/include/linux/usb/musb.h +++

Re: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo

2009-12-15 Thread Tony Lindgren
* Ajay Kumar Gupta ajay.gu...@ti.com [091215 05:31]: We can get dynamic FIFO information from CONFIGDATA register and thus there is no need for any user defiend dyn_fifo. Have you tested this? $ grep dyn_fifo arch/arm/mach-omap2/*.c arch/arm/mach-omap2/usb-musb.c: .dyn_fifo = 1, Tony

RE: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo

2009-12-15 Thread Gupta, Ajay Kumar
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Tuesday, December 15, 2009 11:10 PM To: Gupta, Ajay Kumar Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; felipe.ba...@nokia.com Subject: Re: [PATCH 1/4] musb: get rid of unneeded musb-config-dyn_fifo