linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mturquette@ti.com (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] clk: fixes for 3.5-rc5
Date: Tue, 26 Jun 2012 17:04:30 -0700	[thread overview]
Message-ID: <20120627000429.GA22738@gmail.com> (raw)

Hi Linus,

The tag below has some fixes for users of the common clk framework.
This is my first time sending you a pull request (and first time using a
signed tag) so please let me know if I screwed something up.

Thanks,
Mike

The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc:

  Linux 3.5-rc4 (2012-06-24 12:53:04 -0700)

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 d03ac61daa8d4d17cd83a5ab98e85b616b90c7ac:

  clk: mxs: fix clock lookup after freeing init memory (2012-06-25 16:51:48 -0700)

----------------------------------------------------------------
clk-fixes-for-linus contains three NULL pointer fixes and two device
regression fixups.  Two NULL pointer dereferences were in the common clk
core due to lack of sanity checking and the third NPD was in the
mxs-specific clock code due to incorrect use of __initdata.  The device
regressions were the result of improper data: a wrong string name for
matching DT data broke the SPEAr ethernet controller and another string
matching problem in the mxs clock data resulted in a broken MMC
controller.

----------------------------------------------------------------
Marc Kleine-Budde (1):
      clk: mxs: fix clock lookup after freeing init memory

Pawel Moll (1):
      clk: Check parent for NULL in clk_change_rate

Rajendra Nayak (1):
      clk: Allow late cache allocation for clk->parents

Shawn Guo (1):
      clk: mxs: fix ref_io clock definition

Stefan Roese (1):
      clk: SPEAr600: Fix ethernet clock name for DT based probing

 drivers/clk/clk.c                  |   26 +++++++++++++++++---------
 drivers/clk/mxs/clk-imx23.c        |   12 ++++++------
 drivers/clk/mxs/clk-imx28.c        |   32 ++++++++++++++++----------------
 drivers/clk/spear/spear6xx_clock.c |    2 +-
 4 files changed, 40 insertions(+), 32 deletions(-)

                 reply	other threads:[~2012-06-27  0:04 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=20120627000429.GA22738@gmail.com \
    --to=mturquette@ti.com \
    --cc=linux-arm-kernel@lists.infradead.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 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).