All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miles Chen <miles.chen@mediatek.com>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>
Cc: AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	Chen-Yu Tsai <wenst@chromium.org>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Miles Chen <miles.chen@mediatek.com>, <linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH 1/8] clk: mediatek export mtk_clk_simple_probe and mtk_clk_simple_remove
Date: Tue, 24 May 2022 00:00:43 +0800	[thread overview]
Message-ID: <20220523160053.1922-2-miles.chen@mediatek.com> (raw)
In-Reply-To: <20220523160053.1922-1-miles.chen@mediatek.com>

Export mtk_clk_simple_probe and mtk_clk_simple_remove because we need
them for MediaTek tristate clk drivers.

Signed-off-by: Miles Chen <miles.chen@mediatek.com>
---
 drivers/clk/mediatek/clk-mtk.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/mediatek/clk-mtk.c b/drivers/clk/mediatek/clk-mtk.c
index b9188000ab3c..3d587371d2b5 100644
--- a/drivers/clk/mediatek/clk-mtk.c
+++ b/drivers/clk/mediatek/clk-mtk.c
@@ -452,6 +452,7 @@ int mtk_clk_simple_probe(struct platform_device *pdev)
 	mtk_free_clk_data(clk_data);
 	return r;
 }
+EXPORT_SYMBOL_GPL(mtk_clk_simple_probe);
 
 int mtk_clk_simple_remove(struct platform_device *pdev)
 {
@@ -465,5 +466,6 @@ int mtk_clk_simple_remove(struct platform_device *pdev)
 
 	return 0;
 }
+EXPORT_SYMBOL_GPL(mtk_clk_simple_remove);
 
 MODULE_LICENSE("GPL");
-- 
2.18.0


WARNING: multiple messages have this Message-ID (diff)
From: Miles Chen <miles.chen@mediatek.com>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>
Cc: AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Chen-Yu Tsai <wenst@chromium.org>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Miles Chen <miles.chen@mediatek.com>, <linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH 1/8] clk: mediatek export mtk_clk_simple_probe and mtk_clk_simple_remove
Date: Tue, 24 May 2022 00:00:43 +0800	[thread overview]
Message-ID: <20220523160053.1922-2-miles.chen@mediatek.com> (raw)
In-Reply-To: <20220523160053.1922-1-miles.chen@mediatek.com>

Export mtk_clk_simple_probe and mtk_clk_simple_remove because we need
them for MediaTek tristate clk drivers.

Signed-off-by: Miles Chen <miles.chen@mediatek.com>
---
 drivers/clk/mediatek/clk-mtk.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/mediatek/clk-mtk.c b/drivers/clk/mediatek/clk-mtk.c
index b9188000ab3c..3d587371d2b5 100644
--- a/drivers/clk/mediatek/clk-mtk.c
+++ b/drivers/clk/mediatek/clk-mtk.c
@@ -452,6 +452,7 @@ int mtk_clk_simple_probe(struct platform_device *pdev)
 	mtk_free_clk_data(clk_data);
 	return r;
 }
+EXPORT_SYMBOL_GPL(mtk_clk_simple_probe);
 
 int mtk_clk_simple_remove(struct platform_device *pdev)
 {
@@ -465,5 +466,6 @@ int mtk_clk_simple_remove(struct platform_device *pdev)
 
 	return 0;
 }
+EXPORT_SYMBOL_GPL(mtk_clk_simple_remove);
 
 MODULE_LICENSE("GPL");
-- 
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: Miles Chen <miles.chen@mediatek.com>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>
Cc: AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Chen-Yu Tsai <wenst@chromium.org>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Miles Chen <miles.chen@mediatek.com>, <linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: [PATCH 1/8] clk: mediatek export mtk_clk_simple_probe and mtk_clk_simple_remove
Date: Tue, 24 May 2022 00:00:43 +0800	[thread overview]
Message-ID: <20220523160053.1922-2-miles.chen@mediatek.com> (raw)
In-Reply-To: <20220523160053.1922-1-miles.chen@mediatek.com>

Export mtk_clk_simple_probe and mtk_clk_simple_remove because we need
them for MediaTek tristate clk drivers.

Signed-off-by: Miles Chen <miles.chen@mediatek.com>
---
 drivers/clk/mediatek/clk-mtk.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/mediatek/clk-mtk.c b/drivers/clk/mediatek/clk-mtk.c
index b9188000ab3c..3d587371d2b5 100644
--- a/drivers/clk/mediatek/clk-mtk.c
+++ b/drivers/clk/mediatek/clk-mtk.c
@@ -452,6 +452,7 @@ int mtk_clk_simple_probe(struct platform_device *pdev)
 	mtk_free_clk_data(clk_data);
 	return r;
 }
+EXPORT_SYMBOL_GPL(mtk_clk_simple_probe);
 
 int mtk_clk_simple_remove(struct platform_device *pdev)
 {
@@ -465,5 +466,6 @@ int mtk_clk_simple_remove(struct platform_device *pdev)
 
 	return 0;
 }
+EXPORT_SYMBOL_GPL(mtk_clk_simple_remove);
 
 MODULE_LICENSE("GPL");
-- 
2.18.0


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

  reply	other threads:[~2022-05-23 16:01 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-23 16:00 [PATCH 0/8] clk: mediatek: use mtk_clk_simple_probe to simplify driver Miles Chen
2022-05-23 16:00 ` Miles Chen
2022-05-23 16:00 ` Miles Chen [this message]
2022-05-23 16:00   ` [PATCH 1/8] clk: mediatek export mtk_clk_simple_probe and mtk_clk_simple_remove Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:05   ` AngeloGioacchino Del Regno
2022-05-23 16:05     ` AngeloGioacchino Del Regno
2022-05-23 16:05     ` AngeloGioacchino Del Regno
2022-05-24  5:28     ` Miles Chen
2022-05-24  5:28       ` Miles Chen
2022-05-24  5:28       ` Miles Chen
2022-05-23 16:00 ` [PATCH 2/8] clk: mediatek: mt2701: use mtk_clk_simple_probe to simplify driver Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00 ` [PATCH 3/8] clk: mediatek: mt2712: " Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00 ` [PATCH 4/8] clk: mediatek: mt6765: " Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00 ` [PATCH 5/8] clk: mediatek: mt6779: " Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00 ` [PATCH 6/8] clk: mediatek: mt6797: " Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00 ` [PATCH 7/8] clk: mediatek: mt8183: " Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00 ` [PATCH 8/8] clk: mediatek: mt8192: add mtk_clk_simple_remove Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-23 16:00   ` Miles Chen
2022-05-24  6:25   ` Chen-Yu Tsai
2022-05-24  6:25     ` Chen-Yu Tsai
2022-05-24  6:25     ` Chen-Yu Tsai

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=20220523160053.1922-2-miles.chen@mediatek.com \
    --to=miles.chen@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=chun-jie.chen@mediatek.com \
    --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=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --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.