Re: [PATCH] clk: sunxi-ng: Implement reset control status readback

2017-09-26 Thread Maxime Ripard
On Tue, Sep 26, 2017 at 02:36:20AM +, Chen-Yu Tsai wrote: > Until now we were not providing a way to read back the status of our > reset controls. Consumers had no real way to be certain whether a > peripheral was held in reset or not. > > Implement the status callback to complete the API supp

[PATCH] clk: sunxi-ng: Implement reset control status readback

2017-09-25 Thread Chen-Yu Tsai
Until now we were not providing a way to read back the status of our reset controls. Consumers had no real way to be certain whether a peripheral was held in reset or not. Implement the status callback to complete the API support. Fixes: 1d80c14248d6 ("clk: sunxi-ng: Add common infrastructure") S