Hi Stefan, Glad you got it working. :) Small nit below: Am 30.07.2014 16:02, schrieb Stefan Assmann: > diff --git a/drivers/clk/ti/clk-6030.c b/drivers/clk/ti/clk-6030.c > new file mode 100644 > index 0000000..baa965b > --- /dev/null > +++ b/drivers/clk/ti/clk-6030.c > @@ -0,0 +1,141 @@ > +/* > + * drivers/clk/ti/clk-6030.c > + * > + * Copyright (C) 2014 Stefan Assmann <sassmann@xxxxxxxxx> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. Here you say version 2 ... > + * > + * Clock driver for ti twl6030. > + */ [...] > +MODULE_AUTHOR("Stefan Assmann <sassmann@xxxxxxxxx>"); > +MODULE_DESCRIPTION("clock driver for TI SoC based boards with twl6030"); > +MODULE_LICENSE("GPL"); ... but down here it's "GPL". Either use "GPL v2" here, or IIUC use the "or (at your option) any later version" license above if you can. Cheers, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg -- 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