diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/board-espt.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/board-sh7757lcr.c | 8 | ||||
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 4 | ||||
-rw-r--r-- | arch/sh/boards/mach-se/770x/setup.c | 8 | ||||
-rw-r--r-- | arch/sh/boards/mach-se/7724/setup.c | 4 | ||||
-rw-r--r-- | arch/sh/boards/mach-sh7763rdp/setup.c | 2 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh2/setup-sh7619.c | 4 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7724.c | 2 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7734.c | 2 |
9 files changed, 18 insertions, 18 deletions
diff --git a/arch/sh/boards/board-espt.c b/arch/sh/boards/board-espt.c index d71a0bcf8145..4d94dff9015c 100644 --- a/arch/sh/boards/board-espt.c +++ b/arch/sh/boards/board-espt.c | |||
@@ -85,7 +85,7 @@ static struct sh_eth_plat_data sh7763_eth_pdata = { | |||
85 | }; | 85 | }; |
86 | 86 | ||
87 | static struct platform_device espt_eth_device = { | 87 | static struct platform_device espt_eth_device = { |
88 | .name = "sh-eth", | 88 | .name = "sh7763-gether", |
89 | .resource = sh_eth_resources, | 89 | .resource = sh_eth_resources, |
90 | .num_resources = ARRAY_SIZE(sh_eth_resources), | 90 | .num_resources = ARRAY_SIZE(sh_eth_resources), |
91 | .dev = { | 91 | .dev = { |
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index 41f86702eb9f..4f114d1cd019 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c | |||
@@ -82,7 +82,7 @@ static struct sh_eth_plat_data sh7757_eth0_pdata = { | |||
82 | }; | 82 | }; |
83 | 83 | ||
84 | static struct platform_device sh7757_eth0_device = { | 84 | static struct platform_device sh7757_eth0_device = { |
85 | .name = "sh-eth", | 85 | .name = "sh7757-ether", |
86 | .resource = sh_eth0_resources, | 86 | .resource = sh_eth0_resources, |
87 | .id = 0, | 87 | .id = 0, |
88 | .num_resources = ARRAY_SIZE(sh_eth0_resources), | 88 | .num_resources = ARRAY_SIZE(sh_eth0_resources), |
@@ -111,7 +111,7 @@ static struct sh_eth_plat_data sh7757_eth1_pdata = { | |||
111 | }; | 111 | }; |
112 | 112 | ||
113 | static struct platform_device sh7757_eth1_device = { | 113 | static struct platform_device sh7757_eth1_device = { |
114 | .name = "sh-eth", | 114 | .name = "sh7757-ether", |
115 | .resource = sh_eth1_resources, | 115 | .resource = sh_eth1_resources, |
116 | .id = 1, | 116 | .id = 1, |
117 | .num_resources = ARRAY_SIZE(sh_eth1_resources), | 117 | .num_resources = ARRAY_SIZE(sh_eth1_resources), |
@@ -157,7 +157,7 @@ static struct sh_eth_plat_data sh7757_eth_giga0_pdata = { | |||
157 | }; | 157 | }; |
158 | 158 | ||
159 | static struct platform_device sh7757_eth_giga0_device = { | 159 | static struct platform_device sh7757_eth_giga0_device = { |
160 | .name = "sh-eth", | 160 | .name = "sh7757-gether", |
161 | .resource = sh_eth_giga0_resources, | 161 | .resource = sh_eth_giga0_resources, |
162 | .id = 2, | 162 | .id = 2, |
163 | .num_resources = ARRAY_SIZE(sh_eth_giga0_resources), | 163 | .num_resources = ARRAY_SIZE(sh_eth_giga0_resources), |
@@ -192,7 +192,7 @@ static struct sh_eth_plat_data sh7757_eth_giga1_pdata = { | |||
192 | }; | 192 | }; |
193 | 193 | ||
194 | static struct platform_device sh7757_eth_giga1_device = { | 194 | static struct platform_device sh7757_eth_giga1_device = { |
195 | .name = "sh-eth", | 195 | .name = "sh7757-gether", |
196 | .resource = sh_eth_giga1_resources, | 196 | .resource = sh_eth_giga1_resources, |
197 | .id = 3, | 197 | .id = 3, |
198 | .num_resources = ARRAY_SIZE(sh_eth_giga1_resources), | 198 | .num_resources = ARRAY_SIZE(sh_eth_giga1_resources), |
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 764530c85aa9..61fade0ffa96 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -165,8 +165,8 @@ static struct sh_eth_plat_data sh_eth_plat = { | |||
165 | }; | 165 | }; |
166 | 166 | ||
167 | static struct platform_device sh_eth_device = { | 167 | static struct platform_device sh_eth_device = { |
168 | .name = "sh-eth", | 168 | .name = "sh7724-ether", |
169 | .id = 0, | 169 | .id = 0, |
170 | .dev = { | 170 | .dev = { |
171 | .platform_data = &sh_eth_plat, | 171 | .platform_data = &sh_eth_plat, |
172 | }, | 172 | }, |
diff --git a/arch/sh/boards/mach-se/770x/setup.c b/arch/sh/boards/mach-se/770x/setup.c index 9759d6ba7ffb..658326f44df8 100644 --- a/arch/sh/boards/mach-se/770x/setup.c +++ b/arch/sh/boards/mach-se/770x/setup.c | |||
@@ -128,8 +128,8 @@ static struct resource sh_eth0_resources[] = { | |||
128 | }; | 128 | }; |
129 | 129 | ||
130 | static struct platform_device sh_eth0_device = { | 130 | static struct platform_device sh_eth0_device = { |
131 | .name = "sh-eth", | 131 | .name = "sh771x-ether", |
132 | .id = 0, | 132 | .id = 0, |
133 | .dev = { | 133 | .dev = { |
134 | .platform_data = PHY_ID, | 134 | .platform_data = PHY_ID, |
135 | }, | 135 | }, |
@@ -151,8 +151,8 @@ static struct resource sh_eth1_resources[] = { | |||
151 | }; | 151 | }; |
152 | 152 | ||
153 | static struct platform_device sh_eth1_device = { | 153 | static struct platform_device sh_eth1_device = { |
154 | .name = "sh-eth", | 154 | .name = "sh771x-ether", |
155 | .id = 1, | 155 | .id = 1, |
156 | .dev = { | 156 | .dev = { |
157 | .platform_data = PHY_ID, | 157 | .platform_data = PHY_ID, |
158 | }, | 158 | }, |
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index 4010e63e82d8..b70180ef3e29 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c | |||
@@ -380,8 +380,8 @@ static struct sh_eth_plat_data sh_eth_plat = { | |||
380 | }; | 380 | }; |
381 | 381 | ||
382 | static struct platform_device sh_eth_device = { | 382 | static struct platform_device sh_eth_device = { |
383 | .name = "sh-eth", | 383 | .name = "sh7724-ether", |
384 | .id = 0, | 384 | .id = 0, |
385 | .dev = { | 385 | .dev = { |
386 | .platform_data = &sh_eth_plat, | 386 | .platform_data = &sh_eth_plat, |
387 | }, | 387 | }, |
diff --git a/arch/sh/boards/mach-sh7763rdp/setup.c b/arch/sh/boards/mach-sh7763rdp/setup.c index b7c75298dfb5..50ba481fa240 100644 --- a/arch/sh/boards/mach-sh7763rdp/setup.c +++ b/arch/sh/boards/mach-sh7763rdp/setup.c | |||
@@ -93,7 +93,7 @@ static struct sh_eth_plat_data sh7763_eth_pdata = { | |||
93 | }; | 93 | }; |
94 | 94 | ||
95 | static struct platform_device sh7763rdp_eth_device = { | 95 | static struct platform_device sh7763rdp_eth_device = { |
96 | .name = "sh-eth", | 96 | .name = "sh7763-gether", |
97 | .resource = sh_eth_resources, | 97 | .resource = sh_eth_resources, |
98 | .num_resources = ARRAY_SIZE(sh_eth_resources), | 98 | .num_resources = ARRAY_SIZE(sh_eth_resources), |
99 | .dev = { | 99 | .dev = { |
diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c index e0b740c831c7..bb11e1925178 100644 --- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c +++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c | |||
@@ -124,8 +124,8 @@ static struct resource eth_resources[] = { | |||
124 | }; | 124 | }; |
125 | 125 | ||
126 | static struct platform_device eth_device = { | 126 | static struct platform_device eth_device = { |
127 | .name = "sh-eth", | 127 | .name = "sh7619-ether", |
128 | .id = -1, | 128 | .id = -1, |
129 | .dev = { | 129 | .dev = { |
130 | .platform_data = (void *)1, | 130 | .platform_data = (void *)1, |
131 | }, | 131 | }, |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7724.c b/arch/sh/kernel/cpu/sh4a/clock-sh7724.c index 5f30f805d2f2..0128af3399b7 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7724.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7724.c | |||
@@ -329,7 +329,7 @@ static struct clk_lookup lookups[] = { | |||
329 | CLKDEV_DEV_ID("i2c-sh_mobile.0", &mstp_clks[HWBLK_IIC0]), | 329 | CLKDEV_DEV_ID("i2c-sh_mobile.0", &mstp_clks[HWBLK_IIC0]), |
330 | CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[HWBLK_IIC1]), | 330 | CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[HWBLK_IIC1]), |
331 | CLKDEV_DEV_ID("sh_mmcif.0", &mstp_clks[HWBLK_MMC]), | 331 | CLKDEV_DEV_ID("sh_mmcif.0", &mstp_clks[HWBLK_MMC]), |
332 | CLKDEV_DEV_ID("sh-eth.0", &mstp_clks[HWBLK_ETHER]), | 332 | CLKDEV_DEV_ID("sh7724-ether.0", &mstp_clks[HWBLK_ETHER]), |
333 | CLKDEV_CON_ID("atapi0", &mstp_clks[HWBLK_ATAPI]), | 333 | CLKDEV_CON_ID("atapi0", &mstp_clks[HWBLK_ATAPI]), |
334 | CLKDEV_CON_ID("tpu0", &mstp_clks[HWBLK_TPU]), | 334 | CLKDEV_CON_ID("tpu0", &mstp_clks[HWBLK_TPU]), |
335 | CLKDEV_CON_ID("irda0", &mstp_clks[HWBLK_IRDA]), | 335 | CLKDEV_CON_ID("irda0", &mstp_clks[HWBLK_IRDA]), |
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7734.c b/arch/sh/kernel/cpu/sh4a/clock-sh7734.c index deb683abacf0..ed9501519ab3 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7734.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7734.c | |||
@@ -238,7 +238,7 @@ static struct clk_lookup lookups[] = { | |||
238 | CLKDEV_CON_ID("adc0", &mstp_clks[MSTP313]), | 238 | CLKDEV_CON_ID("adc0", &mstp_clks[MSTP313]), |
239 | CLKDEV_CON_ID("mtu0", &mstp_clks[MSTP312]), | 239 | CLKDEV_CON_ID("mtu0", &mstp_clks[MSTP312]), |
240 | CLKDEV_CON_ID("iebus0", &mstp_clks[MSTP304]), | 240 | CLKDEV_CON_ID("iebus0", &mstp_clks[MSTP304]), |
241 | CLKDEV_DEV_ID("sh-eth.0", &mstp_clks[MSTP114]), | 241 | CLKDEV_DEV_ID("sh7734-gether.0", &mstp_clks[MSTP114]), |
242 | CLKDEV_CON_ID("rtc0", &mstp_clks[MSTP303]), | 242 | CLKDEV_CON_ID("rtc0", &mstp_clks[MSTP303]), |
243 | CLKDEV_CON_ID("hif0", &mstp_clks[MSTP302]), | 243 | CLKDEV_CON_ID("hif0", &mstp_clks[MSTP302]), |
244 | CLKDEV_CON_ID("stif0", &mstp_clks[MSTP301]), | 244 | CLKDEV_CON_ID("stif0", &mstp_clks[MSTP301]), |