mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 10:02:02 +02:00
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 |
||
|---|---|---|
| .. | ||
| common.h | ||
| emev2.h | ||
| headsmp-apmu.S | ||
| headsmp-scu.S | ||
| headsmp.S | ||
| Kconfig | ||
| Makefile | ||
| platsmp-apmu.c | ||
| platsmp-scu.c | ||
| platsmp.c | ||
| pm-rcar-gen2.c | ||
| r8a7779.h | ||
| rcar-gen2.h | ||
| regulator-quirk-rcar-gen2.c | ||
| setup-emev2.c | ||
| setup-r7s9210.c | ||
| setup-r7s72100.c | ||
| setup-r8a73a4.c | ||
| setup-r8a7740.c | ||
| setup-r8a7778.c | ||
| setup-r8a7779.c | ||
| setup-rcar-gen2.c | ||
| setup-sh73a0.c | ||
| sh73a0.h | ||
| smp-emev2.c | ||
| smp-r8a7779.c | ||
| smp-sh73a0.c | ||
| suspend.c | ||
| timer.c | ||