mbox series

[GIT,PULL,2/3] i.MX5 clock changes for 5.2

Message ID 20190422062314.1354-2-shawnguo@kernel.org (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL,1/3] i.MX common clock changes for 5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx5-5.2

Message

Shawn Guo April 22, 2019, 6:23 a.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx5-5.2

for you to fetch changes up to de348df5b389f7ddab388934e84f24d8a9f3c961:

  clk: imx: rename clk-imx51-imx53.c to clk-imx5.c (2019-04-15 17:09:23 +0800)

----------------------------------------------------------------
i.MX5 clock changes for 5.2:
 - A couple of patches from Jonathan Neuschäfer to improve i.MX5 clock
   driver for i.MX50 support.
 - Rename file clk-imx51-imx53.c to clk-imx5.c, as it covers support for
   all i.MX5 series SoCs including i.MX50.

----------------------------------------------------------------
Jonathan Neuschäfer (2):
      clk: imx5: Fix i.MX50 mainbus clock registers
      clk: imx5: Fix i.MX50 ESDHC clock registers

Shawn Guo (1):
      clk: imx: rename clk-imx51-imx53.c to clk-imx5.c

 drivers/clk/imx/Makefile                          |  2 +-
 drivers/clk/imx/{clk-imx51-imx53.c => clk-imx5.c} | 59 +++++++++++++++++------
 2 files changed, 46 insertions(+), 15 deletions(-)
 rename drivers/clk/imx/{clk-imx51-imx53.c => clk-imx5.c} (94%)

Comments

Stephen Boyd April 25, 2019, 3:44 p.m. UTC | #1
Quoting Shawn Guo (2019-04-21 23:23:13)
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx5-5.2
> 
> for you to fetch changes up to de348df5b389f7ddab388934e84f24d8a9f3c961:
> 
>   clk: imx: rename clk-imx51-imx53.c to clk-imx5.c (2019-04-15 17:09:23 +0800)
> 
> ----------------------------------------------------------------

Pulled into clk-next