Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1416047

[PATCH 0/6] clk: sti: Add support for critical clocks

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 0/6] clk: sti: Add support for critical clocks
Date 2016-06-07 13:30 +0200
Message-ID <rHnmO-229-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Describe the platform's critical clocks in DT, then search for them
from the framework.  This set allows us to remove the clk_ignore_unused
kernel command line flag which has been required to achieve a successful
boot to prompt until this point.

This may not be the definitive list.  There may be other clocks which
need to be marked as critical, but we can add those as we go along.

Lee Jones (6):
  clk: st: clk-flexgen: Detect critical clocks
  clk: st: clkgen-fsyn: Detect critical clocks
  clk: st: clkgen-pll: Detect critical clocks
  ARM: sti: stih407-family: Supply defines for CLOCKGEN A0
  ARM: sti: stih410-clocks: Identify critical clocks
  spi: st-ssc4: Remove 'no clocking' hack

 arch/arm/boot/dts/stih410-clock.dtsi     |  9 ++++++++
 drivers/clk/st/clk-flexgen.c             |  4 +++-
 drivers/clk/st/clkgen-fsyn.c             | 10 ++++++---
 drivers/clk/st/clkgen-pll.c              | 27 +++++++++++++++---------
 drivers/spi/spi-st-ssc4.c                | 36 +++++---------------------------
 include/dt-bindings/clock/stih407-clks.h |  4 ++++
 6 files changed, 45 insertions(+), 45 deletions(-)

-- 
2.8.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] clk: sti: Add support for critical clocks Lee Jones <lee.jones@linaro.org> - 2016-06-07 13:30 +0200
  [PATCH 2/6] clk: st: clkgen-fsyn: Detect critical clocks Lee Jones <lee.jones@linaro.org> - 2016-06-07 13:30 +0200
  [PATCH 3/6] clk: st: clkgen-pll: Detect critical clocks Lee Jones <lee.jones@linaro.org> - 2016-06-07 13:30 +0200
  [PATCH 6/6] spi: st-ssc4: Remove 'no clocking' hack Lee Jones <lee.jones@linaro.org> - 2016-06-07 13:30 +0200
    Re: [PATCH 6/6] spi: st-ssc4: Remove 'no clocking' hack Mark Brown <broonie@kernel.org> - 2016-06-07 17:20 +0200

csiph-web