Re: [PATCH RFT RESEND linux-next] mips: dma-mapping: support debug_dma_mapping_error

2012-11-15 Thread Shuah Khan
On Tue, 2012-10-30 at 13:58 -0600, Shuah Khan wrote: > On Fri, 2012-10-26 at 15:31 -0700, David Daney wrote: > > On 10/26/2012 02:51 PM, Shuah Khan wrote: > > > > On 10/26/2012 09:01 AM, Shuah Khan wrote: > > > Add support for debug_dma_mapping_error() call to avoid warning from > > >

Re: [PATCH RFT RESEND linux-next] mips: dma-mapping: support debug_dma_mapping_error

2012-10-30 Thread Shuah Khan
On Fri, 2012-10-26 at 15:31 -0700, David Daney wrote: > On 10/26/2012 02:51 PM, Shuah Khan wrote: > > On 10/26/2012 09:01 AM, Shuah Khan wrote: > > Add support for debug_dma_mapping_error() call to avoid warning from > > debug_dma_unmap() interface when it checks for mapping error che

Re: [PATCH RFT RESEND linux-next] mips: dma-mapping: support debug_dma_mapping_error

2012-10-26 Thread David Daney
On 10/26/2012 02:51 PM, Shuah Khan wrote: On 10/26/2012 09:01 AM, Shuah Khan wrote: Add support for debug_dma_mapping_error() call to avoid warning from debug_dma_unmap() interface when it checks for mapping error checked status. Without this patch, device driver failed to check map error warni

Re: [PATCH RFT RESEND linux-next] mips: dma-mapping: support debug_dma_mapping_error

2012-10-26 Thread Shuah Khan
On Fri, 2012-10-26 at 13:07 -0700, David Daney wrote: > On 10/26/2012 10:06 AM, Shuah Khan wrote: > > On Fri, 2012-10-26 at 09:45 -0700, David Daney wrote: > >> On 10/26/2012 09:01 AM, Shuah Khan wrote: > >>> Add support for debug_dma_mapping_error() call to avoid warning from > >>> debug_dma_unmap

Re: [PATCH RFT RESEND linux-next] mips: dma-mapping: support debug_dma_mapping_error

2012-10-26 Thread David Daney
On 10/26/2012 10:06 AM, Shuah Khan wrote: On Fri, 2012-10-26 at 09:45 -0700, David Daney wrote: On 10/26/2012 09:01 AM, Shuah Khan wrote: Add support for debug_dma_mapping_error() call to avoid warning from debug_dma_unmap() interface when it checks for mapping error checked status. Without thi

Re: [PATCH RFT RESEND linux-next] mips: dma-mapping: support debug_dma_mapping_error

2012-10-26 Thread Shuah Khan
On Fri, 2012-10-26 at 09:45 -0700, David Daney wrote: > On 10/26/2012 09:01 AM, Shuah Khan wrote: > > Add support for debug_dma_mapping_error() call to avoid warning from > > debug_dma_unmap() interface when it checks for mapping error checked > > status. Without this patch, device driver failed to

Re: [PATCH RFT RESEND linux-next] mips: dma-mapping: support debug_dma_mapping_error

2012-10-26 Thread David Daney
On 10/26/2012 09:01 AM, Shuah Khan wrote: Add support for debug_dma_mapping_error() call to avoid warning from debug_dma_unmap() interface when it checks for mapping error checked status. Without this patch, device driver failed to check map error warning is generated. Signed-off-by: Shuah Khan

[PATCH RFT RESEND linux-next] mips: dma-mapping: support debug_dma_mapping_error

2012-10-26 Thread Shuah Khan
Add support for debug_dma_mapping_error() call to avoid warning from debug_dma_unmap() interface when it checks for mapping error checked status. Without this patch, device driver failed to check map error warning is generated. Signed-off-by: Shuah Khan --- arch/mips/include/asm/dma-mapping.h |