Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1217183 > unrolled thread
| Started by | Kevin Hilman <khilman@kernel.org> |
|---|---|
| First post | 2015-09-02 02:30 +0200 |
| Last post | 2015-09-02 04:00 +0200 |
| Articles | 2 — 2 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 v3 4/5] clk: Hi6220: add stub clock driver Kevin Hilman <khilman@kernel.org> - 2015-09-02 02:30 +0200
Re: [PATCH v3 4/5] clk: Hi6220: add stub clock driver Leo Yan <leo.yan@linaro.org> - 2015-09-02 04:00 +0200
| From | Kevin Hilman <khilman@kernel.org> |
|---|---|
| Date | 2015-09-02 02:30 +0200 |
| Subject | Re: [PATCH v3 4/5] clk: Hi6220: add stub clock driver |
| Message-ID | <q4466-5F0-13@gated-at.bofh.it> |
On Sun, Aug 2, 2015 at 6:13 PM, Leo Yan <leo.yan@linaro.org> wrote: > On Hi6220, there have some clocks which can use mailbox channel to send > messages to power controller to change frequency; this includes CPU, GPU > and DDR clocks. > > For dynamic frequency scaling, firstly need write the frequency value to > SRAM region, and then send message to mailbox to trigger power controller > to handle this requirement. This driver will use syscon APIs to pass SRAM > memory region and use common mailbox APIs for channels accessing. > > This init driver will support cpu frequency change firstly. > > Signed-off-by: Leo Yan <leo.yan@linaro.org> The kernelci.org build/boot bot detected boot failures in linux-next[1], and the failure was bisected down to this patch (landed in linux-next as commit c1628a2c416da947f5afac615d53189250fa49cb. I verifed that reverting this commit on top of next-20150901 gets the hikey booting again. Kevin [1] http://kernelci.org/boot/hi6220-hikey/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Leo Yan <leo.yan@linaro.org> |
|---|---|
| Date | 2015-09-02 04:00 +0200 |
| Message-ID | <q45vc-7yc-7@gated-at.bofh.it> |
| In reply to | #1217183 |
Hi Kevin, On Tue, Sep 01, 2015 at 05:28:03PM -0700, Kevin Hilman wrote: > On Sun, Aug 2, 2015 at 6:13 PM, Leo Yan <leo.yan@linaro.org> wrote: > > On Hi6220, there have some clocks which can use mailbox channel to send > > messages to power controller to change frequency; this includes CPU, GPU > > and DDR clocks. > > > > For dynamic frequency scaling, firstly need write the frequency value to > > SRAM region, and then send message to mailbox to trigger power controller > > to handle this requirement. This driver will use syscon APIs to pass SRAM > > memory region and use common mailbox APIs for channels accessing. > > > > This init driver will support cpu frequency change firstly. > > > > Signed-off-by: Leo Yan <leo.yan@linaro.org> > > The kernelci.org build/boot bot detected boot failures in > linux-next[1], and the failure was bisected down to this patch (landed > in linux-next as commit c1628a2c416da947f5afac615d53189250fa49cb. > > I verifed that reverting this commit on top of next-20150901 gets the > hikey booting again. Thanks for reporting. This issue has been confirmed at my side, it's caused by the patch have added dependency with MAILBOX, will fix this issue and send patch. Thanks, Leo Yan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web