Hi Manivannan, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.16-rc4] [cannot apply to next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Manivannan-Sadhasivam/Add-clock-driver-for-Actions-S900-SoC/20180319-015124 reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> drivers/clk/actions/owl-s900.c:33:46: sparse: constant 2700000000 is so big it is long drivers/clk/actions/owl-s900.c:604:18: sparse: Initializer entry defined twice drivers/clk/actions/owl-s900.c:639:18: also defined here vim +33 drivers/clk/actions/owl-s900.c 31 32 static struct clk_pll_table clk_edp_pll_table[] = { > 33 {0, 810000000}, {1, 1350000000}, {2, 2700000000}, 34 {0, 0}, 35 }; 36 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation -- 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