[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181211014315epcms1p153a54217e587fd76a8198db77762699a@epcms1p1>
Date: Tue, 11 Dec 2018 10:43:15 +0900
From: MyungJoo Ham <myungjoo.ham@...sung.com>
To: Chanwoo Choi <cw00.choi@...sung.com>,
Lukasz Luba <l.luba@...tner.samsung.com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-samsung-soc@...r.kernel.org"
<linux-samsung-soc@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>
CC: "tjakobi@...h.uni-bielefeld.de" <tjakobi@...h.uni-bielefeld.de>,
Kyungmin Park <kyungmin.park@...sung.com>,
"rjw@...ysocki.net" <rjw@...ysocki.net>,
"len.brown@...el.com" <len.brown@...el.com>,
"pavel@....cz" <pavel@....cz>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"keescook@...omium.org" <keescook@...omium.org>,
"anton@...msg.org" <anton@...msg.org>,
"ccross@...roid.com" <ccross@...roid.com>,
"tony.luck@...el.com" <tony.luck@...el.com>,
"robh+dt@...nel.org" <robh+dt@...nel.org>,
"mark.rutland@....com" <mark.rutland@....com>,
"kgene@...nel.org" <kgene@...nel.org>,
"krzk@...nel.org" <krzk@...nel.org>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>
Subject: RE: Re: [PATCH v3 2/5] devfreq: add support for suspend/resume of a
devfreq device
> Hi Lukasz,
>
> On 2018년 12월 05일 20:05, Lukasz Luba wrote:
> > The patch prepares devfreq device for handling suspend/resume
> > functionality. The new fields will store needed information during this
> > process. Devfreq framework handles opp-suspend DT entry and there is no
> > need of modyfications in the drivers code. It uses atomic variables to
> > make sure no race condition affects the process.
> >
> > Suggested-by: Tobias Jakobi <tjakobi@...h.uni-bielefeld.de>
> > Suggested-by: Chanwoo Choi <cw00.choi@...sung.com>
> > Signed-off-by: Lukasz Luba <l.luba@...tner.samsung.com>
> > ---
> > drivers/devfreq/devfreq.c | 47 +++++++++++++++++++++++++++++++++++++++++------
> > include/linux/devfreq.h | 7 +++++++
> > 2 files changed, 48 insertions(+), 6 deletions(-)
>
> Reviewed-by: Chanwoo Choi <cw00.choi@...sung.com>
>
Looks goot do me as well.
Acked-by: MyungJoo Ham <myungjoo.ham@...sung.com>
Anyway, for the sake of curiosity...
Having suspend-frequency is usually required when
the frequency configuration is reset with suspend-resume
as older Exynos's CPU did (I don't know whether it still does).
Does GPU do this as well?
(memory-bus won't do this because they are kept turned on during suspend)
Cheers,
MyungJoo
Powered by blists - more mailing lists