All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk: fixes for 3.15
Date: Sun, 18 May 2014 12:01:16 -0700	[thread overview]
Message-ID: <20140518190116.9521.52593@quantum> (raw)

The following changes since commit d1db0eea852497762cab43b905b879dfcd3b8987:

  Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)

are available in the git repository at:

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

for you to fetch changes up to d2c834abe2b39a2d5a6c38ef44de87c97cbb34b4:

  clk: tegra: Fix wrong value written to PLLE_AUX (2014-05-16 15:49:23 -0700)

----------------------------------------------------------------
Clock framework and driver fixes, all of which fix user-visible
regressions. As usual most fixes are for platform-specific clock
drivers, but there are also two fixes to the clk core after recent
changes to the way that clock unregistration is handled.

----------------------------------------------------------------
Alex Elder (1):
      clk: bcm281xx: don't use unnamed structs or unions

Ben Dooks (1):
      clk: shmobile: clk-mstp: change to using clock-indices

Dinh Nguyen (1):
      clk: socfpga: fix clock driver for 3.15

Maxime COQUELIN (1):
      clk: divider: Fix best div calculation for power-of-two and table dividers

Mike Turquette (1):
      Merge tag 'socfpga-clk-fix-for-3.15' of git://git.rocketboards.org/linux-socfpga-next into clk-fixes-socfpga

Stephen Boyd (2):
      clk: Fix double free due to devm_clk_register()
      clk: Fix slab corruption in clk_unregister()

Tuomas Tynkkynen (1):
      clk: tegra: Fix wrong value written to PLLE_AUX

 .../bindings/clock/renesas,cpg-mstp-clocks.txt     |  2 +-
 drivers/clk/bcm/clk-kona-setup.c                   | 33 +++++-----
 drivers/clk/bcm/clk-kona.c                         | 64 ++++++++++---------
 drivers/clk/bcm/clk-kona.h                         | 28 ++++----
 drivers/clk/clk-divider.c                          | 37 ++++++++++-
 drivers/clk/clk.c                                  | 74 ++++++++++------------
 drivers/clk/shmobile/clk-mstp.c                    |  9 ++-
 drivers/clk/socfpga/clk-pll.c                      |  7 ++
 drivers/clk/socfpga/clk.c                          | 23 +------
 drivers/clk/tegra/clk-pll.c                        |  2 +-
 10 files changed, 151 insertions(+), 128 deletions(-)

                 reply	other threads:[~2014-05-18 19:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140518190116.9521.52593@quantum \
    --to=mturquette@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.