The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e:

  Linux 3.10-rc4 (2013-06-02 17:11:17 +0900)

are available in the git repository at:

  git://git.linaro.org/people/mturquette/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to ff49fad1d9bf2c49f52817b04cde8e4412434637:

  ARM: tegra30: clocks: Fix pciex clock registration (2013-06-16 11:25:45 -0700)

----------------------------------------------------------------
Half of the fixes here are for Exynos5, fixing regressions in CPUfreq
due to the common clock framework conversion as well as one fix which
allows the platform to properly reboot again. One core framework fix
patches up a memory leak, another fixes a build error for the SPEAr
platform and finally a Tegra-specific fix allows PCIe to initialize
properly on that platform again.

----------------------------------------------------------------
Arnd Bergmann (1):
      clk: spear: fix build error for spear3xx

Doug Anderson (1):
      clk: samsung: Fix pll36xx_recalc_rate to handle kdiv properly

Jay Agarwal (1):
      ARM: tegra30: clocks: Fix pciex clock registration

Lai Jiangshan (1):
      clk: remove notifier from list before freeing it

Tushar Behera (3):
      clk: exynos5250: Update cpufreq related clocks for EXYNOS5250
      clk: exynos5250: Add sclk_mpll to the parent list of mout_cpu clock
      clk: exynos5250: Add CLK_IGNORE_UNUSED flag for pmu clock

 drivers/clk/clk.c                    |  1 +
 drivers/clk/samsung/clk-exynos5250.c | 10 +++++-----
 drivers/clk/samsung/clk-pll.c        |  5 +++--
 drivers/clk/spear/spear3xx_clock.c   |  2 +-
 drivers/clk/tegra/clk-tegra30.c      | 11 ++++++-----
 5 files changed, 16 insertions(+), 13 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to