Re: [PATCH] clk: make clk_core_lookup faster by using clk name hash
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-10-15 00:44:55
Also in:
linux-clk, linux-mediatek, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-10-15 00:44:55
Also in:
linux-clk, linux-mediatek, lkml
Quoting Mark-PK Tsai (2021-10-04 23:59:49)
Compare hash value before strcmp the full name to make clk_core_lookup faster. It make clk driver probe 30 percent faster on the platform have 1483 registered clks and average clock name length 20.
Why is clk_core_lookup() a fast path for you? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel