public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] clk: meson-gxbb: Expose SPICC gate
@ 2017-05-22 12:48 Neil Armstrong
  2017-05-22 13:23 ` Jerome Brunet
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Armstrong @ 2017-05-22 12:48 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/clk/meson/gxbb.h              | 2 +-
 include/dt-bindings/clock/gxbb-clkc.h | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
index 93b8f07..cc7b35c 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -191,7 +191,7 @@
 #define CLKID_ISA		  18
 #define CLKID_PL301		  19
 #define CLKID_PERIPHS		  20
-#define CLKID_SPICC		  21
+/* CLKID_SPICC */
 /* CLKID_I2C */
 /* #define CLKID_SAR_ADC */
 #define CLKID_SMART_CARD	  24
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h
index 3190e30..88da194 100644
--- a/include/dt-bindings/clock/gxbb-clkc.h
+++ b/include/dt-bindings/clock/gxbb-clkc.h
@@ -13,6 +13,7 @@
 #define CLKID_GP0_PLL		9
 #define CLKID_CLK81		12
 #define CLKID_MPLL2		15
+#define CLKID_SPICC		21
 #define CLKID_I2C		22
 #define CLKID_SAR_ADC		23
 #define CLKID_RNG0		25
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] clk: meson-gxbb: Expose SPICC gate
  2017-05-22 12:48 [PATCH] clk: meson-gxbb: Expose SPICC gate Neil Armstrong
@ 2017-05-22 13:23 ` Jerome Brunet
  2017-05-22 13:27   ` Neil Armstrong
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Brunet @ 2017-05-22 13:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 2017-05-22 at 14:48 +0200, Neil Armstrong wrote:
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

I would prefer to have a short commit message here. With it included:

Acked-by: Jerome Brunet <jbrunet@baylibre.com>


> ---
> ?drivers/clk/meson/gxbb.h??????????????| 2 +-
> ?include/dt-bindings/clock/gxbb-clkc.h | 1 +
> ?2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
> index 93b8f07..cc7b35c 100644
> --- a/drivers/clk/meson/gxbb.h
> +++ b/drivers/clk/meson/gxbb.h
> @@ -191,7 +191,7 @@
> ?#define CLKID_ISA		??18
> ?#define CLKID_PL301		??19
> ?#define CLKID_PERIPHS		??20
> -#define CLKID_SPICC		??21
> +/* CLKID_SPICC */
> ?/* CLKID_I2C */
> ?/* #define CLKID_SAR_ADC */
> ?#define CLKID_SMART_CARD	??24
> diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-
> bindings/clock/gxbb-clkc.h
> index 3190e30..88da194 100644
> --- a/include/dt-bindings/clock/gxbb-clkc.h
> +++ b/include/dt-bindings/clock/gxbb-clkc.h
> @@ -13,6 +13,7 @@
> ?#define CLKID_GP0_PLL		9
> ?#define CLKID_CLK81		12
> ?#define CLKID_MPLL2		15
> +#define CLKID_SPICC		21
> ?#define CLKID_I2C		22
> ?#define CLKID_SAR_ADC		23
> ?#define CLKID_RNG0		25

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] clk: meson-gxbb: Expose SPICC gate
  2017-05-22 13:23 ` Jerome Brunet
@ 2017-05-22 13:27   ` Neil Armstrong
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2017-05-22 13:27 UTC (permalink / raw)
  To: linux-arm-kernel

On 05/22/2017 03:23 PM, Jerome Brunet wrote:
> On Mon, 2017-05-22 at 14:48 +0200, Neil Armstrong wrote:
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> 
> I would prefer to have a short commit message here. With it included:

Indeed, sorry.

I'll push it with a short commit message and your Ack.

Thanks,
Neil

> 
> Acked-by: Jerome Brunet <jbrunet@baylibre.com>
> 
> 
>> ---
>>  drivers/clk/meson/gxbb.h              | 2 +-
>>  include/dt-bindings/clock/gxbb-clkc.h | 1 +
>>  2 files changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
>> index 93b8f07..cc7b35c 100644
>> --- a/drivers/clk/meson/gxbb.h
>> +++ b/drivers/clk/meson/gxbb.h
>> @@ -191,7 +191,7 @@
>>  #define CLKID_ISA		  18
>>  #define CLKID_PL301		  19
>>  #define CLKID_PERIPHS		  20
>> -#define CLKID_SPICC		  21
>> +/* CLKID_SPICC */
>>  /* CLKID_I2C */
>>  /* #define CLKID_SAR_ADC */
>>  #define CLKID_SMART_CARD	  24
>> diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-
>> bindings/clock/gxbb-clkc.h
>> index 3190e30..88da194 100644
>> --- a/include/dt-bindings/clock/gxbb-clkc.h
>> +++ b/include/dt-bindings/clock/gxbb-clkc.h
>> @@ -13,6 +13,7 @@
>>  #define CLKID_GP0_PLL		9
>>  #define CLKID_CLK81		12
>>  #define CLKID_MPLL2		15
>> +#define CLKID_SPICC		21
>>  #define CLKID_I2C		22
>>  #define CLKID_SAR_ADC		23
>>  #define CLKID_RNG0		25
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-22 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22 12:48 [PATCH] clk: meson-gxbb: Expose SPICC gate Neil Armstrong
2017-05-22 13:23 ` Jerome Brunet
2017-05-22 13:27   ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox