From: Stephen Boyd <sboyd@kernel.org>
To: Chun-Jie Chen <chun-jie.chen@mediatek.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Nicolas Boichat <drinkcat@chromium.org>,
Rob Herring <robh+dt@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
srv_heupstream@mediatek.com,
Project_Global_Chrome_Upstream_Group@mediatek.com,
Chun-Jie Chen <chun-jie.chen@mediatek.com>
Subject: Re: [PATCH v3 02/15] clk: mediatek: Add MT8186 mcusys clock support
Date: Thu, 17 Mar 2022 12:47:20 -0700 [thread overview]
Message-ID: <20220317194722.0947EC340E9@smtp.kernel.org> (raw)
In-Reply-To: <20220311114229.32504-3-chun-jie.chen@mediatek.com>
Quoting Chun-Jie Chen (2022-03-11 03:42:16)
> diff --git a/drivers/clk/mediatek/clk-mt8186-mcu.c b/drivers/clk/mediatek/clk-mt8186-mcu.c
> new file mode 100644
> index 000000000000..6d82c5de16c1
> --- /dev/null
> +++ b/drivers/clk/mediatek/clk-mt8186-mcu.c
> @@ -0,0 +1,106 @@
> +// SPDX-License-Identifier: GPL-2.0-only
> +//
> +// Copyright (c) 2022 MediaTek Inc.
> +// Author: Chun-Jie Chen <chun-jie.chen@mediatek.com>
> +
> +#include "clk-mtk.h"
> +
> +#include <dt-bindings/clock/mt8186-clk.h>
> +#include <linux/clk-provider.h>
> +#include <linux/platform_device.h>
Order should be
<linux/*>
<dt-bindings/*>
"local.h"
next prev parent reply other threads:[~2022-03-17 19:47 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-11 11:42 [PATCH v3 00/15] MediaTek MT8186 clock support Chun-Jie Chen
2022-03-11 11:42 ` [PATCH v3 01/15] dt-bindings: ARM: MediaTek: Add new document bindings of MT8186 clock Chun-Jie Chen
2022-03-11 11:42 ` [PATCH v3 02/15] clk: mediatek: Add MT8186 mcusys clock support Chun-Jie Chen
2022-03-12 23:00 ` Miles Chen
2022-03-17 19:47 ` Stephen Boyd [this message]
2022-03-11 11:42 ` [PATCH v3 03/15] clk: mediatek: Add MT8186 topckgen " Chun-Jie Chen
2022-03-12 23:02 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 04/15] clk: mediatek: Add MT8186 infrastructure " Chun-Jie Chen
2022-03-12 23:04 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 05/15] clk: mediatek: Add MT8186 apmixedsys " Chun-Jie Chen
2022-03-12 23:05 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 06/15] clk: mediatek: Add MT8186 imp i2c wrapper " Chun-Jie Chen
2022-03-12 23:08 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 07/15] clk: mediatek: Add MT8186 mfgsys " Chun-Jie Chen
2022-03-12 23:11 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 08/15] clk: mediatek: Add MT8186 mmsys " Chun-Jie Chen
2022-03-12 23:12 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 09/15] clk: mediatek: Add MT8186 wpesys " Chun-Jie Chen
2022-03-12 23:13 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 10/15] clk: mediatek: Add MT8186 imgsys " Chun-Jie Chen
2022-03-12 23:16 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 11/15] clk: mediatek: Add MT8186 vdecsys " Chun-Jie Chen
2022-03-12 23:17 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 12/15] clk: mediatek: Add MT8186 vencsys " Chun-Jie Chen
2022-03-12 23:21 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 13/15] clk: mediatek: Add MT8186 camsys " Chun-Jie Chen
2022-03-12 23:22 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 14/15] clk: mediatek: Add MT8186 mdpsys " Chun-Jie Chen
2022-03-12 23:25 ` Miles Chen
2022-03-11 11:42 ` [PATCH v3 15/15] clk: mediatek: Add MT8186 ipesys " Chun-Jie Chen
2022-03-12 23:26 ` Miles Chen
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=20220317194722.0947EC340E9@smtp.kernel.org \
--to=sboyd@kernel.org \
--cc=Project_Global_Chrome_Upstream_Group@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-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=srv_heupstream@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 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).