Message ID | 20200630163852.47267-1-zhouyanjie@wanyeetech.com (mailing list archive) |
---|---|
Headers | show |
Series | Add functions to operate USB PHY related clock. | expand |
Gentle ping. 在 2020/7/1 上午12:38, 周琰杰 (Zhou Yanjie) 写道: > v2->v3: > 1.Remove the wrong "WARN()". > 2.Remove extra blank line. > 3.Fix wrong parameters in recalc_rate/set_rate functions. > > 周琰杰 (Zhou Yanjie) (3): > clk: JZ4780: Add functions for enable and disable USB PHY. > clk: JZ4780: Reformat the code to align it. > clk: X1000: Add support for calculat REFCLK of USB PHY. > > drivers/clk/ingenic/jz4780-cgu.c | 153 ++++++++++++++++++++------------------- > drivers/clk/ingenic/x1000-cgu.c | 84 ++++++++++++++++++++- > 2 files changed, 162 insertions(+), 75 deletions(-) >
Quoting Zhou Yanjie (2020-07-24 21:01:38) > Gentle ping. > I was hoping Paul would review but I guess not. I applied the patches to clk-next.
Le lun. 27 juil. 2020 à 18:19, Stephen Boyd <sboyd@kernel.org> a écrit : > Quoting Zhou Yanjie (2020-07-24 21:01:38) >> Gentle ping. >> > > I was hoping Paul would review but I guess not. I applied the patches > to > clk-next. I did receive the "gentle ping" and was going to review it soonish :( I said for v1 that I don't like how it comes out with magic Hz values... -Paul