Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1498649
| From | Michael Turquette <mturquette@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/6] clk: oxnas: Rework driver to add support for OX820 |
| Date | 2016-10-11 10:00 +0200 |
| Message-ID | <sr08F-3Rx-15@gated-at.bofh.it> (permalink) |
| References | <soVZv-2AE-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Quoting Neil Armstrong (2016-10-05 17:07:46) > In order to to support the Oxford Semiconductor OX820 Soc clock gates, > rework the original driver with a structure inspired from the Qcom or Meson > drivers and using the new devm_clk_hw_register() call. > > The first patches add dt-bindings include file to clarify the clock indices. > > In future work, OX820 PLLs should also be handled by this driver. Series looks good to me. Will apply after -rc1 drops. Regards, Mike > > Neil Armstrong (6): > clk: oxnas: Add dt-bindings include file for OX810SE > clk: oxnas: Add dt-bindings include file for OX820 > clk: oxnas: Rename to clk_oxnas_gate > clk: oxnas: Refactor to make use of devm_clk_hw_register() > clk: oxnas: Add OX820 Gate clocks > dt-bindings: clk: oxnas,stdclk: Add OX820 bindings > > .../devicetree/bindings/clock/oxnas,stdclk.txt | 19 +- > drivers/clk/clk-oxnas.c | 232 ++++++++++++++------- > include/dt-bindings/clock/oxsemi,ox810se.h | 30 +++ > include/dt-bindings/clock/oxsemi,ox820.h | 40 ++++ > 4 files changed, 231 insertions(+), 90 deletions(-) > create mode 100644 include/dt-bindings/clock/oxsemi,ox810se.h > create mode 100644 include/dt-bindings/clock/oxsemi,ox820.h > > -- > 2.7.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-clk" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/6] clk: oxnas: Rework driver to add support for OX820 Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 17:10 +0200
[PATCH 5/6] clk: oxnas: Add OX820 Gate clocks Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 17:10 +0200
[PATCH 2/6] clk: oxnas: Add dt-bindings include file for OX820 Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 17:10 +0200
[PATCH 4/6] clk: oxnas: Refactor to make use of devm_clk_hw_register() Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 17:10 +0200
[PATCH 6/6] dt-bindings: clk: oxnas,stdclk: Add OX820 bindings Neil Armstrong <narmstrong@baylibre.com> - 2016-10-05 17:10 +0200
Re: [PATCH 6/6] dt-bindings: clk: oxnas,stdclk: Add OX820 bindings Rob Herring <robh@kernel.org> - 2016-10-10 15:10 +0200
Re: [PATCH 0/6] clk: oxnas: Rework driver to add support for OX820 Michael Turquette <mturquette@baylibre.com> - 2016-10-11 10:00 +0200
csiph-web