mbox

[GIT,PULL] i.MX clock updates for 4.7, take 2

Message ID 20160503134356.GO5874@tiger
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-4.7-2

Message

Shawn Guo May 3, 2016, 1:43 p.m. UTC
The following changes since commit 69c542e8022ca53c5fee664548163809eb1777c3:

  clk: imx: vf610: fix whitespace in vf610-clock.h (2016-04-12 09:31:08 +0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-4.7-2

for you to fetch changes up to 92a847e3609a8d00bcbe8bdfacbcbbca03135410:

  clk: imx7d: fix ahb clock mux 1 (2016-05-03 20:35:38 +0800)

----------------------------------------------------------------
The i.MX clock updates for 4.7, take 2:
 - Update clk-pllv3 driver to get it return correct frequency for
   Ethernet PLL on i.MX7D.
 - Correct ahb clock mux settings for i.MX7D per latest hardware
   document.

----------------------------------------------------------------
Stefan Agner (2):
      clk: imx: return correct frequency for Ethernet PLL
      clk: imx7d: fix ahb clock mux 1

 drivers/clk/imx/clk-imx7d.c | 2 +-
 drivers/clk/imx/clk-pllv3.c | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

Comments

Stephen Boyd May 6, 2016, 6:04 p.m. UTC | #1
On 05/03, Shawn Guo wrote:
> The following changes since commit 69c542e8022ca53c5fee664548163809eb1777c3:
> 
>   clk: imx: vf610: fix whitespace in vf610-clock.h (2016-04-12 09:31:08 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-4.7-2
> 
> for you to fetch changes up to 92a847e3609a8d00bcbe8bdfacbcbbca03135410:
> 
>   clk: imx7d: fix ahb clock mux 1 (2016-05-03 20:35:38 +0800)
> 
> ----------------------------------------------------------------
> The i.MX clock updates for 4.7, take 2:
>  - Update clk-pllv3 driver to get it return correct frequency for
>    Ethernet PLL on i.MX7D.
>  - Correct ahb clock mux settings for i.MX7D per latest hardware
>    document.
> 

Thanks. Pulled into clk-next.