From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [RFC/PATCH 6/9] drivers: platform: Configure dma operations at probe time Date: Fri, 15 May 2015 16:59:06 -0700 Message-ID: <20150515235906.GA27219@kroah.com> References: <1431644410-2997-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1431644410-2997-7-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1431644410-2997-7-git-send-email-laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Laurent Pinchart Cc: Laura Abbott , Arnd Bergmann , Will Deacon , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Thierry Reding , Grant Likely , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Fri, May 15, 2015 at 02:00:07AM +0300, Laurent Pinchart wrote: > Configuring DMA ops at probe time will allow deferring device probe when > the IOMMU isn't available yet. > > Signed-off-by: Laurent Pinchart > --- > drivers/base/platform.c | 9 +++++++++ > drivers/of/platform.c | 7 +++---- > 2 files changed, 12 insertions(+), 4 deletions(-) > Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Fri, 15 May 2015 16:59:06 -0700 Subject: [RFC/PATCH 6/9] drivers: platform: Configure dma operations at probe time In-Reply-To: <1431644410-2997-7-git-send-email-laurent.pinchart+renesas@ideasonboard.com> References: <1431644410-2997-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1431644410-2997-7-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Message-ID: <20150515235906.GA27219@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 15, 2015 at 02:00:07AM +0300, Laurent Pinchart wrote: > Configuring DMA ops at probe time will allow deferring device probe when > the IOMMU isn't available yet. > > Signed-off-by: Laurent Pinchart > --- > drivers/base/platform.c | 9 +++++++++ > drivers/of/platform.c | 7 +++---- > 2 files changed, 12 insertions(+), 4 deletions(-) > Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946322AbbEOX7J (ORCPT ); Fri, 15 May 2015 19:59:09 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43923 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992471AbbEOX7H (ORCPT ); Fri, 15 May 2015 19:59:07 -0400 Date: Fri, 15 May 2015 16:59:06 -0700 From: Greg Kroah-Hartman To: Laurent Pinchart Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, Laura Abbott , Arnd Bergmann , Mitchel Humpherys , Joreg Roedel , Will Deacon , Grant Likely , Robin Murphy , Marek Szyprowski , Thierry Reding Subject: Re: [RFC/PATCH 6/9] drivers: platform: Configure dma operations at probe time Message-ID: <20150515235906.GA27219@kroah.com> References: <1431644410-2997-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1431644410-2997-7-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431644410-2997-7-git-send-email-laurent.pinchart+renesas@ideasonboard.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 15, 2015 at 02:00:07AM +0300, Laurent Pinchart wrote: > Configuring DMA ops at probe time will allow deferring device probe when > the IOMMU isn't available yet. > > Signed-off-by: Laurent Pinchart > --- > drivers/base/platform.c | 9 +++++++++ > drivers/of/platform.c | 7 +++---- > 2 files changed, 12 insertions(+), 4 deletions(-) > Acked-by: Greg Kroah-Hartman