From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 02/26] treewide: Move dma_ops from struct dev_archdata into struct device Date: Thu, 19 Jan 2017 10:10:12 +0100 Message-ID: <20170119091012.GC29554@kroah.com> References: <20170112190718.6728-1-bart.vanassche@sandisk.com> <20170112190718.6728-3-bart.vanassche@sandisk.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170112190718.6728-3-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bart Van Assche Cc: Doug Ledford , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Benjamin Herrenschmidt , Boris Ostrovsky , David Woodhouse , Juergen Gross , "H . Peter Anvin" , Ingo Molnar , linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King , x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org List-Id: linux-arch.vger.kernel.org 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 Assche > Cc: Benjamin Herrenschmidt > Cc: Boris Ostrovsky > Cc: David Woodhouse > Cc: Juergen Gross > Cc: H. Peter Anvin > Cc: Ingo Molnar > Cc: linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: Russell King > Cc: x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Acked-by: Greg Kroah-Hartman -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:60462 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751407AbdASJSc (ORCPT ); Thu, 19 Jan 2017 04:18:32 -0500 Date: Thu, 19 Jan 2017 10:10:12 +0100 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 02/26] treewide: Move dma_ops from struct dev_archdata into struct device Message-ID: <20170119091012.GC29554@kroah.com> References: <20170112190718.6728-1-bart.vanassche@sandisk.com> <20170112190718.6728-3-bart.vanassche@sandisk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170112190718.6728-3-bart.vanassche@sandisk.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Bart Van Assche Cc: Doug Ledford , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Herrenschmidt , Boris Ostrovsky , David Woodhouse , Juergen Gross , "H . Peter Anvin" , Ingo Molnar , linux-arch@vger.kernel.org, Russell King , x86@kernel.org Message-ID: <20170119091012.mlw6dLQgTHaiO7GBdA9iJPrj5JBMTOJNoSTCd3Eiz6I@z> 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 Assche > Cc: Benjamin Herrenschmidt > Cc: Boris Ostrovsky > Cc: David Woodhouse > Cc: Juergen Gross > Cc: H. Peter Anvin > Cc: Ingo Molnar > Cc: linux-arch@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: Russell King > Cc: x86@kernel.org Acked-by: Greg Kroah-Hartman