Tom Rini
314fdd2e73
Merge patch series "dm: core: Avoid multiple calls to fdt_parent_offset()"
...
Jonas Karlman <jonas@kwiboo.se > says:
Use of fdt_parent_offset() is very expensive as detailed by the function
documentation:
NOTE: This function is expensive, as it must scan the device tree
structure from the start to nodeoffset, *twice*.
This series remove multiple calls to fdt_parent_offset() or
ofnode_get_parent() when instead a single call can be made and the
returned value can be reused.
This series help reduce boot time by around:
- ~137ms on a Radxa ROCK Pi 4 (RK3399)
- ~33ms on a Radxa ZERO 3W (RK3566)
2024-08-27 15:37:19 -06:00
..
2024-08-09 18:35:23 +08:00
2024-08-27 11:17:39 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:04 -06:00
2024-08-19 18:24:58 -06:00
2024-07-16 12:56:20 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:04 -06:00
2024-08-26 14:05:38 -06:00
2024-08-27 15:37:19 -06:00
2024-08-02 15:16:51 -03:00
2024-07-22 10:53:04 -06:00
2024-08-13 06:12:48 +02:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2024-05-24 13:42:07 -06:00
2024-08-27 14:31:55 -06:00
2024-05-20 13:35:03 -06:00
2024-08-19 18:24:58 -06:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2024-07-30 14:31:24 -06:00
2024-06-17 16:02:29 +02:00
2024-06-07 14:07:23 -06:00
2024-08-09 18:35:23 +08:00
2024-08-23 15:58:41 -06:00
2024-08-27 14:27:44 -06:00
2024-05-20 13:35:03 -06:00
2024-08-01 08:10:05 -06:00
2024-06-24 13:34:52 -06:00
2024-05-20 13:35:03 -06:00
2024-08-27 11:17:39 -06:00
2024-05-20 13:35:03 -06:00
2024-08-09 18:35:22 +08:00
2024-08-27 11:17:39 -06:00
2024-08-13 06:14:55 +02:00
2024-05-20 13:35:03 -06:00
2023-11-07 14:50:51 -05:00
2024-08-05 12:17:01 -06:00
2024-05-20 13:35:03 -06:00
2024-08-27 11:17:39 -06:00
2024-07-22 10:53:06 -06:00
2024-07-25 09:14:29 -06:00
2024-07-22 10:53:06 -06:00
2024-07-22 10:53:06 -06:00
2024-07-31 16:56:06 +02:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-08-05 16:14:10 +02:00
2024-07-22 10:53:06 -06:00
2024-08-19 18:24:58 -06:00
2024-07-05 12:07:37 +02:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:06 -06:00
2024-04-26 08:28:35 +03:00
2024-07-22 10:53:06 -06:00
2024-08-27 15:37:18 -06:00
2024-08-06 14:01:14 +03:00
2024-05-20 13:35:03 -06:00
2024-08-23 15:58:42 -06:00
2024-08-26 14:05:38 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-07-31 16:51:54 +02:00
2024-05-20 13:35:03 -06:00
2023-10-15 12:23:48 +02:00
2024-08-09 18:35:23 +08:00