From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from VA3EHSOBE008.bigfish.com (va3ehsobe001.messaging.microsoft.com [216.32.180.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id D1A13B6F69 for ; Wed, 30 Nov 2011 03:19:16 +1100 (EST) Message-ID: <4ED5058F.90004@freescale.com> Date: Tue, 29 Nov 2011 10:17:19 -0600 From: Timur Tabi MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH 2/6] powerpc/85xx: consolidate of_platform_bus_probe calls References: <1321552581-29773-1-git-send-email-dbaryshkov@gmail.com> <1321552581-29773-2-git-send-email-dbaryshkov@gmail.com> <38BAFE03-DB17-4442-8CC2-E386E46FEB19@kernel.crashing.org> In-Reply-To: <38BAFE03-DB17-4442-8CC2-E386E46FEB19@kernel.crashing.org> Content-Type: text/plain; charset="ISO-8859-1" Cc: Dmitry Eremin-Solenikov , Gala Kumar-B11780 , "linuxppc-dev@lists.ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala wrote: >> I don't think this is working. I need to investigate some more to be >> sure, but it looks like this is not picking up "fsl,eloplus-dma". >> None of the DMA channels are being probed in the audio driver >> (sound/soc/fsl_dma.c). > > Hmm, that's odd. Should see if the issues exists before the change. If I move the "fsl,eloplus-dma" into mpc85xx_common_ids[], then everything works. I suspect there's some kind of state machine in of_platform_bus_probe() that allows it to find the DMA channel nodes if it's scanned everything else first. I'm trying to debug it now. -- Timur Tabi Linux kernel developer at Freescale