Re: [PATCH v2 02/26] treewide: Move dma_ops from struct dev_archdata into struct device

2017-01-19 Thread Greg Kroah-Hartman
On Thu, Jan 12, 2017 at 11:06:54AM -0800, Bart Van Assche wrote: > Some but not all architectures provide set_dma_ops(). Move dma_ops > from struct dev_archdata into struct device such that it becomes > possible on all architectures to configure dma_ops per device. > > Signed-off-by: Bart Van

Re: [PATCH v2 02/26] treewide: Move dma_ops from struct dev_archdata into struct device

2017-01-19 Thread Greg Kroah-Hartman
On Thu, Jan 12, 2017 at 11:06:54AM -0800, Bart Van Assche wrote: > Some but not all architectures provide set_dma_ops(). Move dma_ops > from struct dev_archdata into struct device such that it becomes > possible on all architectures to configure dma_ops per device. > > Signed-off-by: Bart Van

[PATCH v2 02/26] treewide: Move dma_ops from struct dev_archdata into struct device

2017-01-12 Thread Bart Van Assche
Some but not all architectures provide set_dma_ops(). Move dma_ops from struct dev_archdata into struct device such that it becomes possible on all architectures to configure dma_ops per device. Signed-off-by: Bart Van Assche Cc: Benjamin Herrenschmidt

[PATCH v2 02/26] treewide: Move dma_ops from struct dev_archdata into struct device

2017-01-12 Thread Bart Van Assche
Some but not all architectures provide set_dma_ops(). Move dma_ops from struct dev_archdata into struct device such that it becomes possible on all architectures to configure dma_ops per device. Signed-off-by: Bart Van Assche Cc: Benjamin Herrenschmidt Cc: Boris Ostrovsky Cc: David Woodhouse