Re: [PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled

2013-04-25 Thread Linus Walleij
On Thu, Apr 18, 2013 at 12:12 PM, Lee Jones wrote: > When booting using Device Tree, devices aren't registered in the normal > way. Instead, they need to be provided with a compatible string which is > held in an OF Match Table for comparison during start-up. Here we provide > the compatible

Re: [PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled

2013-04-25 Thread Linus Walleij
On Thu, Apr 18, 2013 at 12:12 PM, Lee Jones lee.jo...@linaro.org wrote: When booting using Device Tree, devices aren't registered in the normal way. Instead, they need to be provided with a compatible string which is held in an OF Match Table for comparison during start-up. Here we provide

Re: [PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled

2013-04-22 Thread Vinod Koul
On Thu, Apr 18, 2013 at 11:12:05AM +0100, Lee Jones wrote: > When booting using Device Tree, devices aren't registered in the normal > way. Instead, they need to be provided with a compatible string which is > held in an OF Match Table for comparison during start-up. Here we provide > the

Re: [PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled

2013-04-22 Thread Vinod Koul
On Thu, Apr 18, 2013 at 11:12:05AM +0100, Lee Jones wrote: When booting using Device Tree, devices aren't registered in the normal way. Instead, they need to be provided with a compatible string which is held in an OF Match Table for comparison during start-up. Here we provide the compatible

Re: [PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled

2013-04-18 Thread Arnd Bergmann
On Thursday 18 April 2013, Lee Jones wrote: > When booting using Device Tree, devices aren't registered in the normal > way. Instead, they need to be provided with a compatible string which is > held in an OF Match Table for comparison during start-up. Here we provide > the compatible string and

[PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled

2013-04-18 Thread Lee Jones
When booting using Device Tree, devices aren't registered in the normal way. Instead, they need to be provided with a compatible string which is held in an OF Match Table for comparison during start-up. Here we provide the compatible string and prepare the driver to not receive a platform data

[PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled

2013-04-18 Thread Lee Jones
When booting using Device Tree, devices aren't registered in the normal way. Instead, they need to be provided with a compatible string which is held in an OF Match Table for comparison during start-up. Here we provide the compatible string and prepare the driver to not receive a platform data

Re: [PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled

2013-04-18 Thread Arnd Bergmann
On Thursday 18 April 2013, Lee Jones wrote: When booting using Device Tree, devices aren't registered in the normal way. Instead, they need to be provided with a compatible string which is held in an OF Match Table for comparison during start-up. Here we provide the compatible string and