linux/arch/arm/mach-shmobile
Geert Uytterhoeven c902a6887e ARM: shmobile: rcar-gen2: Use of_machine_compatible_match() helper
Replace sequences of of_machine_is_compatible() calls by single calls to
the of_machine_compatible_match() helper, to simplify the code, and to
reduce code size.

Note that this does have a slight performance impact on matching
platforms: while the C sequences terminated evaluation after a match,
(internal) of_device_compatible_match() calculates a matching score, and
thus always checks against all passed compatible values.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/2230eb28da9b8d8bdee4e4fd7e19dc8f074531bc.1780499233.git.geert+renesas@glider.be
2026-06-29 11:18:03 +02:00
..
common.h
emev2.h
headsmp-apmu.S
headsmp-scu.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
headsmp.S ARM: shmobile: smp: Enforce shmobile_smp_* alignment 2025-03-12 09:15:37 +01:00
Kconfig ARM: shmobile: Drop selecting GPIOLIB and PINCTRL 2022-10-28 14:31:24 +02:00
Makefile
platsmp-apmu.c ARM: sh-mobile: Use of_cpu_node_to_id() to read CPU node 'reg' 2023-03-30 16:02:42 +02:00
platsmp-scu.c ARM: shmobile: Stop using __raw_*() I/O accessors 2020-11-23 09:54:59 +01:00
platsmp.c
pm-rcar-gen2.c ARM: shmobile: rcar-gen2: Use SZ_256K definition 2025-08-11 16:23:35 +02:00
r8a7779.h
rcar-gen2.h
regulator-quirk-rcar-gen2.c ARM: shmobile: rcar-gen2: Use of_machine_compatible_match() helper 2026-06-29 11:18:03 +02:00
setup-emev2.c ARM: shmobile: Drop commas after dt_compat sentinels 2022-05-05 12:32:40 +02:00
setup-r7s9210.c ARM: shmobile: Drop commas after dt_compat sentinels 2022-05-05 12:32:40 +02:00
setup-r7s72100.c ARM: shmobile: Drop commas after dt_compat sentinels 2022-05-05 12:32:40 +02:00
setup-r8a73a4.c ARM: shmobile: Drop commas after dt_compat sentinels 2022-05-05 12:32:40 +02:00
setup-r8a7740.c ARM: shmobile: Drop commas after dt_compat sentinels 2022-05-05 12:32:40 +02:00
setup-r8a7778.c ARM: shmobile: Drop commas after dt_compat sentinels 2022-05-05 12:32:40 +02:00
setup-r8a7779.c ARM: shmobile: Drop commas after dt_compat sentinels 2022-05-05 12:32:40 +02:00
setup-rcar-gen2.c ARM: shmobile: rcar-gen2: Use of_machine_compatible_match() helper 2026-06-29 11:18:03 +02:00
setup-sh73a0.c ARM: shmobile: Drop commas after dt_compat sentinels 2022-05-05 12:32:40 +02:00
sh73a0.h
smp-emev2.c
smp-r8a7779.c ARM: shmobile: r8a7779: Reserve boot area when SMP is enabled 2023-09-27 11:00:27 +02:00
smp-sh73a0.c ARM: shmobile: sh73a0: Reserve boot area when SMP is enabled 2023-09-27 11:00:27 +02:00
suspend.c
timer.c