* [GIT PULL] clk: socfpga: Clock fix for 3.13
@ 2013-10-24 8:41 dinguyen at altera.com
2013-11-07 10:11 ` Dinh Nguyen
0 siblings, 1 reply; 4+ messages in thread
From: dinguyen at altera.com @ 2013-10-24 8:41 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] clk: socfpga: Clock fix for 3.13
2013-10-24 8:41 [GIT PULL] clk: socfpga: Clock fix for 3.13 dinguyen at altera.com
@ 2013-11-07 10:11 ` Dinh Nguyen
2013-11-27 20:49 ` Mike Turquette
0 siblings, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2013-11-07 10:11 UTC (permalink / raw)
To: linux-arm-kernel
Hi Mike,
On 10/24/13 3:41 AM, dinguyen at 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] clk: socfpga: Clock fix for 3.13
2013-11-07 10:11 ` Dinh Nguyen
@ 2013-11-27 20:49 ` Mike Turquette
2013-12-02 17:09 ` Dinh Nguyen
0 siblings, 1 reply; 4+ messages in thread
From: Mike Turquette @ 2013-11-27 20:49 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Dinh Nguyen (2013-11-07 02:11:49)
> Hi Mike,
>
> On 10/24/13 3:41 AM, dinguyen at 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] clk: socfpga: Clock fix for 3.13
2013-11-27 20:49 ` Mike Turquette
@ 2013-12-02 17:09 ` Dinh Nguyen
0 siblings, 0 replies; 4+ messages in thread
From: Dinh Nguyen @ 2013-12-02 17:09 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-02 17:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24 8:41 [GIT PULL] clk: socfpga: Clock fix for 3.13 dinguyen at altera.com
2013-11-07 10:11 ` Dinh Nguyen
2013-11-27 20:49 ` Mike Turquette
2013-12-02 17:09 ` Dinh Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).