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, sboyd@codeaurora.org
Subject: [GIT PULL] clk: fixes for 3.19
Date: Sat, 17 Jan 2015 15:36:24 -0800	[thread overview]
Message-ID: <20150117233624.22722.29951@quantum> (raw)

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

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

for you to fetch changes up to c7662fc59ca38517e0ec04ceaa123ed8209ab6bf:

  clk: fix possible null pointer dereference (2015-01-17 11:33:57 -0800)

----------------------------------------------------------------
Small number of fixes for clock drivers and a single null pointer
dereference fix in the framework core code. The driver fixes vary from
fixing section mismatch warnings to preventing machines from hanging
(and preventing developers from crying).

----------------------------------------------------------------
Boris Brezillon (1):
      clk: at91: keep slow clk enabled to prevent system hang

Heiko Stuebner (2):
      clk: rockchip: fix rk3066 pll lock bit location
      clk: rockchip: fix rk3288 cpuclk core dividers

Heiko Stübner (1):
      clk: rockchip: fix deadlock possibility in cpuclk

Jisheng Zhang (1):
      clk: berlin: bg2q: remove non-exist "smemc" gate clock

Julien CHAUVEAU (1):
      clk: rockchip: add CLK_IGNORE_UNUSED flag to fix rk3066/rk3188 USB Host

Kevin Hao (1):
      Revert "clk: ppc-corenet: Fix Section mismatch warning"

Michael Turquette (1):
      Merge tag 'v3.19-rockhip-clkfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into clk-fixes

Romain Perier (1):
      clk: rockchip: Fix clock gate for rk3188 hclk_emem_peri

Stanimir Varbanov (1):
      clk: fix possible null pointer dereference

 drivers/clk/at91/clk-slow.c       | 27 +++++++++++++++++++++++++++
 drivers/clk/berlin/bg2q.c         |  1 -
 drivers/clk/clk-ppc-corenet.c     |  2 +-
 drivers/clk/clk.c                 |  2 +-
 drivers/clk/rockchip/clk-cpu.c    | 10 ++++++----
 drivers/clk/rockchip/clk-rk3188.c | 27 ++++++++++++++++++++-------
 drivers/clk/rockchip/clk-rk3288.c | 28 ++++++++++++++--------------
 7 files changed, 69 insertions(+), 28 deletions(-)

                 reply	other threads:[~2015-01-17 23:36 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=20150117233624.22722.29951@quantum \
    --to=mturquette@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.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.