Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1567560 > unrolled thread
| Started by | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| First post | 2017-01-26 17:10 +0100 |
| Last post | 2017-01-27 20:00 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] clk: gxbb: fix CLKID_ETH defined twice Jerome Brunet <jbrunet@baylibre.com> - 2017-01-26 17:10 +0100
Re: [PATCH] clk: gxbb: fix CLKID_ETH defined twice Stephen Boyd <sboyd@codeaurora.org> - 2017-01-27 00:50 +0100
Re: [PATCH] clk: gxbb: fix CLKID_ETH defined twice Kevin Hilman <khilman@baylibre.com> - 2017-01-27 20:00 +0100
| From | Jerome Brunet <jbrunet@baylibre.com> |
|---|---|
| Date | 2017-01-26 17:10 +0100 |
| Subject | [PATCH] clk: gxbb: fix CLKID_ETH defined twice |
| Message-ID | <t3UMy-13x-19@gated-at.bofh.it> |
CLKID_ETH is define in the dt-bindings but has not be commented out in the
clock driver. Just do it now.
Fixes: 738f66d3211d ("clk: gxbb: add AmLogic GXBB clk controller driver")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
Patch based on khilman/linux-amlogic.git master branch
Tested on the gxxb p200.
drivers/clk/meson/gxbb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
index 0252939ba58f..2ede250921f1 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -204,7 +204,7 @@
#define CLKID_ASSIST_MISC 33
/* CLKID_SPI */
#define CLKID_I2S_SPDIF 35
-#define CLKID_ETH 36
+/* CLKID_ETH */
#define CLKID_DEMUX 37
#define CLKID_AIU_GLUE 38
#define CLKID_IEC958 39
--
2.7.4
[toc] | [next] | [standalone]
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Date | 2017-01-27 00:50 +0100 |
| Message-ID | <t41XH-5g5-15@gated-at.bofh.it> |
| In reply to | #1567560 |
On 01/26, Jerome Brunet wrote:
> CLKID_ETH is define in the dt-bindings but has not be commented out in the
> clock driver. Just do it now.
>
> Fixes: 738f66d3211d ("clk: gxbb: add AmLogic GXBB clk controller driver")
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
[toc] | [prev] | [next] | [standalone]
| From | Kevin Hilman <khilman@baylibre.com> |
|---|---|
| Date | 2017-01-27 20:00 +0100 |
| Message-ID | <t4jUC-7Mf-15@gated-at.bofh.it> |
| In reply to | #1567819 |
Stephen Boyd <sboyd@codeaurora.org> writes:
> On 01/26, Jerome Brunet wrote:
>> CLKID_ETH is define in the dt-bindings but has not be commented out in the
>> clock driver. Just do it now.
>>
>> Fixes: 738f66d3211d ("clk: gxbb: add AmLogic GXBB clk controller driver")
>> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
>> ---
>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Applied to amlogic v4.11/dt64 branch with Stephen's ack.
Kevin
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web