Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1449442 > unrolled thread
| Started by | Amit Kucheria <amit.kucheria@linaro.org> |
|---|---|
| First post | 2016-07-25 14:30 +0200 |
| Last post | 2016-07-25 15:30 +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] thermal: hisilicon: Add dependency on the clock driver to allow frequency scaling Amit Kucheria <amit.kucheria@linaro.org> - 2016-07-25 14:30 +0200
Re: [PATCH] thermal: hisilicon: Add dependency on the clock driver to allow frequency scaling Wei Xu <xuwei5@hisilicon.com> - 2016-07-25 15:30 +0200
| From | Amit Kucheria <amit.kucheria@linaro.org> |
|---|---|
| Date | 2016-07-25 14:30 +0200 |
| Subject | Re: [PATCH] thermal: hisilicon: Add dependency on the clock driver to allow frequency scaling |
| Message-ID | <rYNbb-4vR-29@gated-at.bofh.it> |
On Thu, Jul 7, 2016 at 12:13 PM, Amit Kucheria <amit.kucheria@linaro.org> wrote: > On Sun, Jun 26, 2016 at 10:02 PM, Amit Kucheria > <amit.kucheria@linaro.org> wrote: >> On Mon, Jun 20, 2016 at 6:46 PM, Leo Yan <leo.yan@linaro.org> wrote: >>> Hi Amit, >>> >>> On Mon, Jun 20, 2016 at 05:46:36PM +0530, Amit Kucheria wrote: >>>> The Hisilicon clock stub driver is needed to allow the thermal drivers to >>>> actually scale the frequency. Make it an automatic dependency. >>>> >>>> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> >>>> --- >>>> drivers/thermal/Kconfig | 1 + >>>> 1 file changed, 1 insertion(+) >>>> >>>> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig >>>> index 22ae1f7..4e843f7 100644 >>>> --- a/drivers/thermal/Kconfig >>>> +++ b/drivers/thermal/Kconfig >>>> @@ -178,6 +178,7 @@ config THERMAL_EMULATION >>>> config HISI_THERMAL >>>> tristate "Hisilicon thermal driver" >>>> depends on (ARCH_HISI && CPU_THERMAL && OF) || COMPILE_TEST >>>> + select STUB_CLK_HI6220 >>> >>> Acked-by: Leo Yan <leo.yan@linaro.org> >> >> Thanks Leo. Eduardo, will you take this through your tree or should >> Wei include this in his tree? > > Ping! Wei, could you pull this into your tree for the next release?
[toc] | [next] | [standalone]
| From | Wei Xu <xuwei5@hisilicon.com> |
|---|---|
| Date | 2016-07-25 15:30 +0200 |
| Message-ID | <rYO7f-54B-7@gated-at.bofh.it> |
| In reply to | #1449442 |
On 25/07/2016 13:29, Amit Kucheria wrote: > On Thu, Jul 7, 2016 at 12:13 PM, Amit Kucheria <amit.kucheria@linaro.org> wrote: >> On Sun, Jun 26, 2016 at 10:02 PM, Amit Kucheria >> <amit.kucheria@linaro.org> wrote: >>> On Mon, Jun 20, 2016 at 6:46 PM, Leo Yan <leo.yan@linaro.org> wrote: >>>> Hi Amit, >>>> >>>> On Mon, Jun 20, 2016 at 05:46:36PM +0530, Amit Kucheria wrote: >>>>> The Hisilicon clock stub driver is needed to allow the thermal drivers to >>>>> actually scale the frequency. Make it an automatic dependency. >>>>> >>>>> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> >>>>> --- >>>>> drivers/thermal/Kconfig | 1 + >>>>> 1 file changed, 1 insertion(+) >>>>> >>>>> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig >>>>> index 22ae1f7..4e843f7 100644 >>>>> --- a/drivers/thermal/Kconfig >>>>> +++ b/drivers/thermal/Kconfig >>>>> @@ -178,6 +178,7 @@ config THERMAL_EMULATION >>>>> config HISI_THERMAL >>>>> tristate "Hisilicon thermal driver" >>>>> depends on (ARCH_HISI && CPU_THERMAL && OF) || COMPILE_TEST >>>>> + select STUB_CLK_HI6220 >>>> >>>> Acked-by: Leo Yan <leo.yan@linaro.org> >>> >>> Thanks Leo. Eduardo, will you take this through your tree or should >>> Wei include this in his tree? >> >> Ping! Hi Amit > > Wei, could you pull this into your tree for the next release? I am OK If Eduardo is OK to pick up my pull request. Hi Eduardo, Is it OK for me to send a pull request to you about this? Or could you let us know whether you could directly pick it up? Thanks! Best Regards, Wei > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web