Re: [U-Boot] [PATCH 04/17] aspeed: Make SCU lock/unlock functions part of SCU API

2017-03-21 Thread Simon Glass
On 16 March 2017 at 15:36, Maxim Sloyko 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 > --- > > arch/arm/include/asm/arch-aspe

[U-Boot] [PATCH 04/17] aspeed: Make SCU lock/unlock functions part of SCU API

2017-03-16 Thread Maxim Sloyko
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 --- arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 14 ++ arch/arm/mach-aspeed/ast