]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit6bd3a95b674cb22a14868778fe2cb61b3e5a9008
treeff390c2d3d0d959dd19fce34617f2c73071ae346
parent9a2614b4584a32398f38856bc5e529050060a03a
ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()

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