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


Groups > linux.kernel > #1699975

Re: [PATCH 0/2] clk: meson: expose clk ids

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/2] clk: meson: expose clk ids
Date 2017-07-31 14:10 +0200
Message-ID <u9hGh-686-11@gated-at.bofh.it> (permalink)
References <u9hdg-5GQ-21@gated-at.bofh.it>
Organization Baylibre

Show all headers | View raw


On 07/31/2017 01:38 PM, Jerome Brunet wrote:
> In previous cycles, concerns have been raised about the way clocks are
> exposed for the meson clock controller, only when validated and required
> in DT.
> 
> Instead, this patchset expose all the known clocks which may be needed in
> DT later on. The clocks left out are internal clocks which should never be
> used directly in DT. These are mostly internal muxes and dividers of
> composite clocks.
> 
> While this should reduce the patch flow on the related header files, It
> won't stop it completely. There are still many clocks we don't know about
> yet. We tend discover a few in every cycle.
> 
> This patchset depends on these fixes [0] to avoid issues when adding new
> clk ids.
> 
> [0]: https://lkml.kernel.org/r/20170727161755.10393-1-jbrunet@baylibre.com
> 
> Jerome Brunet (2):
>   clk: meson8b: expose every clock in the bindings
>   clk: meson-gxbb: expose almost every clock in the bindings
> 
>  drivers/clk/meson/gxbb.h                 | 117 ++-----------------------------
>  drivers/clk/meson/meson8b.h              | 103 ++-------------------------
>  include/dt-bindings/clock/gxbb-clkc.h    |  60 ++++++++++++++++
>  include/dt-bindings/clock/meson8b-clkc.h |  70 ++++++++++++++++++
>  4 files changed, 141 insertions(+), 209 deletions(-)
> 

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

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


Thread

[PATCH 0/2] clk: meson: expose clk ids Jerome Brunet <jbrunet@baylibre.com> - 2017-07-31 13:40 +0200
  [PATCH 1/2] clk: meson8b: expose every clock in the bindings Jerome Brunet <jbrunet@baylibre.com> - 2017-07-31 13:40 +0200
  [PATCH 2/2] clk: meson-gxbb: expose almost every clock in the bindings Jerome Brunet <jbrunet@baylibre.com> - 2017-07-31 13:40 +0200
  Re: [PATCH 0/2] clk: meson: expose clk ids Neil Armstrong <narmstrong@baylibre.com> - 2017-07-31 14:10 +0200
  Re: [PATCH 0/2] clk: meson: expose clk ids Arnd Bergmann <arnd@arndb.de> - 2017-07-31 16:10 +0200
    Re: [PATCH 0/2] clk: meson: expose clk ids Neil Armstrong <narmstrong@baylibre.com> - 2017-08-01 14:10 +0200

csiph-web