Re: [PATCH 0/6] clk.c cleanups

2015-05-12 Thread Michael Turquette
Quoting Stephen Boyd (2015-04-30 17:14:15)
> Here are some cleanups spurned by some patches from Dong Aisheng.
> No functionality is changed, just reordering of code, etc.

Looks good to me.

Regards,
Mike

> 
> Cc: Tomeu Vizoso 
> Cc: Dong Aisheng 
> 
> Dong Aisheng (1):
>   clk: Squash __clk_{enable,disable}() into callers
> 
> Stephen Boyd (5):
>   clk: s/clk/core/ for struct clk_core
>   clk: Drop unnecessary OOM prints
>   clk: Remove impossible if condition in clk_core_get_phase()
>   clk: Remove forward declared function prototypes
>   clk: Update some comments to reflect reality
> 
>  drivers/clk/clk.c | 1572 
> +
>  1 file changed, 755 insertions(+), 817 deletions(-)
> 
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/6] clk.c cleanups

2015-05-12 Thread Michael Turquette
Quoting Stephen Boyd (2015-04-30 17:14:15)
 Here are some cleanups spurned by some patches from Dong Aisheng.
 No functionality is changed, just reordering of code, etc.

Looks good to me.

Regards,
Mike

 
 Cc: Tomeu Vizoso tomeu.viz...@collabora.com
 Cc: Dong Aisheng aisheng.d...@freescale.com
 
 Dong Aisheng (1):
   clk: Squash __clk_{enable,disable}() into callers
 
 Stephen Boyd (5):
   clk: s/clk/core/ for struct clk_core
   clk: Drop unnecessary OOM prints
   clk: Remove impossible if condition in clk_core_get_phase()
   clk: Remove forward declared function prototypes
   clk: Update some comments to reflect reality
 
  drivers/clk/clk.c | 1572 
 +
  1 file changed, 755 insertions(+), 817 deletions(-)
 
 -- 
 The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
 a Linux Foundation Collaborative Project
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/6] clk.c cleanups

2015-04-30 Thread Stephen Boyd
Here are some cleanups spurned by some patches from Dong Aisheng.
No functionality is changed, just reordering of code, etc.

Cc: Tomeu Vizoso 
Cc: Dong Aisheng 

Dong Aisheng (1):
  clk: Squash __clk_{enable,disable}() into callers

Stephen Boyd (5):
  clk: s/clk/core/ for struct clk_core
  clk: Drop unnecessary OOM prints
  clk: Remove impossible if condition in clk_core_get_phase()
  clk: Remove forward declared function prototypes
  clk: Update some comments to reflect reality

 drivers/clk/clk.c | 1572 +
 1 file changed, 755 insertions(+), 817 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/6] clk.c cleanups

2015-04-30 Thread Stephen Boyd
Here are some cleanups spurned by some patches from Dong Aisheng.
No functionality is changed, just reordering of code, etc.

Cc: Tomeu Vizoso tomeu.viz...@collabora.com
Cc: Dong Aisheng aisheng.d...@freescale.com

Dong Aisheng (1):
  clk: Squash __clk_{enable,disable}() into callers

Stephen Boyd (5):
  clk: s/clk/core/ for struct clk_core
  clk: Drop unnecessary OOM prints
  clk: Remove impossible if condition in clk_core_get_phase()
  clk: Remove forward declared function prototypes
  clk: Update some comments to reflect reality

 drivers/clk/clk.c | 1572 +
 1 file changed, 755 insertions(+), 817 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/