From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muin.pair.com (muin.pair.com [209.68.1.55]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 901DD1A01EE for ; Fri, 25 Sep 2015 10:16:33 +1000 (AEST) Subject: Re: [PATCH v3 3/3] dmaengine: mpc512x: initialize with subsys_initcall() To: Alexander Popov , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Anatolij Gustschin , Gerhard Sittig , Rob Herring , Grant Likely , Dan Williams , Vinod Koul , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linuxppc-dev@lists.ozlabs.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <1443115737-3948-1-git-send-email-alex.popov@linux.com> <1443115737-3948-4-git-send-email-alex.popov@linux.com> From: Timur Tabi Message-ID: <5604925C.1050803@tabi.org> Date: Thu, 24 Sep 2015 19:16:28 -0500 MIME-Version: 1.0 In-Reply-To: <1443115737-3948-4-git-send-email-alex.popov@linux.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Alexander Popov wrote: > Initialize Freescale MPC512x DMA driver with subsys_initcall() > to allow the depending drivers to call dma_request_slave_channel() > during their probe. > > Signed-off-by: Alexander Popov Is there any way we can use -EPROBEDEFER instead?