All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Chang <jia-wei.chang@mediatek.com>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Roger Lu <roger.lu@mediatek.com>,
	Kevin Hilman <khilman@kernel.org>,
	Jia-Wei Chang <jia-wei.chang@mediatek.com>
Cc: <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	<hsinyi@google.com>
Subject: [PATCH 0/2] soc: mediatek: svs: add support for mt8186
Date: Tue, 12 Apr 2022 19:21:25 +0800	[thread overview]
Message-ID: <20220412112127.21570-1-jia-wei.chang@mediatek.com> (raw)

From: Jia-Wei Chang <jia-wei.chang@mediatek.com>

This series supports MT8186 Smart Voltage Scaling (SVS) hardware which
used as optimization of opp voltage table for corresponding dvfs
drivers.

This series is based on Roger's series [1].
[1]: Message ID: 20220221063939.14969-1-roger.lu@mediatek.com

Jia-Wei Chang (2):
  dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
  soc: mediatek: svs: add support for mt8186

 .../bindings/soc/mediatek/mtk-svs.yaml        |   2 +
 drivers/soc/mediatek/mtk-svs.c                | 349 +++++++++++++++++-
 2 files changed, 344 insertions(+), 7 deletions(-)

-- 
2.18.0


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Tim Chang <jia-wei.chang@mediatek.com>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Roger Lu <roger.lu@mediatek.com>,
	Kevin Hilman <khilman@kernel.org>,
	Jia-Wei Chang <jia-wei.chang@mediatek.com>
Cc: <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	<hsinyi@google.com>
Subject: [PATCH 0/2] soc: mediatek: svs: add support for mt8186
Date: Tue, 12 Apr 2022 19:21:25 +0800	[thread overview]
Message-ID: <20220412112127.21570-1-jia-wei.chang@mediatek.com> (raw)

From: Jia-Wei Chang <jia-wei.chang@mediatek.com>

This series supports MT8186 Smart Voltage Scaling (SVS) hardware which
used as optimization of opp voltage table for corresponding dvfs
drivers.

This series is based on Roger's series [1].
[1]: Message ID: 20220221063939.14969-1-roger.lu@mediatek.com

Jia-Wei Chang (2):
  dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
  soc: mediatek: svs: add support for mt8186

 .../bindings/soc/mediatek/mtk-svs.yaml        |   2 +
 drivers/soc/mediatek/mtk-svs.c                | 349 +++++++++++++++++-
 2 files changed, 344 insertions(+), 7 deletions(-)

-- 
2.18.0


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

WARNING: multiple messages have this Message-ID (diff)
From: Tim Chang <jia-wei.chang@mediatek.com>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Roger Lu <roger.lu@mediatek.com>,
	Kevin Hilman <khilman@kernel.org>,
	Jia-Wei Chang <jia-wei.chang@mediatek.com>
Cc: <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	<hsinyi@google.com>
Subject: [PATCH 0/2] soc: mediatek: svs: add support for mt8186
Date: Tue, 12 Apr 2022 19:21:25 +0800	[thread overview]
Message-ID: <20220412112127.21570-1-jia-wei.chang@mediatek.com> (raw)

From: Jia-Wei Chang <jia-wei.chang@mediatek.com>

This series supports MT8186 Smart Voltage Scaling (SVS) hardware which
used as optimization of opp voltage table for corresponding dvfs
drivers.

This series is based on Roger's series [1].
[1]: Message ID: 20220221063939.14969-1-roger.lu@mediatek.com

Jia-Wei Chang (2):
  dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
  soc: mediatek: svs: add support for mt8186

 .../bindings/soc/mediatek/mtk-svs.yaml        |   2 +
 drivers/soc/mediatek/mtk-svs.c                | 349 +++++++++++++++++-
 2 files changed, 344 insertions(+), 7 deletions(-)

-- 
2.18.0


             reply	other threads:[~2022-04-12 11:35 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-12 11:21 Tim Chang [this message]
2022-04-12 11:21 ` [PATCH 0/2] soc: mediatek: svs: add support for mt8186 Tim Chang
2022-04-12 11:21 ` Tim Chang
2022-04-12 11:21 ` [PATCH 1/2] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings Tim Chang
2022-04-12 11:21   ` Tim Chang
2022-04-12 11:21   ` Tim Chang
2022-04-12 12:08   ` Krzysztof Kozlowski
2022-04-12 12:08     ` Krzysztof Kozlowski
2022-04-12 12:08     ` Krzysztof Kozlowski
2022-04-14  5:32     ` Jia-Wei Chang
2022-04-14  5:32       ` Jia-Wei Chang
2022-04-14  5:32       ` Jia-Wei Chang
2022-04-12 11:21 ` [PATCH 2/2] soc: mediatek: svs: add support for mt8186 Tim Chang
2022-04-12 11:21   ` Tim Chang
2022-04-12 11:21   ` Tim Chang
2022-04-12 15:30   ` AngeloGioacchino Del Regno
2022-04-12 15:30     ` AngeloGioacchino Del Regno
2022-04-12 15:30     ` AngeloGioacchino Del Regno
2022-04-14  6:25     ` Jia-Wei Chang
2022-04-14  6:25       ` Jia-Wei Chang
2022-04-14  6:25       ` Jia-Wei Chang
2022-04-12 22:58   ` Kevin Hilman
2022-04-12 22:58     ` Kevin Hilman
2022-04-12 22:58     ` Kevin Hilman
2022-04-14  6:09     ` Jia-Wei Chang
2022-04-14  6:09       ` Jia-Wei Chang
2022-04-14  6:09       ` Jia-Wei Chang

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=20220412112127.21570-1-jia-wei.chang@mediatek.com \
    --to=jia-wei.chang@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hsinyi@google.com \
    --cc=khilman@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=roger.lu@mediatek.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.