]> git.baikalelectronics.ru Git - kernel.git/commit
clk: meson: gxbb: migrate to the new parent description method
authorAlexandre Mergnat <amergnat@baylibre.com>
Thu, 25 Jul 2019 16:42:33 +0000 (18:42 +0200)
committerJerome Brunet <jbrunet@baylibre.com>
Mon, 29 Jul 2019 10:42:48 +0000 (12:42 +0200)
commitf65c9c7b0e9cc78ab75cdadd95596ec167d3d876
treec74e6d6e574d73f26ff956efb98d8d72129142db
parentfedb3f035f1c7e744ceaf9e2306117d902b0f9f5
clk: meson: gxbb: migrate to the new parent description method

This clock controller use the string comparison method to describe parent
relation between the clocks, which is not optimized.

Migrate to the new way by using .parent_hws where possible (ie. when
all clocks are local to the controller) and use .parent_data otherwise.

Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/gxbb.c