mbox

[GIT,PULL] clk: socfpga: Clock fix for v3.15

Message ID 1398439322-30616-1-git-send-email-dinguyen@altera.com
State New
Headers show

Pull-request

git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-clk-fix-for-3.15

Message

dinguyen@altera.com April 25, 2014, 3:22 p.m. UTC
Hi Mike,

Please consider pulling this patch for 3.15 fixes.

Thanks,

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

  git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-clk-fix-for-3.15

for you to fetch changes up to 812819daf3298040833b4902730821c3441bffc7:

  clk: socfpga: fix clock driver for 3.15 (2014-04-25 10:06:14 -0500)

----------------------------------------------------------------
clk: socfpga: clock fix for v3.15

Currently on 3.15-rc1, the SOCFPGA platform is unable to boot. This patch
fixes the issue and allows the platform to boot.

----------------------------------------------------------------
Dinh Nguyen (1):
      clk: socfpga: fix clock driver for 3.15

 drivers/clk/socfpga/clk-pll.c |    7 +++++++
 drivers/clk/socfpga/clk.c     |   23 +++--------------------
 2 files changed, 10 insertions(+), 20 deletions(-)

Comments

Mike Turquette April 25, 2014, 8:54 p.m. UTC | #1
Quoting dinguyen@altera.com (2014-04-25 08:22:02)
> Hi Mike,
> 
> Please consider pulling this patch for 3.15 fixes.
> 
> Thanks,
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> 
> are available in the git repository at:
> 
>   git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-clk-fix-for-3.15
> 
> for you to fetch changes up to 812819daf3298040833b4902730821c3441bffc7:
> 
>   clk: socfpga: fix clock driver for 3.15 (2014-04-25 10:06:14 -0500)

Taken into clk-fixes.

Thanks!
Mike

> 
> ----------------------------------------------------------------
> clk: socfpga: clock fix for v3.15
> 
> Currently on 3.15-rc1, the SOCFPGA platform is unable to boot. This patch
> fixes the issue and allows the platform to boot.
> 
> ----------------------------------------------------------------
> Dinh Nguyen (1):
>       clk: socfpga: fix clock driver for 3.15
> 
>  drivers/clk/socfpga/clk-pll.c |    7 +++++++
>  drivers/clk/socfpga/clk.c     |   23 +++--------------------
>  2 files changed, 10 insertions(+), 20 deletions(-)