All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk fixes for v5.1-rc4
Date: Fri, 12 Apr 2019 16:21:07 -0700	[thread overview]
Message-ID: <20190412232107.26830-1-sboyd@kernel.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2796 bytes --]

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to f89b9e1be7da8bb0aac667a0206a00975cefe6d3:

  clk: imx: Fix PLL_1416X not rounding rates (2019-04-12 14:21:43 -0700)

----------------------------------------------------------------
Here's more than a handful of clk driver fixes for changes that came in
during the merge window:

 - Fix the AT91 sama5d2 programmable clk prescaler formula

 - A bunch of Amlogic meson clk driver fixes for the VPU clks

 - A DMI quirk for Intel's Bay Trail SoC's driver to properly mark
   pmc clks as critical only when really needed

 - Stop overwriting CLK_SET_RATE_PARENT flag in mediatek's clk gate
   implementation

 - Use the right structure to test for a frequency table in i.MX's
   PLL_1416x driver

----------------------------------------------------------------
David Müller (1):
      clk: x86: Add system specific quirk to mark clocks as critical

Leonard Crestez (1):
      clk: imx: Fix PLL_1416X not rounding rates

Martin Blumenstingl (1):
      clk: meson: pll: fix rounding and setting a rate that matches precisely

Matthias Wieloch (1):
      clk: at91: fix programmable clock for sama5d2

Maxime Jourdan (2):
      clk: meson-gxbb: round the vdec dividers to closest
      clk: meson: g12a: fix VPU clock muxes mask

Neil Armstrong (2):
      clk: meson-g12a: fix VPU clock parents
      clk: meson: vid-pll-div: remove warning and return 0 on invalid config

Stephen Boyd (3):
      Merge tag 'meson-clk-fixes-for-5.1' of https://github.com/BayLibre/clk-meson into clk-fixes
      Merge tag 'meson-clk-fixes-for-5.1-v2' of https://github.com/BayLibre/clk-meson into clk-fixes
      platform/x86: pmc_atom: Drop __initconst on dmi table

Weiyi Lu (1):
      clk: mediatek: fix clk-gate flag setting

 drivers/clk/at91/clk-programmable.c            | 57 +++++++++++++++++++-------
 drivers/clk/at91/pmc.h                         |  2 +
 drivers/clk/at91/sama5d2.c                     | 10 ++++-
 drivers/clk/imx/clk-pll14xx.c                  |  2 +-
 drivers/clk/mediatek/clk-gate.c                |  3 +-
 drivers/clk/meson/clk-pll.c                    |  2 +-
 drivers/clk/meson/g12a.c                       |  6 +--
 drivers/clk/meson/gxbb.c                       |  2 +
 drivers/clk/meson/vid-pll-div.c                |  4 +-
 drivers/clk/x86/clk-pmc-atom.c                 | 14 +++++--
 drivers/platform/x86/pmc_atom.c                | 21 ++++++++++
 include/linux/platform_data/x86/clk-pmc-atom.h |  3 ++
 12 files changed, 99 insertions(+), 27 deletions(-)

-- 
Sent by a computer through tubes

             reply	other threads:[~2019-04-12 23:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-12 23:21 Stephen Boyd [this message]
2019-04-13 22:00 ` [GIT PULL] clk fixes for v5.1-rc4 pr-tracker-bot

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=20190412232107.26830-1-sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --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.