commit | e64c021fd92467e34b9d970a651bcaa8f326f3f2 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Mon Feb 24 12:58:03 2020 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Wed Feb 26 10:03:35 2020 -0800 |
tree | 284a5c59927a0c764fe625c69f8dff09ea13ae2d | |
parent | aec551c7a00fb7eae049c0c4cc3208ca53e26355 [diff] |
bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirks The clk_disable_quirk and clk_enable_quirk should really be called pre_reset_quirk and post_reset_quirk to avoid confusion like we had with hdq1w reset. Let's also rename the related functions so the code is easier to follow. Note that we also have reset_done_quirk that is needed in some cases after checking the separate register for reset done bit. Signed-off-by: Tony Lindgren <tony@atomide.com>