Message ID | 20231011090028.1706653-1-quic_imrashai@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for Qualcomm ECPRI clock controller | expand |
On 10/11/23 11:00, Imran Shaik wrote: > The ECPRI clock controller support for QDU1000 and QRU1000. The clock > controller has a special branch which requires an additional memory to > be enabled/disabled before the branch ops. > > Changes since v1: > - Updated the dt-bindings > - Modified mem ops logic as per the review comments > - Update all the hex values to lowercase > - Aligned the clock entries in DT as per the review comment > > Previous series: > v1 - https://patchwork.kernel.org/project/linux-arm-msm/list/?series=774092 That link is gone by now, as patchwork is periodically purged. Please use lore links instead. https://lore.kernel.org/linux-arm-msm/20230808051407.647395-1-quic_imrashai@quicinc.com/ Konrad
On 10/11/2023 3:58 PM, Konrad Dybcio wrote: > > > On 10/11/23 11:00, Imran Shaik wrote: >> The ECPRI clock controller support for QDU1000 and QRU1000. The clock >> controller has a special branch which requires an additional memory to >> be enabled/disabled before the branch ops. >> >> Changes since v1: >> - Updated the dt-bindings >> - Modified mem ops logic as per the review comments >> - Update all the hex values to lowercase >> - Aligned the clock entries in DT as per the review comment >> >> Previous series: >> v1 - >> https://patchwork.kernel.org/project/linux-arm-msm/list/?series=774092 > That link is gone by now, as patchwork is periodically purged. > > Please use lore links instead. > > https://lore.kernel.org/linux-arm-msm/20230808051407.647395-1-quic_imrashai@quicinc.com/ > > Konrad Sure, will use lore links from now. Thanks, Imran