Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-12-10 Thread Sergei Shtylyov
Hello. On 10-12-2010 7:46, Kalliguddi, Hema wrote: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-12-10 Thread Kalliguddi, Hema
On Fri, Dec 10, 2010 at 6:26 PM, Sergei Shtylyov sshtyl...@mvista.com wrote: Hello. On 10-12-2010 7:46, Kalliguddi, Hema wrote: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-12-10 Thread Felipe Balbi
On Fri, Dec 10, 2010 at 03:56:27PM +0300, Sergei Shtylyov wrote: Hello. On 10-12-2010 7:46, Kalliguddi, Hema wrote: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-12-10 Thread Sergei Shtylyov
Hello. On 10-12-2010 16:20, Felipe Balbi wrote: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-12-10 Thread Felipe Balbi
Hi, On Fri, Dec 10, 2010 at 04:35:14PM +0300, Sergei Shtylyov wrote: Index: linux-omap-pm/arch/arm/mach-davinci/usb.c === --- linux-omap-pm.orig/arch/arm/mach-davinci/usb.c +++ linux-omap-pm/arch/arm/mach-davinci/usb.c @@ -64,10

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-12-10 Thread Sergei Shtylyov
Hello. Felipe Balbi wrote: Index: linux-omap-pm/arch/arm/mach-davinci/usb.c === --- linux-omap-pm.orig/arch/arm/mach-davinci/usb.c +++ linux-omap-pm/arch/arm/mach-davinci/usb.c @@ -64,10 +64,12 @@ static struct resource

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-12-09 Thread Sergei Shtylyov
Hello. Kevin Hilman wrote: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less fragile to use the

[PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Hema HK
The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less fragile to use the resource name instead.That way, no

RE: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Kalliguddi, Hema
] usb: musb: Adding names for IRQs in resource structure Hi, On Wed, Sep 29, 2010 at 11:26:39AM -0500, Kalliguddi, Hema wrote: Index: linux-omap-pm/arch/arm/mach-davinci/usb.c === --- linux-omap-pm.orig/arch/arm/mach-davinci/usb.c

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Felipe Balbi
, Benoit; Paul Walmsley; Mike Frysinger Subject: Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure Hi, On Wed, Sep 29, 2010 at 11:26:39AM -0500, Kalliguddi, Hema wrote: Index: linux-omap-pm/arch/arm/mach-davinci/usb.c

RE: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Kalliguddi, Hema
, Felipe; Tony Lindgren; Kevin Hilman; Cousson, Benoit; Paul Walmsley; Mike Frysinger Subject: Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure Hi, On Wed, Sep 29, 2010 at 11:26:39AM -0500, Kalliguddi, Hema wrote: Index: linux-omap-pm/arch/arm/mach-davinci/usb.c

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Mike Frysinger
On Wed, Sep 29, 2010 at 12:26, Hema HK wrote: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Kevin Hilman
Hema HK hem...@ti.com writes: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less fragile to use the