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.17
Date: Mon, 22 Sep 2014 14:09:24 -0700	[thread overview]
Message-ID: <20140922210924.19023.36624@quantum> (raw)

The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:

  Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)

are available in the git repository at:

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

for you to fetch changes up to 8ce8ebeb572d70e672a8d158e93ffaac80ea7576:

  clk/efm32gg: fix dt init prototype (2014-09-09 13:52:18 -0700)

----------------------------------------------------------------
The fixes for the clock tree are mostly run-time bugs in clock drivers.
The fixes for TI DRA7 remove divide-by-zero errors. The recently merged
AT91 clock driver fixes some bad error checking and the QCOM driver fix
restores audio for that platform, a clear regression. A list iteration
bug in the framework core was hit recently and is fixed up here. Finally
a compilation warning is fixed for efm32gg, which is also a regression
fix.

----------------------------------------------------------------
Boris BREZILLON (1):
      clk: at91: fix num_parents test in at91sam9260 slow clk implementation

Doug Anderson (1):
      clk: rockchip: Fix the clocks for i2c1 and i2c2

Mike Turquette (1):
      Merge branch 'for-v3.17-rc/ti-clk-driver' of github.com:t-kristo/linux-pm into clk-fixes

Nishanth Menon (2):
      clk: ti: divider: Provide error check for incoming parameters in set_rate
      clk: ti: dra7-atl: Provide error check for incoming parameters in set_rate

Stephen Boyd (1):
      clk: qcom: Fix sdc 144kHz frequency entry

Tero Kristo (1):
      clk: prevent erronous parsing of children during rate change

Uwe Kleine-König (1):
      clk/efm32gg: fix dt init prototype

 drivers/clk/at91/clk-slow.c       | 2 +-
 drivers/clk/clk-efm32gg.c         | 6 +++---
 drivers/clk/clk.c                 | 7 ++++++-
 drivers/clk/qcom/gcc-ipq806x.c    | 2 +-
 drivers/clk/rockchip/clk-rk3288.c | 4 ++--
 drivers/clk/ti/clk-dra7-atl.c     | 6 +++++-
 drivers/clk/ti/divider.c          | 7 ++++++-
 7 files changed, 24 insertions(+), 10 deletions(-)

                 reply	other threads:[~2014-09-22 21:09 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=20140922210924.19023.36624@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.