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

2012-11-15 Thread Mark Salter
On Thu, 2012-11-15 at 10:45 -0700, Shuah Khan wrote: > This is for c6x to go through Marek's tree with all the other arch > patches. Hope that is ok with you Mark. > > https://lkml.org/lkml/2012/11/3/219 fixes the > debug_dma_mapping_error() > dependency on get_dma_ops() that caused compile

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

2012-11-15 Thread Shuah Khan
On Fri, 2012-11-02 at 15:08 -0600, Shuah Khan wrote: > On Fri, 2012-11-02 at 16:59 -0400, Mark Salter wrote: > > On Fri, 2012-11-02 at 14:26 -0600, Shuah Khan wrote: > > > On Fri, 2012-11-02 at 16:15 -0400, Mark Salter wrote: > > > > On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: > > > > >

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

2012-11-15 Thread Shuah Khan
On Fri, 2012-11-02 at 15:08 -0600, Shuah Khan wrote: On Fri, 2012-11-02 at 16:59 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 14:26 -0600, Shuah Khan wrote: On Fri, 2012-11-02 at 16:15 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: On Fri,

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

2012-11-15 Thread Mark Salter
On Thu, 2012-11-15 at 10:45 -0700, Shuah Khan wrote: This is for c6x to go through Marek's tree with all the other arch patches. Hope that is ok with you Mark. https://lkml.org/lkml/2012/11/3/219 fixes the debug_dma_mapping_error() dependency on get_dma_ops() that caused compile errors on

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

2012-11-02 Thread Shuah Khan
On Fri, 2012-11-02 at 16:59 -0400, Mark Salter wrote: > On Fri, 2012-11-02 at 14:26 -0600, Shuah Khan wrote: > > On Fri, 2012-11-02 at 16:15 -0400, Mark Salter wrote: > > > On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: > > > > On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: > > > > >

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

2012-11-02 Thread Mark Salter
On Fri, 2012-11-02 at 14:26 -0600, Shuah Khan wrote: > On Fri, 2012-11-02 at 16:15 -0400, Mark Salter wrote: > > On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: > > > On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: > > > > On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: > > > > >

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

2012-11-02 Thread Shuah Khan
On Fri, 2012-11-02 at 16:15 -0400, Mark Salter wrote: > On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: > > On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: > > > On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: > > > > On Fri, 2012-10-26 at 09:40 -0600, Shuah Khan wrote: > > > > >

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

2012-11-02 Thread Mark Salter
On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: > On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: > > On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: > > > On Fri, 2012-10-26 at 09:40 -0600, Shuah Khan wrote: > > > > Add support for debug_dma_mapping_error() call to avoid warning

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

2012-11-02 Thread Shuah Khan
On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: > On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: > > On Fri, 2012-10-26 at 09:40 -0600, Shuah Khan wrote: > > > Add support for debug_dma_mapping_error() call to avoid warning from > > > debug_dma_unmap() interface when it checks for

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

2012-11-02 Thread Mark Salter
On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: > On Fri, 2012-10-26 at 09:40 -0600, 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

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

2012-11-02 Thread Shuah Khan
On Fri, 2012-10-26 at 09:40 -0600, 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. > >

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

2012-11-02 Thread Shuah Khan
On Fri, 2012-10-26 at 09:40 -0600, 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.

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

2012-11-02 Thread Mark Salter
On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: On Fri, 2012-10-26 at 09:40 -0600, 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

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

2012-11-02 Thread Shuah Khan
On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: On Fri, 2012-10-26 at 09:40 -0600, 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

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

2012-11-02 Thread Mark Salter
On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: On Fri, 2012-10-26 at 09:40 -0600, Shuah Khan wrote: Add support for debug_dma_mapping_error() call to avoid warning from

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

2012-11-02 Thread Shuah Khan
On Fri, 2012-11-02 at 16:15 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: On Fri, 2012-10-26 at 09:40 -0600, Shuah Khan wrote: Add support for

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

2012-11-02 Thread Mark Salter
On Fri, 2012-11-02 at 14:26 -0600, Shuah Khan wrote: On Fri, 2012-11-02 at 16:15 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 10:44 -0600, Shuah Khan wrote: On Fri,

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

2012-11-02 Thread Shuah Khan
On Fri, 2012-11-02 at 16:59 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 14:26 -0600, Shuah Khan wrote: On Fri, 2012-11-02 at 16:15 -0400, Mark Salter wrote: On Fri, 2012-11-02 at 13:53 -0600, Shuah Khan wrote: On Fri, 2012-11-02 at 15:10 -0400, Mark Salter wrote: On Fri,

[PATCH RFT RESEND linux-next] c6x: 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/c6x/include/asm/dma-mapping.h |

[PATCH RFT RESEND linux-next] c6x: 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 shuah.k...@hp.com ---