On Wed, Nov 01, 2017 at 07:02:46PM -0500, Rob Herring wrote: > On Wed, Nov 01, 2017 at 01:24:22AM +0530, Manivannan Sadhasivam wrote: > > This patch adds clock driver for Actions Semi OWL > > series S900 SoC. > > > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > > --- > > MAINTAINERS | 5 + > > drivers/clk/Makefile | 1 + > > drivers/clk/owl/Makefile | 2 + > > drivers/clk/owl/clk-factor.c | 270 ++++++++++++ > > drivers/clk/owl/clk-pll.c | 346 +++++++++++++++ > > drivers/clk/owl/clk-s900.c | 587 +++++++++++++++++++++++++ > > drivers/clk/owl/clk.c | 318 ++++++++++++++ > > drivers/clk/owl/clk.h | 301 +++++++++++++ > > > include/dt-bindings/clock/actions,s900-clock.h | 141 ++++++ > > This belongs in the DT binding patch. > Ack. Will add it in next revision. Thanks, Mani > > 9 files changed, 1971 insertions(+) > > create mode 100644 drivers/clk/owl/Makefile > > create mode 100644 drivers/clk/owl/clk-factor.c > > create mode 100644 drivers/clk/owl/clk-pll.c > > create mode 100644 drivers/clk/owl/clk-s900.c > > create mode 100644 drivers/clk/owl/clk.c > > create mode 100644 drivers/clk/owl/clk.h > > create mode 100644 include/dt-bindings/clock/actions,s900-clock.h -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html