diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-30 16:46:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-01 03:13:28 -0400 |
commit | 205d231bfbd26bb10400518586d2a9f1b62858ee (patch) | |
tree | b4b53b06805aabbfb0ebccae423e5084d92d874c /arch | |
parent | d330a080a87831b693a2dad1058cd11bbb6c3736 (diff) |
ASoC: Remove -dai suffix from i.MX SSI driver
While it is a generic serial port in practice the i.MX SSI is only supported
in Linux as an audio port (the i.MX has dedicated SPI controllers and so on).
This means we don't need to disambiguate against other uses of the hardware
and so can drop the -dai suffix from the driver name which fixes merge
issues with the i.MX tree in -next.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mx3/clock-imx31.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-mx3/clock-imx35.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-mx3/devices.c | 4 | ||||
-rw-r--r-- | arch/arm/plat-mxc/audmux-v2.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-mx3/clock-imx31.c b/arch/arm/mach-mx3/clock-imx31.c index 9b52a67abf2d..9a9eb6de6127 100644 --- a/arch/arm/mach-mx3/clock-imx31.c +++ b/arch/arm/mach-mx3/clock-imx31.c | |||
@@ -558,8 +558,8 @@ static struct clk_lookup lookups[] = { | |||
558 | _REGISTER_CLOCK("mxc_w1.0", NULL, owire_clk) | 558 | _REGISTER_CLOCK("mxc_w1.0", NULL, owire_clk) |
559 | _REGISTER_CLOCK("mxc-mmc.0", NULL, sdhc1_clk) | 559 | _REGISTER_CLOCK("mxc-mmc.0", NULL, sdhc1_clk) |
560 | _REGISTER_CLOCK("mxc-mmc.1", NULL, sdhc2_clk) | 560 | _REGISTER_CLOCK("mxc-mmc.1", NULL, sdhc2_clk) |
561 | _REGISTER_CLOCK("imx-ssi-dai.0", NULL, ssi1_clk) | 561 | _REGISTER_CLOCK("imx-ssi.0", NULL, ssi1_clk) |
562 | _REGISTER_CLOCK("imx-ssi-dai.1", NULL, ssi2_clk) | 562 | _REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk) |
563 | _REGISTER_CLOCK(NULL, "firi", firi_clk) | 563 | _REGISTER_CLOCK(NULL, "firi", firi_clk) |
564 | _REGISTER_CLOCK(NULL, "ata", ata_clk) | 564 | _REGISTER_CLOCK(NULL, "ata", ata_clk) |
565 | _REGISTER_CLOCK(NULL, "rtic", rtic_clk) | 565 | _REGISTER_CLOCK(NULL, "rtic", rtic_clk) |
diff --git a/arch/arm/mach-mx3/clock-imx35.c b/arch/arm/mach-mx3/clock-imx35.c index f29c3e91fa3a..d3af0fdf8475 100644 --- a/arch/arm/mach-mx3/clock-imx35.c +++ b/arch/arm/mach-mx3/clock-imx35.c | |||
@@ -464,8 +464,8 @@ static struct clk_lookup lookups[] = { | |||
464 | _REGISTER_CLOCK(NULL, "sdma", sdma_clk) | 464 | _REGISTER_CLOCK(NULL, "sdma", sdma_clk) |
465 | _REGISTER_CLOCK(NULL, "spba", spba_clk) | 465 | _REGISTER_CLOCK(NULL, "spba", spba_clk) |
466 | _REGISTER_CLOCK(NULL, "spdif", spdif_clk) | 466 | _REGISTER_CLOCK(NULL, "spdif", spdif_clk) |
467 | _REGISTER_CLOCK("imx-ssi-dai.0", NULL, ssi1_clk) | 467 | _REGISTER_CLOCK("imx-ssi.0", NULL, ssi1_clk) |
468 | _REGISTER_CLOCK("imx-ssi-dai.1", NULL, ssi2_clk) | 468 | _REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk) |
469 | _REGISTER_CLOCK("imx-uart.0", NULL, uart1_clk) | 469 | _REGISTER_CLOCK("imx-uart.0", NULL, uart1_clk) |
470 | _REGISTER_CLOCK("imx-uart.1", NULL, uart2_clk) | 470 | _REGISTER_CLOCK("imx-uart.1", NULL, uart2_clk) |
471 | _REGISTER_CLOCK("imx-uart.2", NULL, uart3_clk) | 471 | _REGISTER_CLOCK("imx-uart.2", NULL, uart3_clk) |
diff --git a/arch/arm/mach-mx3/devices.c b/arch/arm/mach-mx3/devices.c index 90eccba66d00..a4fd1a26fc91 100644 --- a/arch/arm/mach-mx3/devices.c +++ b/arch/arm/mach-mx3/devices.c | |||
@@ -327,14 +327,14 @@ static struct resource imx_ssi_resources1[] = { | |||
327 | }; | 327 | }; |
328 | 328 | ||
329 | struct platform_device imx_ssi_device0 = { | 329 | struct platform_device imx_ssi_device0 = { |
330 | .name = "imx-ssi-dai", | 330 | .name = "imx-ssi", |
331 | .id = 0, | 331 | .id = 0, |
332 | .num_resources = ARRAY_SIZE(imx_ssi_resources0), | 332 | .num_resources = ARRAY_SIZE(imx_ssi_resources0), |
333 | .resource = imx_ssi_resources0, | 333 | .resource = imx_ssi_resources0, |
334 | }; | 334 | }; |
335 | 335 | ||
336 | struct platform_device imx_ssi_device1 = { | 336 | struct platform_device imx_ssi_device1 = { |
337 | .name = "imx-ssi-dai", | 337 | .name = "imx-ssi", |
338 | .id = 1, | 338 | .id = 1, |
339 | .num_resources = ARRAY_SIZE(imx_ssi_resources1), | 339 | .num_resources = ARRAY_SIZE(imx_ssi_resources1), |
340 | .resource = imx_ssi_resources1, | 340 | .resource = imx_ssi_resources1, |
diff --git a/arch/arm/plat-mxc/audmux-v2.c b/arch/arm/plat-mxc/audmux-v2.c index 910374d1d486..f9e7cdbd0005 100644 --- a/arch/arm/plat-mxc/audmux-v2.c +++ b/arch/arm/plat-mxc/audmux-v2.c | |||
@@ -45,9 +45,9 @@ static const char *audmux_port_string(int port) | |||
45 | { | 45 | { |
46 | switch (port) { | 46 | switch (port) { |
47 | case MX31_AUDMUX_PORT1_SSI0: | 47 | case MX31_AUDMUX_PORT1_SSI0: |
48 | return "imx-ssi-dai.0"; | 48 | return "imx-ssi.0"; |
49 | case MX31_AUDMUX_PORT2_SSI1: | 49 | case MX31_AUDMUX_PORT2_SSI1: |
50 | return "imx-ssi-dai.1"; | 50 | return "imx-ssi.1"; |
51 | case MX31_AUDMUX_PORT3_SSI_PINS_3: | 51 | case MX31_AUDMUX_PORT3_SSI_PINS_3: |
52 | return "SSI3"; | 52 | return "SSI3"; |
53 | case MX31_AUDMUX_PORT4_SSI_PINS_4: | 53 | case MX31_AUDMUX_PORT4_SSI_PINS_4: |