Re: [RFC PATCH 2/4] bus: ti-sysc: Add generic enable/disable functions

2019-04-02 Thread Tony Lindgren
* Roger Quadros [190402 13:38]: > For non legacy cases, add generic sysc_enable_module() > and sysc_disable_module() functions. Looks OK to me. Can you please add a comment mentioning that we're not currently blocking clockdomain autoidle? See clkdm_deny_idle() use in omap_hwmod.c. > + if (i

[RFC PATCH 2/4] bus: ti-sysc: Add generic enable/disable functions

2019-04-02 Thread Roger Quadros
For non legacy cases, add generic sysc_enable_module() and sysc_disable_module() functions. Signed-off-by: Roger Quadros --- drivers/bus/ti-sysc.c | 114 ++ 1 file changed, 114 insertions(+) diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index