]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 27 Feb 2024 16:05:45 +0000 (17:05 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 2 Mar 2024 19:29:36 +0000 (14:29 -0500)
Rename rmobile_get_cpu_type() to renesas_get_cpu_type() because
all the chips are made by Renesas, while only a subset of them
is from the R-Mobile line.

Use the following command to perform the rename:

"
$ git grep -l '\<rmobile_get_cpu_type\>' | \
  xargs -I {} sed -i 's@\<rmobile_get_cpu_type\>@renesas_get_cpu_type@g' {}
"

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
arch/arm/mach-rmobile/cpu_info-rcar.c
arch/arm/mach-rmobile/cpu_info-rzg2l.c
arch/arm/mach-rmobile/cpu_info.c
arch/arm/mach-rmobile/include/mach/rmobile.h
board/renesas/blanche/blanche.c
board/renesas/salvator-x/salvator-x.c
board/renesas/ulcb/ulcb.c
drivers/mmc/renesas-sdhi.c
drivers/net/ravb.c
drivers/spi/renesas_rpc_spi.c

index b9d8b5e57b5a7f9c80a1b8fde9d4d2033b46106e..fe1795cec81ce20b3a6fe045bf89c10641a1cf99 100644 (file)
@@ -21,7 +21,7 @@ static u32 rmobile_get_prr(void)
        return readl(0xFF000044);
 }
 
-u32 rmobile_get_cpu_type(void)
+u32 renesas_get_cpu_type(void)
 {
        return (rmobile_get_prr() & 0x00007F00) >> 8;
 }
index bd3146fb011fd82a5574ebd9d05b1365f179f699..6c0b50ffd40fe833b125eb06adf9399e420c5b29 100644 (file)
@@ -47,7 +47,7 @@ const u8 *rzg_get_cpu_name(void)
        return get_tfa_info()->cpu_name;
 }
 
-u32 rmobile_get_cpu_type(void)
+u32 renesas_get_cpu_type(void)
 {
        return get_tfa_info()->cpu_type;
 }
index adb7fff0c48e39a6bf7b40884a2bc362dbbf6a02..c7fbf39cedb38361cc8db35cfd63c4b0c70fdd2b 100644 (file)
@@ -40,7 +40,7 @@ static u32 __rmobile_get_cpu_type(void)
 {
        return 0x0;
 }
-u32 rmobile_get_cpu_type(void)
+u32 renesas_get_cpu_type(void)
                __attribute__((weak, alias("__rmobile_get_cpu_type")));
 
 static u32 __rmobile_get_cpu_rev_integer(void)
@@ -83,7 +83,7 @@ static const struct {
 
 static int rmobile_cpuinfo_idx(void)
 {
-       u32 cpu_type = rmobile_get_cpu_type();
+       u32 cpu_type = renesas_get_cpu_type();
        int i;
 
        for (i = 0; i < ARRAY_SIZE(rmobile_cpuinfo) - 1; i++)
index bed91f07ad49f36e6d2d539be2d08a684438d659..464a67f78d2dc342762f65a7c25793a86e712757 100644 (file)
@@ -48,7 +48,7 @@
 #include <asm/types.h>
 
 const u8 *rzg_get_cpu_name(void);
-u32 rmobile_get_cpu_type(void);
+u32 renesas_get_cpu_type(void);
 u32 rmobile_get_cpu_rev_integer(void);
 u32 rmobile_get_cpu_rev_fraction(void);
 #endif /* __ASSEMBLY__ */
index faaf42ee901751ceaa33c8b25c117db309dec7a4..80faae62624070ef8390550822b28908326e2611 100644 (file)
@@ -49,7 +49,7 @@ static void blanche_init_sys(void)
        struct rcar_swdt *swdt = (struct rcar_swdt *)SWDT_BASE;
        u32 cpu_type;
 
-       cpu_type = rmobile_get_cpu_type();
+       cpu_type = renesas_get_cpu_type();
        if (cpu_type == 0x4A) {
                writel(0x4D000000, CPG_PLL1CR);
                writel(0x4F000000, CPG_PLL3CR);
index 71b168893f355fc693f08bffc194aa86fd6448c0..01571625e71df3386d6dff6b250e0048e3819af2 100644 (file)
@@ -76,7 +76,7 @@ void reset_cpu(void)
 int board_fit_config_name_match(const char *name)
 {
        /* PRR driver is not available yet */
-       u32 cpu_type = rmobile_get_cpu_type();
+       u32 cpu_type = renesas_get_cpu_type();
 
        if ((cpu_type == RMOBILE_CPU_TYPE_R8A7795) &&
            !strcmp(name, "r8a77950-salvator-x-u-boot"))
index 3c2f7c5e815b6c67598399cfc86aa168246b3146..5d7ebbd922fa0fc05da704a0c626f50e756bd162 100644 (file)
@@ -67,7 +67,7 @@ int board_init(void)
 int board_fit_config_name_match(const char *name)
 {
        /* PRR driver is not available yet */
-       u32 cpu_type = rmobile_get_cpu_type();
+       u32 cpu_type = renesas_get_cpu_type();
 
        if ((cpu_type == RMOBILE_CPU_TYPE_R8A7795) &&
            !strcmp(name, "r8a77950-ulcb-u-boot"))
index a74559ca686dfe3d6bac6838a1164aee150f6165..4b7cf77324319db66926360ad0e2051d63c72f72 100644 (file)
@@ -885,28 +885,28 @@ static void renesas_sdhi_filter_caps(struct udevice *dev)
        struct tmio_sd_plat *plat = dev_get_plat(dev);
 
        /* HS400 is not supported on H3 ES1.x, M3W ES1.[012], V3M, V3H ES1.x, D3 */
-       if (((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
+       if (((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
            (rmobile_get_cpu_rev_integer() <= 1)) ||
-           ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
+           ((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
            (rmobile_get_cpu_rev_integer() == 1) &&
            (rmobile_get_cpu_rev_fraction() <= 2)) ||
-           (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77970) ||
-           ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77980) &&
+           (renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77970) ||
+           ((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77980) &&
            (rmobile_get_cpu_rev_integer() <= 1)) ||
-           (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77995))
+           (renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77995))
                plat->cfg.host_caps &= ~MMC_MODE_HS400;
 
        /* H3 ES2.0, ES3.0 and M3W ES1.2 and M3N bad taps */
-       if (((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
+       if (((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
            (rmobile_get_cpu_rev_integer() >= 2)) ||
-           ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
+           ((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
            (rmobile_get_cpu_rev_integer() == 1) &&
            (rmobile_get_cpu_rev_fraction() == 2)) ||
-           (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77965))
+           (renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77965))
                priv->hs400_bad_tap = BIT(2) | BIT(3) | BIT(6) | BIT(7);
 
        /* M3W ES1.x for x>2 can use HS400 with manual adjustment and taps */
-       if ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
+       if ((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
            (rmobile_get_cpu_rev_integer() == 1) &&
            (rmobile_get_cpu_rev_fraction() > 2)) {
                priv->adjust_hs400_enable = true;
@@ -917,12 +917,12 @@ static void renesas_sdhi_filter_caps(struct udevice *dev)
        }
 
        /* M3W+ bad taps */
-       if ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
+       if ((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
            (rmobile_get_cpu_rev_integer() == 3))
                priv->hs400_bad_tap = BIT(1) | BIT(3) | BIT(5) | BIT(7);
 
        /* M3N can use HS400 with manual adjustment */
-       if (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77965) {
+       if (renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77965) {
                priv->adjust_hs400_enable = true;
                priv->adjust_hs400_offset = 3;
                priv->adjust_hs400_calib_table =
@@ -930,7 +930,7 @@ static void renesas_sdhi_filter_caps(struct udevice *dev)
        }
 
        /* E3 can use HS400 with manual adjustment */
-       if (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77990) {
+       if (renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77990) {
                priv->adjust_hs400_enable = true;
                priv->adjust_hs400_offset = 3;
                priv->adjust_hs400_calib_table =
@@ -938,9 +938,9 @@ static void renesas_sdhi_filter_caps(struct udevice *dev)
        }
 
        /* H3 ES1.x, ES2.0 and M3W ES1.[0123] uses 4 tuning taps */
-       if (((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
+       if (((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
            (rmobile_get_cpu_rev_integer() <= 2)) ||
-           ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
+           ((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
            (rmobile_get_cpu_rev_integer() == 1) &&
            (rmobile_get_cpu_rev_fraction() <= 3)))
                priv->nrtaps = 4;
@@ -948,9 +948,9 @@ static void renesas_sdhi_filter_caps(struct udevice *dev)
                priv->nrtaps = 8;
 #endif
        /* H3 ES1.x and M3W ES1.0 uses bit 17 for DTRAEND */
-       if (((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
+       if (((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7795) &&
            (rmobile_get_cpu_rev_integer() <= 1)) ||
-           ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
+           ((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A7796) &&
            (rmobile_get_cpu_rev_integer() == 1) &&
            (rmobile_get_cpu_rev_fraction() == 0)))
                priv->read_poll_flag = TMIO_SD_DMA_INFO1_END_RD;
@@ -958,7 +958,7 @@ static void renesas_sdhi_filter_caps(struct udevice *dev)
                priv->read_poll_flag = TMIO_SD_DMA_INFO1_END_RD2;
 
        /* V3M handles SD0H differently than other Gen3 SoCs */
-       if (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77970)
+       if (renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77970)
                priv->needs_clkh_fallback = true;
        else
                priv->needs_clkh_fallback = false;
index 0bcd6cfd3f35907e8e3a36895c079c2dec85ed09..733f08ad4eaec3e48efa59f7d25baa9cbe371af7 100644 (file)
@@ -392,8 +392,8 @@ static int ravb_dmac_init(struct udevice *dev)
        writel(0x00222210, eth->iobase + RAVB_REG_TGC);
 
        /* Delay CLK: 2ns (not applicable on R-Car E3/D3) */
-       if ((rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77990) ||
-           (rmobile_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77995))
+       if ((renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77990) ||
+           (renesas_get_cpu_type() == RMOBILE_CPU_TYPE_R8A77995))
                return 0;
 
        if (!dev_read_u32(dev, "rx-internal-delay-ps", &delay)) {
index 3eb14061c81d4f1c49c23bd8aa43fe59d89d0fa5..8a93d1b1bfd84973d7550e4b5822e8ba30d6aa2c 100644 (file)
@@ -203,7 +203,7 @@ static void rpc_spi_flush_read_cache(struct udevice *dev)
 static u32 rpc_spi_get_strobe_delay(void)
 {
 #ifndef CONFIG_RZA1
-       u32 cpu_type = rmobile_get_cpu_type();
+       u32 cpu_type = renesas_get_cpu_type();
 
        /*
         * NOTE: RPC_PHYCNT_STRTIM value: