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 via email to