Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1302391
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] clk: add unregister function for fixed factor clock and fixed rate clock |
| Date | 2016-01-06 05:30 +0100 |
| Message-ID | <qNNTs-4yb-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
clk-mux and clk-gate have an unregister function, but clk-fixed-rate and clk-fixed-factor do not. I want to register/unregister clk-fixed-factor and clk-fixed-rate from my SoC clock provider. Masahiro Yamada (2): clk: add clk_unregister_fixed_factor() clk: add clk_unregister_fixed_rate() drivers/clk/clk-fixed-factor.c | 13 +++++++++++++ drivers/clk/clk-fixed-rate.c | 13 +++++++++++++ include/linux/clk-provider.h | 3 ++- 3 files changed, 28 insertions(+), 1 deletion(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] clk: add unregister function for fixed factor clock and fixed rate clock Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-01-06 05:30 +0100 [PATCH 1/2] clk: add clk_unregister_fixed_factor() Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-01-06 05:30 +0100 [PATCH 2/2] clk: add clk_unregister_fixed_rate() Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-01-06 05:30 +0100
csiph-web