Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1411624 > unrolled thread
| Started by | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| First post | 2016-06-02 00:20 +0200 |
| Last post | 2016-06-02 21:20 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/5] clk: qcom: ipq4019: Modified the fixed clock rate to proper values Stephen Boyd <sboyd@codeaurora.org> - 2016-06-02 00:20 +0200
Re: [PATCH 1/5] clk: qcom: ipq4019: Modified the fixed clock rate to proper values "Banavathi, Pradeep" <pradeepb@codeaurora.org> - 2016-06-02 16:20 +0200
Re: [PATCH 1/5] clk: qcom: ipq4019: Modified the fixed clock rate to proper values Stephen Boyd <sboyd@codeaurora.org> - 2016-06-02 20:40 +0200
Re: [PATCH 1/5] clk: qcom: ipq4019: Modified the fixed clock rate to proper values Abhishek Sahu <absahu@codeaurora.org> - 2016-06-02 21:20 +0200
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Date | 2016-06-02 00:20 +0200 |
| Subject | Re: [PATCH 1/5] clk: qcom: ipq4019: Modified the fixed clock rate to proper values |
| Message-ID | <rFmEx-63v-11@gated-at.bofh.it> |
On 05/30, Abhishek Sahu wrote: > Modified the fixed clock rate initialization in the IPQ4019 clock > probe function with correct values. > > Also some of the fixed clocks entries were not added in the current > driver file so added the same. > > Signed-off-by: Abhishek Sahu <absahu@codeaurora.org> This was a temporary solution until the PLL recalc code could be written. When is the real clk driver coming so we can get rid of these fixed rate clks being registered in this driver? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
[toc] | [next] | [standalone]
| From | "Banavathi, Pradeep" <pradeepb@codeaurora.org> |
|---|---|
| Date | 2016-06-02 16:20 +0200 |
| Message-ID | <rFBDA-6Xf-15@gated-at.bofh.it> |
| In reply to | #1411624 |
The PLLs on IPQ4019 cannot be reconfigured by design. The recommendation is to program these PLLS only once. Since, the Bootloaders configure the PLLs and clocks already. we did not support the recalc rate and marked them as fixed clocks. On 6/2/2016 3:48 AM, Stephen Boyd wrote: > This was a temporary solution until the PLL recalc code could be > written. When is the real clk driver coming so we can get rid of > these fixed rate clks being registered in this driver?
[toc] | [prev] | [next] | [standalone]
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Date | 2016-06-02 20:40 +0200 |
| Message-ID | <rFFHb-19P-11@gated-at.bofh.it> |
| In reply to | #1412271 |
On 06/02, Banavathi, Pradeep wrote: > The PLLs on IPQ4019 cannot be reconfigured by design. The > recommendation is to program these PLLS only once. Since, the > Bootloaders configure the PLLs and clocks already. we did not > support the recalc rate and marked them as fixed clocks. > (Please don't top post) That doesn't matter. We recalculate PLL rates on all other qcom SoCs by reading the hardware even though an overwhelming majority of them are fixed by the bootloader. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
[toc] | [prev] | [next] | [standalone]
| From | Abhishek Sahu <absahu@codeaurora.org> |
|---|---|
| Date | 2016-06-02 21:20 +0200 |
| Message-ID | <rFGjT-1DM-17@gated-at.bofh.it> |
| In reply to | #1412493 |
On Thu, Jun 02, 2016 at 11:35:40AM -0700, Stephen Boyd wrote: > On 06/02, Banavathi, Pradeep wrote: > > The PLLs on IPQ4019 cannot be reconfigured by design. The > > recommendation is to program these PLLS only once. Since, the > > Bootloaders configure the PLLs and clocks already. we did not > > support the recalc rate and marked them as fixed clocks. > > > > (Please don't top post) > > That doesn't matter. We recalculate PLL rates on all other qcom > SoCs by reading the hardware even though an overwhelming majority > of them are fixed by the bootloader. > We will check for this. Already we added the APSS CPU PLL divider in clock framework in next 3 patches of this patchset. Could you please review the same so that we can follow the similar thing for other PLL and dividers. > -- > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, > a Linux Foundation Collaborative Project
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web