On Thu, Sep 30, 2010 at 11:23:02AM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the sound-asoc tree got a conflict in > arch/arm/mach-mx3/devices.c between commit > 4697bb926f43b8012ebd111ef43834f42126a0ef ("ARM: imx: dynamically allocate > imx-ssi devices") from the i.MX tree and commit > f0fba2ad1b6b53d5360125c41953b7afcd6deff0 ("ASoC: multi-component - ASoC > Multi-Component Support") from the sound-asoc tree. > > The former removed that code that the latter changed. I just used the > former. > > The latter was just changing some names, so ti may be able to be > integrated into the former. I think the same problem exists for mx2. Maybe git didn't notice as arch/arm/mach-mx2/devices.c was moved to arch/arm/mach-imx/devices.c (and merged with arch/arm/mach-mx1/devices.c)?! I didn't test, but I guess we need the following patch squashed into the merge: diff --git a/arch/arm/plat-mxc/devices/platform-imx-ssi.c b/arch/arm/plat-mxc/devices/platform-imx-ssi.c index 38a7a0b..6d74a25 100644 --- a/arch/arm/plat-mxc/devices/platform-imx-ssi.c +++ b/arch/arm/plat-mxc/devices/platform-imx-ssi.c @@ -101,7 +101,7 @@ struct platform_device *__init imx_add_imx_ssi( DMARES(rx1), }; - return imx_add_platform_device("imx-ssi", data->id, + return imx_add_platform_device("imx-ssi-dai", data->id, res, ARRAY_SIZE(res), pdata, sizeof(*pdata)); } Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html