Re: [U-Boot] [PATCH v3 02/58] reset: Add default request ops

2018-08-20 Thread Maxime Ripard
On Sun, Aug 19, 2018 at 07:26:19PM +0530, Jagan Teki wrote: > Missing request ops from respective uclass driver > generating "synchronous abort" in Allwinner platform, > may be in arm. So add default request ops and give a > chance to uclass driver to think whether they really > need request or not

[U-Boot] [PATCH v3 02/58] reset: Add default request ops

2018-08-19 Thread Jagan Teki
Missing request ops from respective uclass driver generating "synchronous abort" in Allwinner platform, may be in arm. So add default request ops and give a chance to uclass driver to think whether they really need request or not. Cc: Simon Glass Signed-off-by: Jagan Teki --- drivers/reset/rese