From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754832AbbJGV2P (ORCPT ); Wed, 7 Oct 2015 17:28:15 -0400 Received: from mail-lb0-f194.google.com ([209.85.217.194]:35326 "EHLO mail-lb0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753771AbbJGV2F (ORCPT ); Wed, 7 Oct 2015 17:28:05 -0400 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> <20151007141740.GF3320@vkoul-mobl.iind.intel.com> To: Vinod Koul Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Anatolij Gustschin , Gerhard Sittig , Rob Herring , Timur Tabi , Grant Likely , Dan Williams , 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: <56158F36.1080602@linux.com> Date: Thu, 8 Oct 2015 00:31:34 +0300 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151007141740.GF3320@vkoul-mobl.iind.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07.10.2015 17:17, Vinod Koul wrote: > On Thu, Sep 24, 2015 at 08:28:57PM +0300, 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. > > Why can't we use defered probe ? I have been asking people to not move init > levels and esnure we have right solutions using defered probe Thanks, Vinod, I'll do it in v4. Best regards, Alexander