mbox

[GIT,PULL] i.MX clk fixes and updates

Message ID 20120717072833.GZ30009@pengutronix.de
State New
Headers show

Pull-request

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

Message

Sascha Hauer July 17, 2012, 7:28 a.m. UTC
Hi Arnd, Olof,

Please pull the following i.MX clk fixes and updates for next. Not
strictly divided into fixes/features, but all around clk support, hope
that's ok.

Thanks
 Sascha

The following changes since commit bd0a521e88aa7a06ae7aabaed7ae196ed4ad867a:

  Linux 3.5-rc6 (2012-07-07 17:23:56 -0700)

are available in the git repository at:

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

for you to fetch changes up to 14ac5b884eff23f53139dd4508f428aee906d8c2:

  ARM: imx: clk-imx31: Fix clock id for rnga driver (2012-07-16 23:25:48 +0200)

----------------------------------------------------------------
i.MX clk noncritical fixes and updates

----------------------------------------------------------------
Alexander Shiyan (4):
      ARM: i.MX5x clocks: Add EPIT support
      ARM: i.MX5x clocks: Fix parent for PWM clocks
      ARM: i.MX5x clocks: Fix GPT clocks
      ARM: i.MX5x CSPI: Fixed clock name for CSPI

Fabio Estevam (3):
      ARM: clk-imx27: Fix rtc clock id
      ARM: mx27: Reenable silicon version print
      ARM: imx: clk-imx31: Fix clock id for rnga driver

Uwe Kleine-König (1):
      ARM: imx: add missing item to the list of clock event modes

 arch/arm/mach-imx/clk-imx27.c                |    4 +++-
 arch/arm/mach-imx/clk-imx31.c                |    4 ++--
 arch/arm/mach-imx/clk-imx51-imx53.c          |   23 ++++++++++++++++-------
 arch/arm/plat-mxc/devices/platform-spi_imx.c |    2 +-
 arch/arm/plat-mxc/time.c                     |    3 ++-
 5 files changed, 24 insertions(+), 12 deletions(-)

Comments

Arnd Bergmann July 17, 2012, 8:46 p.m. UTC | #1
On Tuesday 17 July 2012, Sascha Hauer wrote:
> Hi Arnd, Olof,
> 
> Please pull the following i.MX clk fixes and updates for next. Not
> strictly divided into fixes/features, but all around clk support, hope
> that's ok.

Yes, that's all good. I've appled it to the next/clk branch that
I already have for other clock related changes.

If you are in a similar situation next time, you can also order the
patches so that the bug fixes come first so I can apply the patches
at the bottom to the fixes-non-critical branch in addition to the
topic branch. If you prefer not to rebase the series though, it's
also ok to send a topic like this.

	Arnd
Sascha Hauer July 18, 2012, 10:04 p.m. UTC | #2
On Tue, Jul 17, 2012 at 08:46:20PM +0000, Arnd Bergmann wrote:
> On Tuesday 17 July 2012, Sascha Hauer wrote:
> > Hi Arnd, Olof,
> > 
> > Please pull the following i.MX clk fixes and updates for next. Not
> > strictly divided into fixes/features, but all around clk support, hope
> > that's ok.
> 
> Yes, that's all good. I've appled it to the next/clk branch that
> I already have for other clock related changes.
> 
> If you are in a similar situation next time, you can also order the
> patches so that the bug fixes come first so I can apply the patches
> at the bottom to the fixes-non-critical branch in addition to the
> topic branch. If you prefer not to rebase the series though, it's
> also ok to send a topic like this.

Thanks for the hint Arnd, will do so next time.

Sascha