All of lore.kernel.org
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno  <angelogioacchino.delregno@collabora.com>
To: "allen-kh.cheng" <allen-kh.cheng@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	nfraprado@collabora.com
Cc: Project_Global_Chrome_Upstream_Group@mediatek.com,
	chun-jie.chen@mediatek.com, devicetree@vger.kernel.org,
	drinkcat@chromium.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	srv_heupstream@mediatek.com, Chen-Yu Tsai <wenst@chromium.org>,
	Ryder Lee <ryder.lee@kernel.org>
Subject: Re: [PATCH v4 4/5] arm64: dts: mediatek: Correct I2C clock of MT8192
Date: Thu, 13 Jan 2022 11:03:06 +0100	[thread overview]
Message-ID: <b9068bf4-5019-f322-24e6-3869ab36ec90@collabora.com> (raw)
In-Reply-To: <20220113065822.11809-5-allen-kh.cheng@mediatek.com>

Il 13/01/22 07:58, allen-kh.cheng ha scritto:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
> 
> When the initial devicetree for mt8192 was added in 48489980e27e ("arm64:
> dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile"), the
> clock driver for mt8192 was not yet upstream, so the clock property nodes
> were set to the clk26m clock as a placeholder.
> 
> Given that the clock driver has since been added through 710573dee31b ("clk:
> mediatek: Add MT8192 basic clocks support"), as well as its dt-bindings
> through f35f1a23e0e1 ("clk: mediatek: Add dt-bindings of MT8192 clocks") and
> devicetree nodes through 5d2b897bc6f5 ("arm64: dts: mediatek: Add mt8192
> clock controllers"), fix the I2C clock property to point to the actual
> clock.
> 
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


WARNING: multiple messages have this Message-ID (diff)
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: "allen-kh.cheng" <allen-kh.cheng@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	nfraprado@collabora.com
Cc: Project_Global_Chrome_Upstream_Group@mediatek.com,
	chun-jie.chen@mediatek.com, devicetree@vger.kernel.org,
	drinkcat@chromium.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	srv_heupstream@mediatek.com, Chen-Yu Tsai <wenst@chromium.org>,
	Ryder Lee <ryder.lee@kernel.org>
Subject: Re: [PATCH v4 4/5] arm64: dts: mediatek: Correct I2C clock of MT8192
Date: Thu, 13 Jan 2022 11:03:06 +0100	[thread overview]
Message-ID: <b9068bf4-5019-f322-24e6-3869ab36ec90@collabora.com> (raw)
In-Reply-To: <20220113065822.11809-5-allen-kh.cheng@mediatek.com>

Il 13/01/22 07:58, allen-kh.cheng ha scritto:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
> 
> When the initial devicetree for mt8192 was added in 48489980e27e ("arm64:
> dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile"), the
> clock driver for mt8192 was not yet upstream, so the clock property nodes
> were set to the clk26m clock as a placeholder.
> 
> Given that the clock driver has since been added through 710573dee31b ("clk:
> mediatek: Add MT8192 basic clocks support"), as well as its dt-bindings
> through f35f1a23e0e1 ("clk: mediatek: Add dt-bindings of MT8192 clocks") and
> devicetree nodes through 5d2b897bc6f5 ("arm64: dts: mediatek: Add mt8192
> clock controllers"), fix the I2C clock property to point to the actual
> clock.
> 
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


_______________________________________________
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: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: "allen-kh.cheng" <allen-kh.cheng@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	nfraprado@collabora.com
Cc: Project_Global_Chrome_Upstream_Group@mediatek.com,
	chun-jie.chen@mediatek.com, devicetree@vger.kernel.org,
	drinkcat@chromium.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	srv_heupstream@mediatek.com, Chen-Yu Tsai <wenst@chromium.org>,
	Ryder Lee <ryder.lee@kernel.org>
Subject: Re: [PATCH v4 4/5] arm64: dts: mediatek: Correct I2C clock of MT8192
Date: Thu, 13 Jan 2022 11:03:06 +0100	[thread overview]
Message-ID: <b9068bf4-5019-f322-24e6-3869ab36ec90@collabora.com> (raw)
In-Reply-To: <20220113065822.11809-5-allen-kh.cheng@mediatek.com>

Il 13/01/22 07:58, allen-kh.cheng ha scritto:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
> 
> When the initial devicetree for mt8192 was added in 48489980e27e ("arm64:
> dts: Add Mediatek SoC MT8192 and evaluation board dts and Makefile"), the
> clock driver for mt8192 was not yet upstream, so the clock property nodes
> were set to the clk26m clock as a placeholder.
> 
> Given that the clock driver has since been added through 710573dee31b ("clk:
> mediatek: Add MT8192 basic clocks support"), as well as its dt-bindings
> through f35f1a23e0e1 ("clk: mediatek: Add dt-bindings of MT8192 clocks") and
> devicetree nodes through 5d2b897bc6f5 ("arm64: dts: mediatek: Add mt8192
> clock controllers"), fix the I2C clock property to point to the actual
> clock.
> 
> Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


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

  reply	other threads:[~2022-01-13 10:03 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-13  6:58 [PATCH v4 0/5] Update MT8192 Clock Setting allen-kh.cheng
2022-01-13  6:58 ` allen-kh.cheng
2022-01-13  6:58 ` [PATCH v4 1/5] arm64: dts: mediatek: Correct uart clock of MT8192 allen-kh.cheng
2022-01-13  6:58   ` allen-kh.cheng
2022-01-13 10:03   ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13  6:58 ` [PATCH v4 2/5] arm64: dts: mediatek: Correct SPI " allen-kh.cheng
2022-01-13  6:58   ` allen-kh.cheng
2022-01-13 10:03   ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13  6:58 ` [PATCH v4 3/5] arm64: dts: mediatek: Correct Nor Flash " allen-kh.cheng
2022-01-13  6:58   ` allen-kh.cheng
2022-01-13 10:03   ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13  6:58 ` [PATCH v4 4/5] arm64: dts: mediatek: Correct I2C " allen-kh.cheng
2022-01-13  6:58   ` allen-kh.cheng
2022-01-13 10:03   ` AngeloGioacchino Del Regno [this message]
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13  6:58 ` [PATCH v4 5/5] arm64: dts: mediatek: Correct system timer " allen-kh.cheng
2022-01-13  6:58   ` allen-kh.cheng
2022-01-13 10:03   ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13 10:03     ` AngeloGioacchino Del Regno
2022-01-13 16:07 ` [PATCH v4 0/5] Update MT8192 Clock Setting Matthias Brugger
2022-01-13 16:07   ` Matthias Brugger
2022-01-13 16:07   ` 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=b9068bf4-5019-f322-24e6-3869ab36ec90@collabora.com \
    --to=angelogioacchino.delregno@collabora.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=allen-kh.cheng@mediatek.com \
    --cc=chun-jie.chen@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=drinkcat@chromium.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=nfraprado@collabora.com \
    --cc=robh+dt@kernel.org \
    --cc=ryder.lee@kernel.org \
    --cc=srv_heupstream@mediatek.com \
    --cc=wenst@chromium.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 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.