devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sean Wang <sean.wang@mediatek.com>
To: rjw@rjwysocki.net, Viresh Kumar <viresh.kumar@linaro.org>
Cc: Andrew-sh Cheng <andrew-sh.cheng@mediatek.com>,
	mark.rutland@arm.com, khilman@baylibre.com,
	devicetree@vger.kernel.org, srv_heupstream@mediatek.com,
	linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
	robh+dt@kernel.org, linux-mediatek@lists.infradead.org,
	matthias.bgg@gmail.com, linux-arm-kernel@lists.infradead.org,
	steven.liu@mediatek.com, Ryder.Lee@mediatek.com,
	Mark-MC.Lee@mediatek.com
Subject: Re: [PATCH v1 2/4] cpufreq: mediatek: Add mediatek related projects into blacklist
Date: Mon, 22 Jan 2018 16:39:29 +0800	[thread overview]
Message-ID: <1516610369.12197.20.camel@mtkswgap22> (raw)
In-Reply-To: <20171211075532.GB25177@vireshk-i7>

Hi, Rafael and Viresh

Can you kindly guide me how to let the patch also be applied to 4.14 and
4.15 tree? Do I need to submit another patches for them?

These trees really need them. Otherwise, multi_v7_defconfig setup will
cause an occasional hang or unexpected behaviors on related boards as
[1] kernelci reported :-(

	Sean

[1]
https://kernelci.org/boot/mt7623n-bananapi-bpi-r2/


On Mon, 2017-12-11 at 13:25 +0530, Viresh Kumar wrote:
> On 08-12-17, 14:07, Andrew-sh Cheng wrote:
> > mediatek projects will use mediate-cpufreq.c as cpufreq driver,
> > instead of using cpufreq_dt.c
> > Add mediatek related projects into cpufreq-dt blacklist
> > 
> > Signed-off-by: Andrew-sh Cheng <andrew-sh.cheng@mediatek.com>
> > ---
> >  drivers/cpufreq/cpufreq-dt-platdev.c | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> > 
> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> > index ecc56e2..3b585e4 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -108,6 +108,14 @@ static const struct of_device_id blacklist[] __initconst = {
> >  
> >  	{ .compatible = "marvell,armadaxp", },
> >  
> > +	{ .compatible = "mediatek,mt2701", },
> > +	{ .compatible = "mediatek,mt2712", },
> > +	{ .compatible = "mediatek,mt7622", },
> > +	{ .compatible = "mediatek,mt7623", },
> > +	{ .compatible = "mediatek,mt817x", },
> > +	{ .compatible = "mediatek,mt8173", },
> > +	{ .compatible = "mediatek,mt8176", },
> > +
> >  	{ .compatible = "nvidia,tegra124", },
> >  
> >  	{ .compatible = "st,stih407", },
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 

  reply	other threads:[~2018-01-22  8:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08  6:07 [PATCH v1 0/4] add support of cpufreq to mt8173 and mt2712 Andrew-sh Cheng
2017-12-08  6:07 ` [PATCH v1 1/4] cpufreq: mediatek: add mt2712 into compatible list Andrew-sh Cheng
2017-12-11  7:54   ` Viresh Kumar
2017-12-08  6:07 ` [PATCH v1 2/4] cpufreq: mediatek: Add mediatek related projects into blacklist Andrew-sh Cheng
2017-12-11  7:55   ` Viresh Kumar
2018-01-22  8:39     ` Sean Wang [this message]
2018-01-22 10:16       ` Viresh Kumar
2017-12-08  6:07 ` [PATCH v1 3/4] arm64: dts: mediatek: add mt8173 cpufreq related device nodes Andrew-sh Cheng
     [not found]   ` <1512713278-17807-4-git-send-email-andrew-sh.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-12-11  7:56     ` Viresh Kumar
2017-12-08  6:07 ` [PATCH v1 4/4] arm64: dts: mediatek: add mt2712 " Andrew-sh Cheng
     [not found]   ` <1512713278-17807-5-git-send-email-andrew-sh.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-12-11  7:57     ` Viresh Kumar
2017-12-12  1:17       ` Rafael J. Wysocki
     [not found]         ` <1758225.tOgn8eUOoH-yvgW3jdyMHm1GS7QM15AGw@public.gmane.org>
2017-12-12  7:26           ` Viresh Kumar
2017-12-12  9:34             ` Matthias Brugger
     [not found]               ` <a68c5382-2a9c-6c3c-ea67-99db46bdff1a-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-12-17 18:05                 ` Rafael J. Wysocki
     [not found]                   ` <7730089.t6jDuHQEn5-yvgW3jdyMHm1GS7QM15AGw@public.gmane.org>
2017-12-20 14:47                     ` Matthias Brugger

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=1516610369.12197.20.camel@mtkswgap22 \
    --to=sean.wang@mediatek.com \
    --cc=Mark-MC.Lee@mediatek.com \
    --cc=Ryder.Lee@mediatek.com \
    --cc=andrew-sh.cheng@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=rjw@rjwysocki.net \
    --cc=robh+dt@kernel.org \
    --cc=srv_heupstream@mediatek.com \
    --cc=steven.liu@mediatek.com \
    --cc=viresh.kumar@linaro.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).