On Mon, Nov 07, 2016 at 03:39:33PM +0530, Pankaj Dubey wrote: > The MAX8997 PMIC has 32.786kHz crystal oscillator which provides an > accurate low frequency clock for MAX8997 internal circuit as well as > external circuit. This patch adds support for these two clocks. > > CC: Michael Turquette <mturquette@xxxxxxxxxxxx> > CC: Rob Herring <robh+dt@xxxxxxxxxx> > CC: devicetree@xxxxxxxxxxxxxxx > CC: linux-clk@xxxxxxxxxxxxxxx > Signed-off-by: Pankaj Dubey <pankaj.dubey@xxxxxxxxxxx> > --- > drivers/clk/Kconfig | 10 ++++ > drivers/clk/Makefile | 1 + > drivers/clk/clk-max8997.c | 76 +++++++++++++++++++++++++++++++ > include/dt-bindings/clock/maxim,max8997.h | 23 ++++++++++ You need to split the dt-bindings header into separate one so others could pull it. Please also mention the dependencies between patches in cover letter, because it does not look like it could be applied as is. Best regards, Krzysztof -- 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