usb: s3c-otg: Rename struct s3c_plat_otg_data
authorMarek Vasut <marex@denx.de>
Fri, 4 Dec 2015 01:23:29 +0000 (02:23 +0100)
committerMarek Vasut <marex@denx.de>
Thu, 17 Dec 2015 20:54:40 +0000 (21:54 +0100)
The driver is actually for the Designware DWC2 controller.
This patch is the first to rename global symbol, the struct
s3c_plat_otg_data.

The rename is done automatically:
$ sed -i "s/s3c_plat_otg_data/dwc2_plat_otg_data/g" \
`git grep s3c_plat_otg_data | cut -d : -f 1`

Signed-off-by: Marek Vasut <marex@denx.de>
14 files changed:
board/altera/arria5-socdk/socfpga.c
board/altera/cyclone5-socdk/socfpga.c
board/broadcom/bcm28155_ap/bcm28155_ap.c
board/denx/mcvevk/socfpga.c
board/ebv/socrates/socfpga.c
board/samsung/goni/goni.c
board/samsung/odroid/odroid.c
board/samsung/trats/trats.c
board/samsung/trats2/trats2.c
board/samsung/universal_c210/universal.c
board/terasic/sockit/socfpga.c
drivers/usb/gadget/dwc2_udc_otg.c
drivers/usb/gadget/dwc2_udc_otg_priv.h
include/usb/s3c_udc.h

index a1dbc492c986dec1d3b48f03d176f453fc7788c5..10f8f683388da4accda3d9d1aeb666911d6d7462 100644 (file)
@@ -68,7 +68,7 @@ int board_phy_config(struct phy_device *phydev)
 #endif
 
 #ifdef CONFIG_USB_GADGET
-struct s3c_plat_otg_data socfpga_otg_data = {
+struct dwc2_plat_otg_data socfpga_otg_data = {
        .regs_otg       = CONFIG_USB_DWC2_REG_ADDR,
        .usb_gusbcfg    = 0x1417,
 };
index a1dbc492c986dec1d3b48f03d176f453fc7788c5..10f8f683388da4accda3d9d1aeb666911d6d7462 100644 (file)
@@ -68,7 +68,7 @@ int board_phy_config(struct phy_device *phydev)
 #endif
 
 #ifdef CONFIG_USB_GADGET
-struct s3c_plat_otg_data socfpga_otg_data = {
+struct dwc2_plat_otg_data socfpga_otg_data = {
        .regs_otg       = CONFIG_USB_DWC2_REG_ADDR,
        .usb_gusbcfg    = 0x1417,
 };
index 20eb19142a958622cb5718f7143e33b35e39ba00..e517db3a3bc83fcc133fac1ba8a9dfcc76207d84 100644 (file)
@@ -95,7 +95,7 @@ int board_mmc_init(bd_t *bis)
 #endif
 
 #ifdef CONFIG_USB_GADGET
-static struct s3c_plat_otg_data bcm_otg_data = {
+static struct dwc2_plat_otg_data bcm_otg_data = {
        .regs_otg       = HSOTG_BASE_ADDR
 };
 
index 1a23a7d88c829483eba3e51823379d4f2e44c814..f27b64e80e3752af25bdc1c0903ef27063df7294 100644 (file)
@@ -28,7 +28,7 @@ int board_init(void)
 }
 
 #ifdef CONFIG_USB_GADGET
-struct s3c_plat_otg_data socfpga_otg_data = {
+struct dwc2_plat_otg_data socfpga_otg_data = {
        .regs_otg       = CONFIG_USB_DWC2_REG_ADDR,
        .usb_gusbcfg    = 0x1417,
 };
index a1dbc492c986dec1d3b48f03d176f453fc7788c5..10f8f683388da4accda3d9d1aeb666911d6d7462 100644 (file)
@@ -68,7 +68,7 @@ int board_phy_config(struct phy_device *phydev)
 #endif
 
 #ifdef CONFIG_USB_GADGET
-struct s3c_plat_otg_data socfpga_otg_data = {
+struct dwc2_plat_otg_data socfpga_otg_data = {
        .regs_otg       = CONFIG_USB_DWC2_REG_ADDR,
        .usb_gusbcfg    = 0x1417,
 };
index d943d63eca04bb2a4e2d3ddb8d0f0ab5668afa53..2ba556ef33b20bde6358caa8591f3ab1e4610f8c 100644 (file)
@@ -183,7 +183,7 @@ static int s5pc1xx_phy_control(int on)
        return 0;
 }
 
-struct s3c_plat_otg_data s5pc110_otg_data = {
+struct dwc2_plat_otg_data s5pc110_otg_data = {
        .phy_control = s5pc1xx_phy_control,
        .regs_phy = S5PC110_PHY_BASE,
        .regs_otg = S5PC110_OTG_BASE,
index 36d493d514d4360bbd25520b6cb8f8a197a610ce..58cbb72e4124b369d199f0189c6347b6281c48e3 100644 (file)
@@ -452,7 +452,7 @@ static int s5pc210_phy_control(int on)
                return regulator_set_mode(dev, OPMODE_LPM);
 }
 
-struct s3c_plat_otg_data s5pc210_otg_data = {
+struct dwc2_plat_otg_data s5pc210_otg_data = {
        .phy_control    = s5pc210_phy_control,
        .regs_phy       = EXYNOS4X12_USBPHY_BASE,
        .regs_otg       = EXYNOS4X12_USBOTG_BASE,
index e163e45a587df150324e60ee57114a5735269a76..3a553c110b355b6aa508cb62939c00ae2941900f 100644 (file)
@@ -41,7 +41,7 @@ u32 get_board_rev(void)
 #endif
 
 static void check_hw_revision(void);
-struct s3c_plat_otg_data s5pc210_otg_data;
+struct dwc2_plat_otg_data s5pc210_otg_data;
 
 int exynos_init(void)
 {
@@ -419,7 +419,7 @@ static int s5pc210_phy_control(int on)
        return 0;
 }
 
-struct s3c_plat_otg_data s5pc210_otg_data = {
+struct dwc2_plat_otg_data s5pc210_otg_data = {
        .phy_control    = s5pc210_phy_control,
        .regs_phy       = EXYNOS4_USBPHY_BASE,
        .regs_otg       = EXYNOS4_USBOTG_BASE,
index a7377497e5d2d4002f7b847ae051abfe5e8bb2b9..e52a8173ca6cd035cfc8afaa78a766059c8ab290 100644 (file)
@@ -303,7 +303,7 @@ static int s5pc210_phy_control(int on)
        return 0;
 }
 
-struct s3c_plat_otg_data s5pc210_otg_data = {
+struct dwc2_plat_otg_data s5pc210_otg_data = {
        .phy_control    = s5pc210_phy_control,
        .regs_phy       = EXYNOS4X12_USBPHY_BASE,
        .regs_otg       = EXYNOS4X12_USBOTG_BASE,
index df4671394f668faa8639f3ba8881f94503dd6926..747d556dd3e03c2b235f20fc0da13384c0aac231 100644 (file)
@@ -179,7 +179,7 @@ static int s5pc210_phy_control(int on)
        return 0;
 }
 
-struct s3c_plat_otg_data s5pc210_otg_data = {
+struct dwc2_plat_otg_data s5pc210_otg_data = {
        .phy_control = s5pc210_phy_control,
        .regs_phy = EXYNOS4_USBPHY_BASE,
        .regs_otg = EXYNOS4_USBOTG_BASE,
index a1dbc492c986dec1d3b48f03d176f453fc7788c5..10f8f683388da4accda3d9d1aeb666911d6d7462 100644 (file)
@@ -68,7 +68,7 @@ int board_phy_config(struct phy_device *phydev)
 #endif
 
 #ifdef CONFIG_USB_GADGET
-struct s3c_plat_otg_data socfpga_otg_data = {
+struct dwc2_plat_otg_data socfpga_otg_data = {
        .regs_otg       = CONFIG_USB_DWC2_REG_ADDR,
        .usb_gusbcfg    = 0x1417,
 };
index 772d9481d32c6a72fbd97be3546ccb5db11fb94b..2e2dfe121ab30de86bb55da29cb4054902bf6634 100644 (file)
@@ -797,7 +797,7 @@ static struct dwc2_udc memory = {
  *     probe - binds to the platform device
  */
 
-int s3c_udc_probe(struct s3c_plat_otg_data *pdata)
+int s3c_udc_probe(struct dwc2_plat_otg_data *pdata)
 {
        struct dwc2_udc *dev = &memory;
        int retval = 0;
index 36428826317b2353d60a28e51f7d337ae8c0d9cc..c5e9dc29d82ca3741e9602efcdd7ab2497c12d9d 100644 (file)
@@ -78,7 +78,7 @@ struct dwc2_udc {
        struct usb_gadget gadget;
        struct usb_gadget_driver *driver;
 
-       struct s3c_plat_otg_data *pdata;
+       struct dwc2_plat_otg_data *pdata;
 
        int ep0state;
        struct dwc2_ep ep[DWC2_MAX_ENDPOINTS];
index 497248dbeecd73615912edc792ac1ec515c9a2ad..3e83f7c56ed9fdf15a44b37910a3cb7448cd1c9a 100644 (file)
@@ -11,7 +11,7 @@
 
 #define PHY0_SLEEP              (1 << 5)
 
-struct s3c_plat_otg_data {
+struct dwc2_plat_otg_data {
        int             (*phy_control)(int on);
        unsigned int    regs_phy;
        unsigned int    regs_otg;
@@ -20,6 +20,6 @@ struct s3c_plat_otg_data {
        unsigned int    usb_gusbcfg;
 };
 
-int s3c_udc_probe(struct s3c_plat_otg_data *pdata);
+int s3c_udc_probe(struct dwc2_plat_otg_data *pdata);
 
 #endif