All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
@ 2021-03-13  5:32 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-13  5:32 UTC (permalink / raw)
  To: mturquette, sboyd, nicolas.ferre, alexandre.belloni,
	ludovic.desroches, claudiu.beznea, eugen.hristev, unixbhaskar,
	tudor.ambarus, linux-clk, linux-arm-kernel, linux-kernel
  Cc: rdunlap


s/critial/critical/  ......two different places
s/parrent/parent/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/clk/at91/sama7g5.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
index a6e20b35960e..9e1ec48c4474 100644
--- a/drivers/clk/at91/sama7g5.c
+++ b/drivers/clk/at91/sama7g5.c
@@ -166,7 +166,7 @@ static const struct {
 		  .c = &pll_characteristics,
 		  .t = PLL_TYPE_FRAC,
 		   /*
-		    * This feeds syspll_divpmcck which may feed critial parts
+		    * This feeds syspll_divpmcck which may feed critical parts
 		    * of the systems like timers. Therefore it should not be
 		    * disabled.
 		    */
@@ -178,7 +178,7 @@ static const struct {
 		  .c = &pll_characteristics,
 		  .t = PLL_TYPE_DIV,
 		   /*
-		    * This may feed critial parts of the systems like timers.
+		    * This may feed critical parts of the systems like timers.
 		    * Therefore it should not be disabled.
 		    */
 		  .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
@@ -455,7 +455,7 @@ static const struct {
  * @pp:			PLL parents
  * @pp_mux_table:	PLL parents mux table
  * @r:			clock output range
- * @pp_chg_id:		id in parrent array of changeable PLL parent
+ * @pp_chg_id:		id in parent array of changeable PLL parent
  * @pp_count:		PLL parents count
  * @id:			clock id
  */
--
2.26.2


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

* [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
@ 2021-03-13  5:32 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 8+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-13  5:32 UTC (permalink / raw)
  To: mturquette, sboyd, nicolas.ferre, alexandre.belloni,
	ludovic.desroches, claudiu.beznea, eugen.hristev, unixbhaskar,
	tudor.ambarus, linux-clk, linux-arm-kernel, linux-kernel
  Cc: rdunlap


s/critial/critical/  ......two different places
s/parrent/parent/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/clk/at91/sama7g5.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
index a6e20b35960e..9e1ec48c4474 100644
--- a/drivers/clk/at91/sama7g5.c
+++ b/drivers/clk/at91/sama7g5.c
@@ -166,7 +166,7 @@ static const struct {
 		  .c = &pll_characteristics,
 		  .t = PLL_TYPE_FRAC,
 		   /*
-		    * This feeds syspll_divpmcck which may feed critial parts
+		    * This feeds syspll_divpmcck which may feed critical parts
 		    * of the systems like timers. Therefore it should not be
 		    * disabled.
 		    */
@@ -178,7 +178,7 @@ static const struct {
 		  .c = &pll_characteristics,
 		  .t = PLL_TYPE_DIV,
 		   /*
-		    * This may feed critial parts of the systems like timers.
+		    * This may feed critical parts of the systems like timers.
 		    * Therefore it should not be disabled.
 		    */
 		  .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
@@ -455,7 +455,7 @@ static const struct {
  * @pp:			PLL parents
  * @pp_mux_table:	PLL parents mux table
  * @r:			clock output range
- * @pp_chg_id:		id in parrent array of changeable PLL parent
+ * @pp_chg_id:		id in parent array of changeable PLL parent
  * @pp_count:		PLL parents count
  * @id:			clock id
  */
--
2.26.2


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

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

* Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
  2021-03-13  5:32 ` Bhaskar Chowdhury
@ 2021-03-13  6:47   ` Randy Dunlap
  -1 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2021-03-13  6:47 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mturquette, sboyd, nicolas.ferre,
	alexandre.belloni, ludovic.desroches, claudiu.beznea,
	eugen.hristev, tudor.ambarus, linux-clk, linux-arm-kernel,
	linux-kernel

On 3/12/21 9:32 PM, Bhaskar Chowdhury wrote:
> 
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/clk/at91/sama7g5.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..9e1ec48c4474 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -166,7 +166,7 @@ static const struct {
>  		  .c = &pll_characteristics,
>  		  .t = PLL_TYPE_FRAC,
>  		   /*
> -		    * This feeds syspll_divpmcck which may feed critial parts
> +		    * This feeds syspll_divpmcck which may feed critical parts
>  		    * of the systems like timers. Therefore it should not be
>  		    * disabled.
>  		    */
> @@ -178,7 +178,7 @@ static const struct {
>  		  .c = &pll_characteristics,
>  		  .t = PLL_TYPE_DIV,
>  		   /*
> -		    * This may feed critial parts of the systems like timers.
> +		    * This may feed critical parts of the systems like timers.
>  		    * Therefore it should not be disabled.
>  		    */
>  		  .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
> @@ -455,7 +455,7 @@ static const struct {
>   * @pp:			PLL parents
>   * @pp_mux_table:	PLL parents mux table
>   * @r:			clock output range
> - * @pp_chg_id:		id in parrent array of changeable PLL parent
> + * @pp_chg_id:		id in parent array of changeable PLL parent
>   * @pp_count:		PLL parents count
>   * @id:			clock id
>   */
> --


-- 
~Randy


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

* Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
@ 2021-03-13  6:47   ` Randy Dunlap
  0 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2021-03-13  6:47 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mturquette, sboyd, nicolas.ferre,
	alexandre.belloni, ludovic.desroches, claudiu.beznea,
	eugen.hristev, tudor.ambarus, linux-clk, linux-arm-kernel,
	linux-kernel

On 3/12/21 9:32 PM, Bhaskar Chowdhury wrote:
> 
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/clk/at91/sama7g5.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..9e1ec48c4474 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -166,7 +166,7 @@ static const struct {
>  		  .c = &pll_characteristics,
>  		  .t = PLL_TYPE_FRAC,
>  		   /*
> -		    * This feeds syspll_divpmcck which may feed critial parts
> +		    * This feeds syspll_divpmcck which may feed critical parts
>  		    * of the systems like timers. Therefore it should not be
>  		    * disabled.
>  		    */
> @@ -178,7 +178,7 @@ static const struct {
>  		  .c = &pll_characteristics,
>  		  .t = PLL_TYPE_DIV,
>  		   /*
> -		    * This may feed critial parts of the systems like timers.
> +		    * This may feed critical parts of the systems like timers.
>  		    * Therefore it should not be disabled.
>  		    */
>  		  .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
> @@ -455,7 +455,7 @@ static const struct {
>   * @pp:			PLL parents
>   * @pp_mux_table:	PLL parents mux table
>   * @r:			clock output range
> - * @pp_chg_id:		id in parrent array of changeable PLL parent
> + * @pp_chg_id:		id in parent array of changeable PLL parent
>   * @pp_count:		PLL parents count
>   * @id:			clock id
>   */
> --


-- 
~Randy


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

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

* Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
  2021-03-13  5:32 ` Bhaskar Chowdhury
@ 2021-03-13 21:02   ` Stephen Boyd
  -1 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2021-03-13 21:02 UTC (permalink / raw)
  To: alexandre.belloni, claudiu.beznea, eugen.hristev,
	linux-arm-kernel, linux-clk, linux-kernel, ludovic.desroches,
	mturquette, nicolas.ferre, tudor.ambarus, unixbhaskar
  Cc: rdunlap

Quoting Bhaskar Chowdhury (2021-03-12 21:32:22)
> 
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---

Applied to clk-next

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

* Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
@ 2021-03-13 21:02   ` Stephen Boyd
  0 siblings, 0 replies; 8+ messages in thread
From: Stephen Boyd @ 2021-03-13 21:02 UTC (permalink / raw)
  To: alexandre.belloni, claudiu.beznea, eugen.hristev,
	linux-arm-kernel, linux-clk, linux-kernel, ludovic.desroches,
	mturquette, nicolas.ferre, tudor.ambarus, unixbhaskar
  Cc: rdunlap

Quoting Bhaskar Chowdhury (2021-03-12 21:32:22)
> 
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---

Applied to clk-next

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

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

* Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
  2021-03-13  5:32 ` Bhaskar Chowdhury
@ 2021-03-31  7:59   ` Nicolas Ferre
  -1 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2021-03-31  7:59 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mturquette, sboyd, alexandre.belloni,
	ludovic.desroches, claudiu.beznea, eugen.hristev, tudor.ambarus,
	linux-clk, linux-arm-kernel, linux-kernel
  Cc: rdunlap

On 13/03/2021 at 06:32, Bhaskar Chowdhury wrote:
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   drivers/clk/at91/sama7g5.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..9e1ec48c4474 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -166,7 +166,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_FRAC,
>                     /*
> -                   * This feeds syspll_divpmcck which may feed critial parts
> +                   * This feeds syspll_divpmcck which may feed critical parts
>                      * of the systems like timers. Therefore it should not be
>                      * disabled.
>                      */
> @@ -178,7 +178,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_DIV,
>                     /*
> -                   * This may feed critial parts of the systems like timers.
> +                   * This may feed critical parts of the systems like timers.
>                      * Therefore it should not be disabled.
>                      */
>                    .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
> @@ -455,7 +455,7 @@ static const struct {
>    * @pp:                        PLL parents
>    * @pp_mux_table:      PLL parents mux table
>    * @r:                 clock output range
> - * @pp_chg_id:         id in parrent array of changeable PLL parent
> + * @pp_chg_id:         id in parent array of changeable PLL parent
>    * @pp_count:          PLL parents count
>    * @id:                        clock id
>    */
> --
> 2.26.2
> 


-- 
Nicolas Ferre

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

* Re: [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c
@ 2021-03-31  7:59   ` Nicolas Ferre
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2021-03-31  7:59 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mturquette, sboyd, alexandre.belloni,
	ludovic.desroches, claudiu.beznea, eugen.hristev, tudor.ambarus,
	linux-clk, linux-arm-kernel, linux-kernel
  Cc: rdunlap

On 13/03/2021 at 06:32, Bhaskar Chowdhury wrote:
> s/critial/critical/  ......two different places
> s/parrent/parent/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

> ---
>   drivers/clk/at91/sama7g5.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
> index a6e20b35960e..9e1ec48c4474 100644
> --- a/drivers/clk/at91/sama7g5.c
> +++ b/drivers/clk/at91/sama7g5.c
> @@ -166,7 +166,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_FRAC,
>                     /*
> -                   * This feeds syspll_divpmcck which may feed critial parts
> +                   * This feeds syspll_divpmcck which may feed critical parts
>                      * of the systems like timers. Therefore it should not be
>                      * disabled.
>                      */
> @@ -178,7 +178,7 @@ static const struct {
>                    .c = &pll_characteristics,
>                    .t = PLL_TYPE_DIV,
>                     /*
> -                   * This may feed critial parts of the systems like timers.
> +                   * This may feed critical parts of the systems like timers.
>                      * Therefore it should not be disabled.
>                      */
>                    .f = CLK_IS_CRITICAL | CLK_SET_RATE_GATE,
> @@ -455,7 +455,7 @@ static const struct {
>    * @pp:                        PLL parents
>    * @pp_mux_table:      PLL parents mux table
>    * @r:                 clock output range
> - * @pp_chg_id:         id in parrent array of changeable PLL parent
> + * @pp_chg_id:         id in parent array of changeable PLL parent
>    * @pp_count:          PLL parents count
>    * @id:                        clock id
>    */
> --
> 2.26.2
> 


-- 
Nicolas Ferre

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

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

end of thread, other threads:[~2021-03-31  8:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13  5:32 [PATCH] clk: at91: Trivial typo fixes in the file sama7g5.c Bhaskar Chowdhury
2021-03-13  5:32 ` Bhaskar Chowdhury
2021-03-13  6:47 ` Randy Dunlap
2021-03-13  6:47   ` Randy Dunlap
2021-03-13 21:02 ` Stephen Boyd
2021-03-13 21:02   ` Stephen Boyd
2021-03-31  7:59 ` Nicolas Ferre
2021-03-31  7:59   ` Nicolas Ferre

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.