mbox

[GIT,PULL] clk: socfpga: Clock fix for 3.13

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

Pull-request

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

Message

dinguyen@altera.com Oct. 24, 2013, 8:41 a.m. UTC
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:

  Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)

are available in the git repository at:

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

for you to fetch changes up to f592c5da6869133de941e44ef2ed4ede7f6b2791:

  clk: socfpga: Remove check for "reg" property in socfpga_clk_init (2013-10-24 03:18:30 -0500)

----------------------------------------------------------------
Clock fix for SOCFPGA

Remove check for "reg" property in socfpga_clk_init() function
This allows for clk property to be assigned for the arm_twd timer, which
will lead to removing socfpga_init_clocks().

----------------------------------------------------------------
Dinh Nguyen (1):
      clk: socfpga: Remove check for "reg" property in socfpga_clk_init

 drivers/clk/socfpga/clk.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Dinh Nguyen Nov. 7, 2013, 10:11 a.m. UTC | #1
Hi Mike,

On 10/24/13 3:41 AM, dinguyen@altera.com wrote:
> The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:
>
>   Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)
>
> are available in the git repository at:
>
>   git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-clk-for-3.13
>
> for you to fetch changes up to f592c5da6869133de941e44ef2ed4ede7f6b2791:
>
>   clk: socfpga: Remove check for "reg" property in socfpga_clk_init (2013-10-24 03:18:30 -0500)
>
> ----------------------------------------------------------------
> Clock fix for SOCFPGA
>
> Remove check for "reg" property in socfpga_clk_init() function
> This allows for clk property to be assigned for the arm_twd timer, which
> will lead to removing socfpga_init_clocks().
>
> ----------------------------------------------------------------
> Dinh Nguyen (1):
>       clk: socfpga: Remove check for "reg" property in socfpga_clk_init
>
>  drivers/clk/socfpga/clk.c |    4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
Can you please pull this?
Thanks,
Dinh
Mike Turquette Nov. 27, 2013, 8:49 p.m. UTC | #2
Quoting Dinh Nguyen (2013-11-07 02:11:49)
> Hi Mike,
> 
> On 10/24/13 3:41 AM, dinguyen@altera.com wrote:
> > The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:
> >
> >   Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)
> >
> > are available in the git repository at:
> >
> >   git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-clk-for-3.13
> >
> > for you to fetch changes up to f592c5da6869133de941e44ef2ed4ede7f6b2791:
> >
> >   clk: socfpga: Remove check for "reg" property in socfpga_clk_init (2013-10-24 03:18:30 -0500)
> >
> > ----------------------------------------------------------------
> > Clock fix for SOCFPGA
> >
> > Remove check for "reg" property in socfpga_clk_init() function
> > This allows for clk property to be assigned for the arm_twd timer, which
> > will lead to removing socfpga_init_clocks().
> >
> > ----------------------------------------------------------------
> > Dinh Nguyen (1):
> >       clk: socfpga: Remove check for "reg" property in socfpga_clk_init
> >
> >  drivers/clk/socfpga/clk.c |    4 +---
> >  1 file changed, 1 insertion(+), 3 deletions(-)
> >
> Can you please pull this?

Taken into clk-next.

Thanks,
Mike

> Thanks,
> Dinh
dinguyen@altera.com Dec. 2, 2013, 5:09 p.m. UTC | #3
On Wed, 2013-11-27 at 12:49 -0800, Mike Turquette wrote:
> Quoting Dinh Nguyen (2013-11-07 02:11:49)
> > Hi Mike,
> > 
> > On 10/24/13 3:41 AM, dinguyen@altera.com wrote:
> > > The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:
> > >
> > >   Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)
> > >
> > > are available in the git repository at:
> > >
> > >   git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-clk-for-3.13
> > >
> > > for you to fetch changes up to f592c5da6869133de941e44ef2ed4ede7f6b2791:
> > >
> > >   clk: socfpga: Remove check for "reg" property in socfpga_clk_init (2013-10-24 03:18:30 -0500)
> > >
> > > ----------------------------------------------------------------
> > > Clock fix for SOCFPGA
> > >
> > > Remove check for "reg" property in socfpga_clk_init() function
> > > This allows for clk property to be assigned for the arm_twd timer, which
> > > will lead to removing socfpga_init_clocks().
> > >
> > > ----------------------------------------------------------------
> > > Dinh Nguyen (1):
> > >       clk: socfpga: Remove check for "reg" property in socfpga_clk_init
> > >
> > >  drivers/clk/socfpga/clk.c |    4 +---
> > >  1 file changed, 1 insertion(+), 3 deletions(-)
> > >
> > Can you please pull this?
> 
> Taken into clk-next.

Thanks Mike.

Dinh
> 
> Thanks,
> Mike
> 
> > Thanks,
> > Dinh
>