Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1433313
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 10/19] sh: SH7750/51 CPG Driver |
| Date | 2016-06-28 23:10 +0200 |
| Message-ID | <rP8qB-3Jw-9@gated-at.bofh.it> (permalink) |
| References | <rOUQF-3cY-3@gated-at.bofh.it> <rOUQG-3cY-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 28, 2016 at 03:36:26PM +0900, Yoshinori Sato wrote: > Convert SH specific clock framework to CCF. > > Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> > --- > .../bindings/clock/renesas,sh7750-cpg.txt | 25 ++ Acked-by: Rob Herring <robh@kernel.org> > arch/sh/boards/Kconfig | 1 + > arch/sh/kernel/cpu/Makefile | 8 +- > arch/sh/kernel/cpu/clock.c | 6 +- > drivers/clk/Kconfig | 1 + > drivers/clk/Makefile | 3 +- > drivers/clk/sh/Kconfig | 2 + > drivers/clk/sh/Makefile | 1 + > drivers/clk/sh/clk-sh7750cpg.c | 344 +++++++++++++++++++++ > 9 files changed, 387 insertions(+), 4 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/renesas,sh7750-cpg.txt > create mode 100644 drivers/clk/sh/Kconfig > create mode 100644 drivers/clk/sh/Makefile > create mode 100644 drivers/clk/sh/clk-sh7750cpg.c
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 10/19] sh: SH7750/51 CPG Driver Yoshinori Sato <ysato@users.sourceforge.jp> - 2016-06-28 08:40 +0200 Re: [PATCH v3 10/19] sh: SH7750/51 CPG Driver Rob Herring <robh@kernel.org> - 2016-06-28 23:10 +0200
csiph-web