linux-stable/arch/arm/mach-hisi
Mike Rapoport 3ecc68349b memblock: rename memblock_free to memblock_phys_free
Since memblock_free() operates on a physical range, make its name
reflect it and rename it to memblock_phys_free(), so it will be a
logical counterpart to memblock_phys_alloc().

The callers are updated with the below semantic patch:

    @@
    expression addr;
    expression size;
    @@
    - memblock_free(addr, size);
    + memblock_phys_free(addr, size);

Link: https://lkml.kernel.org/r/20210930185031.18648-6-rppt@kernel.org
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Juergen Gross <jgross@suse.com>
Cc: Shahab Vahedi <Shahab.Vahedi@synopsys.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-11-06 13:30:41 -07:00
..
Kconfig ARM: hisi: add support for SD5203 SoC 2020-09-30 09:56:03 +08:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
core.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
hisilicon.c ARM: hisi: use the correct HiSilicon copyright 2021-04-02 15:36:27 +08:00
hotplug.c ARM: hisi: use the correct HiSilicon copyright 2021-04-02 15:36:27 +08:00
platmcpm.c memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
platsmp.c ARM: hisi: use the correct HiSilicon copyright 2021-04-02 15:36:27 +08:00