On Nov 28, 2012, at 11:34 AM, Kumar Gala wrote:
>
> On Nov 27, 2012, at 8:34 PM, Chen Yuanquan-B41889 wrote:
>
>> On 11/25/2012 08:41 PM, Kumar Gala wrote:
>>> On Nov 22, 2012, at 10:29 PM, Yuanquan Chen wrote:
>>>
On powerpc arch, dma_ops of rescanned pci device after system's booting up
On Nov 27, 2012, at 8:34 PM, Chen Yuanquan-B41889 wrote:
> On 11/25/2012 08:41 PM, Kumar Gala wrote:
>> On Nov 22, 2012, at 10:29 PM, Yuanquan Chen wrote:
>>
>>> On powerpc arch, dma_ops of rescanned pci device after system's booting up
>>> won't be
>>> initialized by system, so it will fail to
On 11/25/2012 08:41 PM, Kumar Gala wrote:
On Nov 22, 2012, at 10:29 PM, Yuanquan Chen wrote:
On powerpc arch, dma_ops of rescanned pci device after system's booting up
won't be
initialized by system, so it will fail to execute the dma_set_mask in the
device's
driver. Initialize it to solve th
On 11/25/2012 08:41 PM, Kumar Gala wrote:
On Nov 22, 2012, at 10:29 PM, Yuanquan Chen wrote:
On powerpc arch, dma_ops of rescanned pci device after system's booting up
won't be
initialized by system, so it will fail to execute the dma_set_mask in the
device's
driver. Initialize it to solve th
On Nov 22, 2012, at 10:29 PM, Yuanquan Chen wrote:
> On powerpc arch, dma_ops of rescanned pci device after system's booting up
> won't be
> initialized by system, so it will fail to execute the dma_set_mask in the
> device's
> driver. Initialize it to solve this issue.
>
> Signed-off-by: Yuan
On powerpc arch, dma_ops of rescanned pci device after system's booting up
won't be
initialized by system, so it will fail to execute the dma_set_mask in the
device's
driver. Initialize it to solve this issue.
Signed-off-by: Yuanquan Chen
---
arch/powerpc/include/asm/dma-mapping.h |7 +