Message ID | 20200723061301.82583-1-zhouyanjie@wanyeetech.com (mailing list archive) |
---|---|
Headers | show |
Series | Add USB PHY support for new Ingenic SoCs. | expand |
周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> writes: > 1.separate the adjustments to the code style into > a separate patch. > 2.Modify the help message, make it more future-proof. > 3.Drop the unnecessary comment about hardware reset. > 4.Create 'soc_info' structures instead having ID_* as platform data. For v5.10, make sure to move your phy driver to drivers/phy.
Hello Felipe, 在 2020/7/23 下午5:19, Felipe Balbi 写道: > 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> writes: > >> 1.separate the adjustments to the code style into >> a separate patch. >> 2.Modify the help message, make it more future-proof. >> 3.Drop the unnecessary comment about hardware reset. >> 4.Create 'soc_info' structures instead having ID_* as platform data. > For v5.10, make sure to move your phy driver to drivers/phy. > Sure, I will move it to drivers/phy in next version. Thanks and best regards!