From: "Heiko Stübner" <heiko@sntech.de>
To: Luca Ceresoli <luca.ceresoli@bootlin.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Jerome Brunet <jbrunet@baylibre.com>,
Kevin Hilman <khilman@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Subject: Re: [PATCH] clk: Remove a useless include
Date: Sun, 13 Nov 2022 09:48:19 +0100 [thread overview]
Message-ID: <3166437.e9J7NaK4W3@diego> (raw)
In-Reply-To: <12dd5cb49efa7714f8e0389e4c7b3bc829e8a90e.1668289299.git.christophe.jaillet@wanadoo.fr>
Am Samstag, 12. November 2022, 22:43:03 CET schrieb Christophe JAILLET:
> <linux/rational.h> is not needed for these drivers. Remove the
> corresponding #include.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> drivers/clk/clk-versaclock5.c | 1 -
> drivers/clk/meson/clk-pll.c | 1 -
> drivers/clk/rockchip/clk.c | 1 -
Clock-trees for soc families normally have different sub-maintainers,
so depending on how we want to merge this, you might need to split
this into 3 patches.
But at least for the Rockchip part, I'm also fine with the patch going
in as a whole, so (for the Rockchip part):
Acked-by: Heiko Stuebner <heiko@sntech.de>
Heiko
> 3 files changed, 3 deletions(-)
>
[...]
> diff --git a/drivers/clk/rockchip/clk.c b/drivers/clk/rockchip/clk.c
> index e63d4f20b479..398c427b8e81 100644
> --- a/drivers/clk/rockchip/clk.c
> +++ b/drivers/clk/rockchip/clk.c
> @@ -21,7 +21,6 @@
> #include <linux/mfd/syscon.h>
> #include <linux/regmap.h>
> #include <linux/reboot.h>
> -#include <linux/rational.h>
>
> #include "../clk-fractional-divider.h"
> #include "clk.h"
>
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Luca Ceresoli <luca.ceresoli@bootlin.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Jerome Brunet <jbrunet@baylibre.com>,
Kevin Hilman <khilman@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Subject: Re: [PATCH] clk: Remove a useless include
Date: Sun, 13 Nov 2022 09:48:19 +0100 [thread overview]
Message-ID: <3166437.e9J7NaK4W3@diego> (raw)
In-Reply-To: <12dd5cb49efa7714f8e0389e4c7b3bc829e8a90e.1668289299.git.christophe.jaillet@wanadoo.fr>
Am Samstag, 12. November 2022, 22:43:03 CET schrieb Christophe JAILLET:
> <linux/rational.h> is not needed for these drivers. Remove the
> corresponding #include.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> drivers/clk/clk-versaclock5.c | 1 -
> drivers/clk/meson/clk-pll.c | 1 -
> drivers/clk/rockchip/clk.c | 1 -
Clock-trees for soc families normally have different sub-maintainers,
so depending on how we want to merge this, you might need to split
this into 3 patches.
But at least for the Rockchip part, I'm also fine with the patch going
in as a whole, so (for the Rockchip part):
Acked-by: Heiko Stuebner <heiko@sntech.de>
Heiko
> 3 files changed, 3 deletions(-)
>
[...]
> diff --git a/drivers/clk/rockchip/clk.c b/drivers/clk/rockchip/clk.c
> index e63d4f20b479..398c427b8e81 100644
> --- a/drivers/clk/rockchip/clk.c
> +++ b/drivers/clk/rockchip/clk.c
> @@ -21,7 +21,6 @@
> #include <linux/mfd/syscon.h>
> #include <linux/regmap.h>
> #include <linux/reboot.h>
> -#include <linux/rational.h>
>
> #include "../clk-fractional-divider.h"
> #include "clk.h"
>
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Luca Ceresoli <luca.ceresoli@bootlin.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Jerome Brunet <jbrunet@baylibre.com>,
Kevin Hilman <khilman@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Subject: Re: [PATCH] clk: Remove a useless include
Date: Sun, 13 Nov 2022 09:48:19 +0100 [thread overview]
Message-ID: <3166437.e9J7NaK4W3@diego> (raw)
In-Reply-To: <12dd5cb49efa7714f8e0389e4c7b3bc829e8a90e.1668289299.git.christophe.jaillet@wanadoo.fr>
Am Samstag, 12. November 2022, 22:43:03 CET schrieb Christophe JAILLET:
> <linux/rational.h> is not needed for these drivers. Remove the
> corresponding #include.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> drivers/clk/clk-versaclock5.c | 1 -
> drivers/clk/meson/clk-pll.c | 1 -
> drivers/clk/rockchip/clk.c | 1 -
Clock-trees for soc families normally have different sub-maintainers,
so depending on how we want to merge this, you might need to split
this into 3 patches.
But at least for the Rockchip part, I'm also fine with the patch going
in as a whole, so (for the Rockchip part):
Acked-by: Heiko Stuebner <heiko@sntech.de>
Heiko
> 3 files changed, 3 deletions(-)
>
[...]
> diff --git a/drivers/clk/rockchip/clk.c b/drivers/clk/rockchip/clk.c
> index e63d4f20b479..398c427b8e81 100644
> --- a/drivers/clk/rockchip/clk.c
> +++ b/drivers/clk/rockchip/clk.c
> @@ -21,7 +21,6 @@
> #include <linux/mfd/syscon.h>
> #include <linux/regmap.h>
> #include <linux/reboot.h>
> -#include <linux/rational.h>
>
> #include "../clk-fractional-divider.h"
> #include "clk.h"
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Luca Ceresoli <luca.ceresoli@bootlin.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Jerome Brunet <jbrunet@baylibre.com>,
Kevin Hilman <khilman@baylibre.com>,
Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org
Subject: Re: [PATCH] clk: Remove a useless include
Date: Sun, 13 Nov 2022 09:48:19 +0100 [thread overview]
Message-ID: <3166437.e9J7NaK4W3@diego> (raw)
In-Reply-To: <12dd5cb49efa7714f8e0389e4c7b3bc829e8a90e.1668289299.git.christophe.jaillet@wanadoo.fr>
Am Samstag, 12. November 2022, 22:43:03 CET schrieb Christophe JAILLET:
> <linux/rational.h> is not needed for these drivers. Remove the
> corresponding #include.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> drivers/clk/clk-versaclock5.c | 1 -
> drivers/clk/meson/clk-pll.c | 1 -
> drivers/clk/rockchip/clk.c | 1 -
Clock-trees for soc families normally have different sub-maintainers,
so depending on how we want to merge this, you might need to split
this into 3 patches.
But at least for the Rockchip part, I'm also fine with the patch going
in as a whole, so (for the Rockchip part):
Acked-by: Heiko Stuebner <heiko@sntech.de>
Heiko
> 3 files changed, 3 deletions(-)
>
[...]
> diff --git a/drivers/clk/rockchip/clk.c b/drivers/clk/rockchip/clk.c
> index e63d4f20b479..398c427b8e81 100644
> --- a/drivers/clk/rockchip/clk.c
> +++ b/drivers/clk/rockchip/clk.c
> @@ -21,7 +21,6 @@
> #include <linux/mfd/syscon.h>
> #include <linux/regmap.h>
> #include <linux/reboot.h>
> -#include <linux/rational.h>
>
> #include "../clk-fractional-divider.h"
> #include "clk.h"
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-11-13 8:48 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-12 21:43 [PATCH] clk: Remove a useless include Christophe JAILLET
2022-11-12 21:43 ` Christophe JAILLET
2022-11-12 21:43 ` Christophe JAILLET
2022-11-12 21:43 ` Christophe JAILLET
2022-11-13 8:48 ` Heiko Stübner [this message]
2022-11-13 8:48 ` Heiko Stübner
2022-11-13 8:48 ` Heiko Stübner
2022-11-13 8:48 ` Heiko Stübner
2022-11-13 19:29 ` Jerome Brunet
2022-11-13 19:29 ` Jerome Brunet
2022-11-13 19:29 ` Jerome Brunet
2022-11-13 19:29 ` Jerome Brunet
2022-11-14 8:18 ` Luca Ceresoli
2022-11-14 8:18 ` Luca Ceresoli
2022-11-14 8:18 ` Luca Ceresoli
2022-11-14 8:18 ` Luca Ceresoli
2022-11-23 1:52 ` Stephen Boyd
2022-11-23 1:52 ` Stephen Boyd
2022-11-23 1:52 ` Stephen Boyd
2022-11-23 1:52 ` Stephen Boyd
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=3166437.e9J7NaK4W3@diego \
--to=heiko@sntech.de \
--cc=christophe.jaillet@wanadoo.fr \
--cc=jbrunet@baylibre.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=luca.ceresoli@bootlin.com \
--cc=martin.blumenstingl@googlemail.com \
--cc=mturquette@baylibre.com \
--cc=neil.armstrong@linaro.org \
--cc=sboyd@kernel.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.