mbox series

[0/3] clk: imx: imx6x: use imx_obtain_fixed_clk_hw

Message ID 1571884049-29263-1-git-send-email-peng.fan@nxp.com (mailing list archive)
Headers show
Series clk: imx: imx6x: use imx_obtain_fixed_clk_hw | expand

Message

Peng Fan Oct. 24, 2019, 2:30 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

This is to use imx_obtain_fixed_clk_hw to replace
__clk_get_hw(of_clk_get_by_name(node, "name")) to simplify code.

Peng Fan (3):
  clk: imx: imx6sll: use imx_obtain_fixed_clk_hw to simplify code
  clk: imx: imx6sx: use imx_obtain_fixed_clk_hw to simplify code
  clk: imx: imx6ul: use imx_obtain_fixed_clk_hw to simplify code

 drivers/clk/imx/clk-imx6sll.c |  8 ++++----
 drivers/clk/imx/clk-imx6sx.c  | 12 ++++++------
 drivers/clk/imx/clk-imx6ul.c  |  8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

Comments

Peng Fan Oct. 24, 2019, 2:57 a.m. UTC | #1
> Subject: [PATCH 0/3] clk: imx: imx6x: use imx_obtain_fixed_clk_hw

Drop this v1, push button early, need a fix for 6ul.

Thanks,
Peng.

> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> This is to use imx_obtain_fixed_clk_hw to replace
> __clk_get_hw(of_clk_get_by_name(node, "name")) to simplify code.
> 
> Peng Fan (3):
>   clk: imx: imx6sll: use imx_obtain_fixed_clk_hw to simplify code
>   clk: imx: imx6sx: use imx_obtain_fixed_clk_hw to simplify code
>   clk: imx: imx6ul: use imx_obtain_fixed_clk_hw to simplify code
> 
>  drivers/clk/imx/clk-imx6sll.c |  8 ++++----  drivers/clk/imx/clk-imx6sx.c
> | 12 ++++++------  drivers/clk/imx/clk-imx6ul.c  |  8 ++++----
>  3 files changed, 14 insertions(+), 14 deletions(-)
> 
> --
> 2.16.4