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


Groups > linux.kernel > #1600875

[RFC 0/2] Basic divider clock

From Markus Mayer <code@mmayer.net>
Newsgroups linux.kernel
Subject [RFC 0/2] Basic divider clock
Date 2017-03-14 21:30 +0100
Message-ID <tl1eW-5s2-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Markus Mayer <mmayer@broadcom.com>

This series contains a patch that was originally submitted by Mike
Turquette in August 2013, but never merged.[1] Although I didn't see
any comments rejecting it.

We have been using this code for our STB platform for quite some time
and wouldn't mind seeing it upstream. What are the current thoughts on
merging this code?

The patch is almost entirely how Mike submitted it originally. For the
purposes of this RFC, I kept my modifications separate, to make it
easier to see what is different from the original. I am expecting that
my modifications would need to be squashed into the main patch with
annotations in the commit message.

There were trivial conflicts applying the original patch to 4.11-rc1.
Those were entirely due to the patch context changing
(clk_hw_unregister_divider() didn't exist back then) and not due to any
incompatibilities with the patch itself.

The other changes I made are listed and described in patch 2/2.

[1] https://patchwork.kernel.org/patch/2848065/

Markus Mayer (1):
  clk: divider: modifications for 4.11

Mike Turquette (1):
  clk: dt: binding for basic divider clock

 .../devicetree/bindings/clock/divider-clock.txt    |  90 +++++++++++++++++++
 drivers/clk/clk-divider.c                          | 100 ++++++++++++++++++++-
 include/linux/clk-provider.h                       |   1 +
 3 files changed, 190 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/divider-clock.txt

-- 
2.7.4

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


Thread

[RFC 0/2] Basic divider clock Markus Mayer <code@mmayer.net> - 2017-03-14 21:30 +0100
  [RFC 1/2] clk: dt: binding for basic divider clock Markus Mayer <code@mmayer.net> - 2017-03-14 21:30 +0100
    Re: [RFC 1/2] clk: dt: binding for basic divider clock Stephen Boyd <sboyd@codeaurora.org> - 2017-03-15 02:10 +0100
  [RFC 2/2] clk: divider: modifications for 4.11 Markus Mayer <code@mmayer.net> - 2017-03-14 21:30 +0100

csiph-web