From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Date: Tue, 18 Sep 2012 08:05:43 +0000 Subject: Re: [alsa-devel] [PATCH 00/34] i.MX multi-platform support Message-Id: <20120918080541.GA6377@S2101-09.ap.freescale.net> List-Id: References: <1347860103-4141-1-git-send-email-shawn.guo@linaro.org> <20120918075213.GD24458@pengutronix.de> In-Reply-To: <20120918075213.GD24458@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Sascha Hauer Cc: alsa-devel@alsa-project.org, linux-usb@vger.kernel.org, Artem Bityutskiy , linux-fbdev@vger.kernel.org, Wim Van Sebroeck , linux-mtd@lists.infradead.org, linux-i2c@vger.kernel.org, rtc-linux@googlegroups.com, Florian Tobias Schandinat , Paulius Zaleckas , Chris Ball , linux-media@vger.kernel.org, linux-watchdog@vger.kernel.org, Arnd Bergmann , Rob Herring , linux-arm-kernel@lists.infradead.org, Fabio Estevam , Vinod Koul , Greg Kroah-Hartman , Mark Brown , linux-mmc@vger.kernel.org, Wolfram Sang , Javier Martin , Andrew Morton On Tue, Sep 18, 2012 at 09:52:13AM +0200, Sascha Hauer wrote: > I just had a look at the remaining initcalls in arch-imx. Most of them > are protected with a cpu_is_*, but this one should be fixed before i.MX > is enabled for multi platform: > > arch/arm/mach-imx/devices/devices.c:48:core_initcall(mxc_device_init); > Ah, I missed that. Thanks for reminding, Sascha. Shawn