From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6090004830360080196==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [RFC 01/28] clk: renesas: rzg2l: Add FOUTPOSTDIV clk support Date: Thu, 13 Jan 2022 05:37:30 +0800 Message-ID: <202201130534.ASefePDv-lkp@intel.com> In-Reply-To: <20220112174612.10773-2-biju.das.jz@bp.renesas.com> List-Id: --===============6090004830360080196== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Biju, [FYI, it's a private test report for your RFC patch.] [auto build test WARNING on next-20220112] [cannot apply to pinchartl-media/drm/du/next geert-renesas-drivers/renesas-= clk geert-renesas-devel/next v5.16 v5.16-rc8 v5.16-rc7 v5.16] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Biju-Das/Add-RZ-G2L-Displa= y-support/20220113-014940 base: 32ce2abb03cfae17a9eb42bd6b1b619b72f23f20 config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20220113= /202201130534.ASefePDv-lkp(a)intel.com/config) compiler: m68k-linux-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/0day-ci/linux/commit/c0b834d1561a902d5f960a18e= 365d66fbeba0f95 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Biju-Das/Add-RZ-G2L-Display-suppor= t/20220113-014940 git checkout c0b834d1561a902d5f960a18e365d66fbeba0f95 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Dm68k SHELL=3D/bin/bash drivers/clk/renesas/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/clk/renesas/rzg2l-cpg.c:302:9: warning: this decimal constant is= unsigned only in ISO C90 302 | { 3000000000, 1, 125, 0, 1, 1, 0, 0, 0, 0 }, /* = 3000 MHz */ | ^ drivers/clk/renesas/rzg2l-cpg.c:317:9: warning: this decimal constant is= unsigned only in ISO C90 317 | { 3000000000, 1, 125, 0, 1, 1, 0, 0, 0, 0 }, /* 3= 000 MHz */ | ^ vim +302 drivers/clk/renesas/rzg2l-cpg.c 286 = 287 static const struct rzg2l_pll5_param dsi_mode_param[] =3D { 288 { 25175000, 1, 16, 13141593, 1, 1, 2, 3, 16, 0 }, /* VGA 25.175M= Hz */ 289 { 25200000, 1, 16, 13421773, 1, 1, 2, 3, 16, 0 }, /* VGA 25.200M= Hz */ 290 { 27000000, 1, 18, 0, 1, 1, 2, 3, 16, 0 }, /* 480p/576p 2= 7.000MHz */ 291 { 27027000, 1, 18, 301990, 1, 1, 2, 3, 16, 0 }, /* 480p 27.027= MHz */ 292 { 29605000, 1, 19, 12359216, 1, 1, 2, 3, 16, 0 }, /* WVGA 29.605= MHz */ 293 { 40000000, 2, 80, 0, 2, 1, 1, 2, 6, 0 }, /* SVGA 40.00M= Hz */ 294 { 65000000, 1, 43, 5592405, 1, 1, 2, 3, 16, 0 }, /* XGA 65.00MH= z */ 295 { 71000000, 2, 71, 0, 1, 1, 1, 2, 6, 0 }, /* WXGA 1280x8= 00 71.0MHz */ 296 { 74176000, 1, 49, 7560932, 1, 1, 2, 3, 16, 0 }, /* 720p 74.176= MHz */ 297 { 74250000, 1, 49, 8388608, 1, 1, 2, 3, 16, 0 }, /* 720p 74.25M= Hz */ 298 { 85500000, 2, 85, 8388608, 1, 1, 1, 2, 6, 0 }, /* FWXGA 1360x= 768 85.5MHz */ 299 { 88750000, 2, 88, 12582912, 1, 1, 1, 2, 6, 1 }, /* WXGA+ 1440x= 900 88.75MHz */ 300 { 108000000, 2, 108, 0, 1, 1, 1, 2, 6, 1 }, /* SXGA 108MHz= */ 301 { 148500000, 2, 148, 8388608, 1, 1, 1, 2, 6, 1 }, /* 1080p 148.5= MHz */ > 302 { 3000000000, 1, 125, 0, 1, 1, 0, 0, 0, 0 }, /* 3000 MHz */ 303 }; 304 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============6090004830360080196==--