
19 Apr
2017
19 Apr
'17
2:11 a.m.
On 17 April 2017 at 13:00, Maxim Sloyko maxims@google.com wrote:
Make functions for locking and unlocking SCU part of SCU API. Many drivers need to modify settings in SCU and thus need to unlock it first. This change makes it possible.
Signed-off-by: Maxim Sloyko maxims@google.com
Changes in v1: None
arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 14 ++++++++++++++ arch/arm/mach-aspeed/ast2500/clk_ast2500.c | 15 +++++++++++++++ drivers/clk/aspeed/clk_ast2500.c | 18 ++---------------- 3 files changed, 31 insertions(+), 16 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org