summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2015-08-06 19:11:54 -0400
committerFelipe Balbi <balbi@ti.com>2015-09-27 11:54:31 -0400
commit1f91b4cc03556ba0d43ac80621dac8263cda3880 (patch)
tree93492018562be508549cd97f5398e05affbe906a /arch/arm/mach-s3c64xx
parentdb2be4e9e30c6e43e48c5749d3fc74cee0a6bbb3 (diff)
usb: dwc2: rename all s3c_* to dwc2_*
this driver has long ago became dwc2.ko with both peripheral and host roles, there's no point in keeping the old function names. Acked-by: John Youn <johnyoun@synopsys.com> Tested-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c4
-rw-r--r--arch/arm/mach-s3c64xx/mach-smartq.c4
-rw-r--r--arch/arm/mach-s3c64xx/mach-smdk6410.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index 65c426bc45f7..14bd9ae3f476 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -809,7 +809,7 @@ static const struct gpio_led_platform_data gpio_leds_pdata = {
809 .num_leds = ARRAY_SIZE(gpio_leds), 809 .num_leds = ARRAY_SIZE(gpio_leds),
810}; 810};
811 811
812static struct s3c_hsotg_plat crag6410_hsotg_pdata; 812static struct dwc2_hsotg_plat crag6410_hsotg_pdata;
813 813
814static void __init crag6410_machine_init(void) 814static void __init crag6410_machine_init(void)
815{ 815{
@@ -835,7 +835,7 @@ static void __init crag6410_machine_init(void)
835 s3c_i2c0_set_platdata(&i2c0_pdata); 835 s3c_i2c0_set_platdata(&i2c0_pdata);
836 s3c_i2c1_set_platdata(&i2c1_pdata); 836 s3c_i2c1_set_platdata(&i2c1_pdata);
837 s3c_fb_set_platdata(&crag6410_lcd_pdata); 837 s3c_fb_set_platdata(&crag6410_lcd_pdata);
838 s3c_hsotg_set_platdata(&crag6410_hsotg_pdata); 838 dwc2_hsotg_set_platdata(&crag6410_hsotg_pdata);
839 839
840 i2c_register_board_info(0, i2c_devs0, ARRAY_SIZE(i2c_devs0)); 840 i2c_register_board_info(0, i2c_devs0, ARRAY_SIZE(i2c_devs0));
841 i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1)); 841 i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1));
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c
index b3d13537a7f0..719843dca510 100644
--- a/arch/arm/mach-s3c64xx/mach-smartq.c
+++ b/arch/arm/mach-s3c64xx/mach-smartq.c
@@ -189,7 +189,7 @@ static struct s3c_hwmon_pdata smartq_hwmon_pdata __initdata = {
189 }, 189 },
190}; 190};
191 191
192static struct s3c_hsotg_plat smartq_hsotg_pdata; 192static struct dwc2_hsotg_plat smartq_hsotg_pdata;
193 193
194static int __init smartq_lcd_setup_gpio(void) 194static int __init smartq_lcd_setup_gpio(void)
195{ 195{
@@ -382,7 +382,7 @@ void __init smartq_map_io(void)
382void __init smartq_machine_init(void) 382void __init smartq_machine_init(void)
383{ 383{
384 s3c_i2c0_set_platdata(NULL); 384 s3c_i2c0_set_platdata(NULL);
385 s3c_hsotg_set_platdata(&smartq_hsotg_pdata); 385 dwc2_hsotg_set_platdata(&smartq_hsotg_pdata);
386 s3c_hwmon_set_platdata(&smartq_hwmon_pdata); 386 s3c_hwmon_set_platdata(&smartq_hwmon_pdata);
387 s3c_sdhci1_set_platdata(&smartq_internal_hsmmc_pdata); 387 s3c_sdhci1_set_platdata(&smartq_internal_hsmmc_pdata);
388 s3c_sdhci2_set_platdata(&smartq_internal_hsmmc_pdata); 388 s3c_sdhci2_set_platdata(&smartq_internal_hsmmc_pdata);
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c
index d590b88bd8a8..286c9bd676e1 100644
--- a/arch/arm/mach-s3c64xx/mach-smdk6410.c
+++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c
@@ -628,7 +628,7 @@ static struct platform_pwm_backlight_data smdk6410_bl_data = {
628 .enable_gpio = -1, 628 .enable_gpio = -1,
629}; 629};
630 630
631static struct s3c_hsotg_plat smdk6410_hsotg_pdata; 631static struct dwc2_hsotg_plat smdk6410_hsotg_pdata;
632 632
633static void __init smdk6410_map_io(void) 633static void __init smdk6410_map_io(void)
634{ 634{
@@ -659,7 +659,7 @@ static void __init smdk6410_machine_init(void)
659 s3c_i2c0_set_platdata(NULL); 659 s3c_i2c0_set_platdata(NULL);
660 s3c_i2c1_set_platdata(NULL); 660 s3c_i2c1_set_platdata(NULL);
661 s3c_fb_set_platdata(&smdk6410_lcd_pdata); 661 s3c_fb_set_platdata(&smdk6410_lcd_pdata);
662 s3c_hsotg_set_platdata(&smdk6410_hsotg_pdata); 662 dwc2_hsotg_set_platdata(&smdk6410_hsotg_pdata);
663 663
664 samsung_keypad_set_platdata(&smdk6410_keypad_data); 664 samsung_keypad_set_platdata(&smdk6410_keypad_data);
665 665