All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Chanwoo Choi <cw00.choi@samsung.com>
Cc: lukasz.luba@arm.com, k.konieczny@samsung.com, kgene@kernel.org,
	s.nawrocki@samsung.com, willy.mh.wolff.ml@gmail.com,
	b.zolnierkie@samsung.com, chanwoo@kernel.org,
	myungjoo.ham@samsung.com, kyungmin.park@samsung.com,
	linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH 2/2] memory: samsung: exynos5422-dmc: Use delayed timer as default
Date: Wed, 8 Jul 2020 14:33:03 +0200	[thread overview]
Message-ID: <20200708123303.GB29033@kozik-lap> (raw)
In-Reply-To: <20200703062622.11773-3-cw00.choi@samsung.com>

On Fri, Jul 03, 2020 at 03:26:22PM +0900, Chanwoo Choi wrote:
> Use delayed timer as default instead of deferrable timer
> in order to monitor the DMC status regardless of CPU idle.
> 
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> ---
>  drivers/memory/samsung/exynos5422-dmc.c | 1 +
>  1 file changed, 1 insertion(+)

If you want to take this through devfreq tree, I'm fine:
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Otherwise I could grab it through samsung-soc after devfreq change ends
in mainline.

Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Chanwoo Choi <cw00.choi@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, chanwoo@kernel.org,
	b.zolnierkie@samsung.com, k.konieczny@samsung.com,
	linux-pm@vger.kernel.org, kyungmin.park@samsung.com,
	linux-kernel@vger.kernel.org, myungjoo.ham@samsung.com,
	willy.mh.wolff.ml@gmail.com, kgene@kernel.org,
	s.nawrocki@samsung.com, lukasz.luba@arm.com
Subject: Re: [RFC PATCH 2/2] memory: samsung: exynos5422-dmc: Use delayed timer as default
Date: Wed, 8 Jul 2020 14:33:03 +0200	[thread overview]
Message-ID: <20200708123303.GB29033@kozik-lap> (raw)
In-Reply-To: <20200703062622.11773-3-cw00.choi@samsung.com>

On Fri, Jul 03, 2020 at 03:26:22PM +0900, Chanwoo Choi wrote:
> Use delayed timer as default instead of deferrable timer
> in order to monitor the DMC status regardless of CPU idle.
> 
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> ---
>  drivers/memory/samsung/exynos5422-dmc.c | 1 +
>  1 file changed, 1 insertion(+)

If you want to take this through devfreq tree, I'm fine:
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Otherwise I could grab it through samsung-soc after devfreq change ends
in mainline.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-07-08 12:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200703061508epcas1p171aa3c0ab832b77e5837d8bd1e563742@epcas1p1.samsung.com>
2020-07-03  6:26 ` [RFC PATCH 0/2] PM / devfreq: Add delayed timer for polling Chanwoo Choi
2020-07-03  6:26   ` Chanwoo Choi
2020-07-03  6:26   ` [RFC PATCH 1/2] PM / devfreq: Add support delayed timer for polling mode Chanwoo Choi
2020-07-03  6:26     ` Chanwoo Choi
2020-07-07 14:13     ` Dan Carpenter
2020-07-07 14:13       ` Dan Carpenter
2020-07-03  6:26   ` [RFC PATCH 2/2] memory: samsung: exynos5422-dmc: Use delayed timer as default Chanwoo Choi
2020-07-03  6:26     ` Chanwoo Choi
2020-07-08 12:33     ` Krzysztof Kozlowski [this message]
2020-07-08 12:33       ` Krzysztof Kozlowski
2020-07-09  5:44       ` Chanwoo Choi
2020-07-09  5:44         ` Chanwoo Choi
2020-07-03 12:33   ` [RFC PATCH 0/2] PM / devfreq: Add delayed timer for polling Willy Wolff
2020-07-03 12:33     ` Willy Wolff
2020-07-08 14:25     ` Lukasz Luba
2020-07-08 14:25       ` Lukasz Luba
2020-07-10 15:12       ` Willy Wolff
2020-07-10 15:12         ` Willy Wolff
2020-07-13  8:55         ` Lukasz Luba
2020-07-13  8:55           ` Lukasz Luba
2020-07-08 10:52   ` Bartlomiej Zolnierkiewicz
2020-07-08 10:52     ` Bartlomiej Zolnierkiewicz
2020-07-08 14:01   ` Lukasz Luba
2020-07-08 14:01     ` Lukasz Luba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200708123303.GB29033@kozik-lap \
    --to=krzk@kernel.org \
    --cc=b.zolnierkie@samsung.com \
    --cc=chanwoo@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=k.konieczny@samsung.com \
    --cc=kgene@kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=lukasz.luba@arm.com \
    --cc=myungjoo.ham@samsung.com \
    --cc=s.nawrocki@samsung.com \
    --cc=willy.mh.wolff.ml@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.