Re: [PATCH v9 07/17] h8300: miscellaneous functions

2015-04-28 Thread Yoshinori Sato
At Mon, 27 Apr 2015 10:57:10 +0200, Arnd Bergmann wrote: > > On Monday 27 April 2015 14:35:14 Yoshinori Sato wrote: > > +void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, > > + size_t size, enum dma_data_direction dir) > > +{ > > +} > >

Re: [PATCH v9 07/17] h8300: miscellaneous functions

2015-04-28 Thread Yoshinori Sato
At Mon, 27 Apr 2015 10:57:10 +0200, Arnd Bergmann wrote: On Monday 27 April 2015 14:35:14 Yoshinori Sato wrote: +void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, + size_t size, enum dma_data_direction dir) +{ +}

Re: [PATCH v9 07/17] h8300: miscellaneous functions

2015-04-27 Thread Arnd Bergmann
On Monday 27 April 2015 14:35:14 Yoshinori Sato wrote: > +void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, > + size_t size, enum dma_data_direction dir) > +{ > +} > +EXPORT_SYMBOL(dma_sync_single_for_device); > + > +void

Re: [PATCH v9 07/17] h8300: miscellaneous functions

2015-04-27 Thread Arnd Bergmann
On Monday 27 April 2015 14:35:14 Yoshinori Sato wrote: +void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, + size_t size, enum dma_data_direction dir) +{ +} +EXPORT_SYMBOL(dma_sync_single_for_device); + +void dma_sync_sg_for_device(struct

[PATCH v9 07/17] h8300: miscellaneous functions

2015-04-26 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/h8300/kernel/asm-offsets.c | 67 + arch/h8300/kernel/dma.c | 95 + arch/h8300/kernel/h8300_ksyms.c | 34 +++ arch/h8300/kernel/module.c | 70

[PATCH v9 07/17] h8300: miscellaneous functions

2015-04-26 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/asm-offsets.c | 67 + arch/h8300/kernel/dma.c | 95 + arch/h8300/kernel/h8300_ksyms.c | 34 +++ arch/h8300/kernel/module.c |