linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX common clock fixes
@ 2012-05-17  9:41 Sascha Hauer
  2012-05-31 18:59 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2012-05-17  9:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

Please pull the following fixes to the i.MX common clock conversion
based on the imx/clock branch in arm-soc.

Thanks
 Sascha

The following changes since commit 4f5a9fd341e8ffd825ecf56155df6fe6c3d732b1:

  Merge branch 'imx/pinctrl' into imx/clock (2012-05-14 15:30:52 +0200)

are available in the git repository at:


  git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-clk-common-fixes

for you to fetch changes up to b0286f20c36d0c1e7537489daddaf574abf403dd:

  ARM: imx6q: prepare and enable init on clks directly instead of clk_get first (2012-05-16 12:46:23 +0200)

----------------------------------------------------------------
Some fixes for the fresh i.MX common clock support

----------------------------------------------------------------
Richard Zhao (2):
      ARM: i.MX: change timer clock from ipg to perclk
      ARM: imx6q: prepare and enable init on clks directly instead of clk_get first

Sascha Hauer (2):
      ARM i.MX5: fix gpt peripheral clock path
      ARM i.MX: remove now unnecessary argument from mxc_timer_init

 arch/arm/mach-imx/clk-imx1.c            |    3 +--
 arch/arm/mach-imx/clk-imx21.c           |    4 ++--
 arch/arm/mach-imx/clk-imx25.c           |    2 +-
 arch/arm/mach-imx/clk-imx27.c           |    3 +--
 arch/arm/mach-imx/clk-imx31.c           |    3 +--
 arch/arm/mach-imx/clk-imx35.c           |    6 ++----
 arch/arm/mach-imx/clk-imx51-imx53.c     |   12 +++++-------
 arch/arm/mach-imx/clk-imx6q.c           |   22 +++++++---------------
 arch/arm/plat-mxc/epit.c                |   11 ++++++++++-
 arch/arm/plat-mxc/include/mach/common.h |    4 ++--
 arch/arm/plat-mxc/time.c                |   24 ++++++++++++------------
 11 files changed, 44 insertions(+), 50 deletions(-)
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] i.MX common clock fixes
  2012-05-17  9:41 [GIT PULL] i.MX common clock fixes Sascha Hauer
@ 2012-05-31 18:59 ` Sascha Hauer
  2012-05-31 21:00   ` Olof Johansson
  2012-05-31 21:11   ` Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Sascha Hauer @ 2012-05-31 18:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

Have you missed this one?

Sascha

On Thu, May 17, 2012 at 11:41:21AM +0200, Sascha Hauer wrote:
> Hi Arnd, Olof,
> 
> Please pull the following fixes to the i.MX common clock conversion
> based on the imx/clock branch in arm-soc.
> 
> Thanks
>  Sascha
> 
> The following changes since commit 4f5a9fd341e8ffd825ecf56155df6fe6c3d732b1:
> 
>   Merge branch 'imx/pinctrl' into imx/clock (2012-05-14 15:30:52 +0200)
> 
> are available in the git repository at:
> 
> 
>   git://git.pengutronix.de/git/imx/linux-2.6.git tags/imx-clk-common-fixes
> 
> for you to fetch changes up to b0286f20c36d0c1e7537489daddaf574abf403dd:
> 
>   ARM: imx6q: prepare and enable init on clks directly instead of clk_get first (2012-05-16 12:46:23 +0200)
> 
> ----------------------------------------------------------------
> Some fixes for the fresh i.MX common clock support
> 
> ----------------------------------------------------------------
> Richard Zhao (2):
>       ARM: i.MX: change timer clock from ipg to perclk
>       ARM: imx6q: prepare and enable init on clks directly instead of clk_get first
> 
> Sascha Hauer (2):
>       ARM i.MX5: fix gpt peripheral clock path
>       ARM i.MX: remove now unnecessary argument from mxc_timer_init
> 
>  arch/arm/mach-imx/clk-imx1.c            |    3 +--
>  arch/arm/mach-imx/clk-imx21.c           |    4 ++--
>  arch/arm/mach-imx/clk-imx25.c           |    2 +-
>  arch/arm/mach-imx/clk-imx27.c           |    3 +--
>  arch/arm/mach-imx/clk-imx31.c           |    3 +--
>  arch/arm/mach-imx/clk-imx35.c           |    6 ++----
>  arch/arm/mach-imx/clk-imx51-imx53.c     |   12 +++++-------
>  arch/arm/mach-imx/clk-imx6q.c           |   22 +++++++---------------
>  arch/arm/plat-mxc/epit.c                |   11 ++++++++++-
>  arch/arm/plat-mxc/include/mach/common.h |    4 ++--
>  arch/arm/plat-mxc/time.c                |   24 ++++++++++++------------
>  11 files changed, 44 insertions(+), 50 deletions(-)
> -- 
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] i.MX common clock fixes
  2012-05-31 18:59 ` Sascha Hauer
@ 2012-05-31 21:00   ` Olof Johansson
  2012-05-31 21:11   ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-05-31 21:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Thu, May 31, 2012 at 11:59 AM, Sascha Hauer <s.hauer@pengutronix.de>wrote:

> Hi Olof,
>
> Have you missed this one?
>

Sure did, thanks for the reminder and my apologies. I'll pull it into fixes
to send for -rc1.


-Olof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120531/3c32683b/attachment-0001.html>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] i.MX common clock fixes
  2012-05-31 18:59 ` Sascha Hauer
  2012-05-31 21:00   ` Olof Johansson
@ 2012-05-31 21:11   ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-05-31 21:11 UTC (permalink / raw)
  To: linux-arm-kernel

[again without HTML crap in gmail]

On Thu, May 31, 2012 at 11:59 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:
> Hi Olof,
>
> Have you missed this one?


Sure did, thanks for the reminder and my apologies. I'll pull it into
fixes to send for -rc1.

-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-31 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17  9:41 [GIT PULL] i.MX common clock fixes Sascha Hauer
2012-05-31 18:59 ` Sascha Hauer
2012-05-31 21:00   ` Olof Johansson
2012-05-31 21:11   ` Olof Johansson

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).