Re: usb: musb: ux500: attempt to find channels by name before using pdata

2013-08-21 Thread Lee Jones
>333if (!ux500_channel->dma_chan) >334ux500_channel->dma_chan = >335 > dma_request_channel(mask, >336

re: usb: musb: ux500: attempt to find channels by name before using pdata

2013-08-21 Thread Dan Carpenter
Hello Lee Jones, This is a semi-automatic email about new static checker warnings. The patch 2968da0b2c72: "usb: musb: ux500: attempt to find channels by name before using pdata" from May 15, 2013, leads to the following Smatch complaint: drivers/usb/musb/ux500

Re: [PATCH 24/39] usb: musb: ux500: attempt to find channels by name before using pdata

2013-05-30 Thread Linus Walleij
On Wed, May 15, 2013 at 11:51 AM, Lee Jones wrote: > If we can ever get to a state where we can solely search for DMA channels > by name, this will almost completely alleviate the requirement to pass > copious amounts of information though platform data. Here we take the > first step towards this

[PATCH 24/39] usb: musb: ux500: attempt to find channels by name before using pdata

2013-05-15 Thread Lee Jones
If we can ever get to a state where we can solely search for DMA channels by name, this will almost completely alleviate the requirement to pass copious amounts of information though platform data. Here we take the first step towards this. The next step will be to enable Device Tree complete with n

[PATCH 48/63] usb: musb: ux500: attempt to find channels by name before using pdata

2013-05-03 Thread Lee Jones
If we can ever get to a state where we can solely search for DMA channels by name, this will almost completely alleviate the requirement to pass copious amounts of information though platform data. Here we take the first step towards this. The next step will be to enable Device Tree complete with n

Re: [PATCH 05/10 v2] usb: musb: ux500: attempt to find channels by name before using pdata

2013-04-25 Thread Linus Walleij
On Wed, Apr 24, 2013 at 5:05 PM, Lee Jones wrote: > If we can ever get to a state where we can solely search for DMA channels > by name, this will almost completely alleviate the requirement to pass > copious amounts of information though platform data. Here we take the > first step towards this.

[PATCH 05/10 v2] usb: musb: ux500: attempt to find channels by name before using pdata

2013-04-24 Thread Lee Jones
If we can ever get to a state where we can solely search for DMA channels by name, this will almost completely alleviate the requirement to pass copious amounts of information though platform data. Here we take the first step towards this. The next step will be to enable Device Tree complete with n

[PATCH 05/10] usb: musb: ux500: attempt to find channels by name before using pdata

2013-04-23 Thread Lee Jones
If we can ever get to a state where we can solely search for DMA channels by name, this will almost completely alleviate the requirement to pass copious amounts of information though platform data. Here we take the first step towards this. The next step will be to enable Device Tree complete with n