Re: [PATCH 1/4] dma: add dma_flags_set_dmaflush() to dma interface

2007-09-27 Thread akepner
On Tue, Sep 25, 2007 at 10:13:33PM -0700, Randy Dunlap wrote: > On Tue, 25 Sep 2007 17:00:57 -0700 [EMAIL PROTECTED] wrote: > .. > 1. Function signature should be on one line if possible (and it is). > Aw crud, I looked at dma-mapping.h and it uses this format sometimes. > Well, it's undesirab

Re: [PATCH 1/4] dma: add dma_flags_set_dmaflush() to dma interface

2007-09-25 Thread Randy Dunlap
On Tue, 25 Sep 2007 17:00:57 -0700 [EMAIL PROTECTED] wrote: [adding James Bottomley to cc: since I think he's interested in all of these patches] > Introduce the dma_flags_set_dmaflush() interface and give it > a default no-op implementation. > > Signed-off-by: Arthur Kepner <[EMAIL PROTECTED]>

[PATCH 1/4] dma: add dma_flags_set_dmaflush() to dma interface

2007-09-25 Thread akepner
Introduce the dma_flags_set_dmaflush() interface and give it a default no-op implementation. Signed-off-by: Arthur Kepner <[EMAIL PROTECTED]> -- dma-mapping.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index 2dc21cb..