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.13
Date: Thu, 09 Jan 2014 22:30:52 -0800	[thread overview]
Message-ID: <20140110063052.7168.29117@quantum> (raw)

The following changes since commit d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc:

  Linux 3.13-rc7 (2014-01-04 15:12:14 -0800)

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 778037e1ccb75609846deca9e419449c1dc137fa:

  clk: clk-divider: fix divisor > 255 bug (2014-01-08 08:33:12 -0800)

----------------------------------------------------------------
Late fixes for clock drivers. All of these fixes are for user-visible
regressions, typically boot failures or other unsafe system
configuration that causes badness.

----------------------------------------------------------------
Abhilash Kesavan (4):
      clk: samsung: exynos5250: Fix ACP gate register offset
      clk: samsung: exynos5250: Add MDMA0 clocks
      ARM: dts: exynos5250: Fix MDMA0 clock number
      clk: samsung: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clock

Andrew Bresticker (1):
      clk: exynos5250: fix sysmmu_mfc{l,r} gate clocks

James Hogan (1):
      clk: clk-divider: fix divisor > 255 bug

Krzysztof Kozlowski (1):
      clk: exynos: File scope reg_save array should depend on PM_SLEEP

Mike Turquette (1):
      Merge tag 'samsung-clk-fixes' of git://git.kernel.org/.../tfiga/samsung-clk into clk-fixes

Seung-Woo Kim (1):
      clk: samsung: exynos4: Correct SRC_MFC register

 .../devicetree/bindings/clock/exynos5250-clock.txt         |  2 ++
 arch/arm/boot/dts/exynos5250.dtsi                          |  2 +-
 drivers/clk/clk-divider.c                                  |  2 +-
 drivers/clk/samsung/clk-exynos-audss.c                     | 10 +++++-----
 drivers/clk/samsung/clk-exynos4.c                          |  2 +-
 drivers/clk/samsung/clk-exynos5250.c                       | 14 +++++++++-----
 6 files changed, 19 insertions(+), 13 deletions(-)

                 reply	other threads:[~2014-01-10  6:31 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=20140110063052.7168.29117@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.