From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 96D841A002B for ; Mon, 28 Sep 2015 23:11:47 +1000 (AEST) Received: by lahh2 with SMTP id h2so159367872lah.0 for ; Mon, 28 Sep 2015 06:11:44 -0700 (PDT) Reply-To: alex.popov@linux.com Subject: Re: [PATCH v3 3/3] dmaengine: mpc512x: initialize with subsys_initcall() References: <1443115737-3948-1-git-send-email-alex.popov@linux.com> <1443115737-3948-4-git-send-email-alex.popov@linux.com> <5604925C.1050803@tabi.org> To: Timur Tabi , 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, Alexander Popov From: Alexander Popov Message-ID: <56093D5C.70809@linux.com> Date: Mon, 28 Sep 2015 16:15:08 +0300 MIME-Version: 1.0 In-Reply-To: <5604925C.1050803@tabi.org> Content-Type: text/plain; charset=windows-1252 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 25.09.2015 03:16, Timur Tabi wrote: > 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? Thanks Timur, I'll try. Best regards, Alexander