On Thu, Mar 08, 2018 at 05:53:55PM +0100, gabriel.fernandez@xxxxxx wrote: > From: Gabriel Fernandez <gabriel.fernandez@xxxxxx> > > This patch introduces the mechanism to probe stm32mp1 driver. > It also defines registers definition. > This patch also introduces the generic mechanism to register > a clock (a simple gate, divider and fixed factor). > > All clocks will be defined in one table. > > Signed-off-by: Gabriel Fernandez <gabriel.fernandez@xxxxxx> > --- > drivers/clk/Kconfig | 6 + > drivers/clk/Makefile | 1 + > drivers/clk/clk-stm32mp1.c | 364 ++++++++++++++++++++++++++++++ > include/dt-bindings/clock/stm32mp1-clks.h | 254 +++++++++++++++++++++ This should really be part of the binding patch. > 4 files changed, 625 insertions(+) > create mode 100644 drivers/clk/clk-stm32mp1.c > create mode 100644 include/dt-bindings/clock/stm32mp1-clks.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