Hi Pavel, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.10 next-20170303] [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/Pavel-Machek/omap3isp-Correctly-set-IO_OUT_SEL-and-VP_CLK_POL-for-CCP2-mode/20170303-164739 base: git://linuxtv.org/media_tree.git master config: arm-omap2plus_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=arm All errors (new ones prefixed by >>): drivers/media/platform/omap3isp/ispccp2.c: In function 'ccp2_phyif_config': >> drivers/media/platform/omap3isp/ispccp2.c:226:39: error: 'const struct isp_ccp2_cfg' has no member named 'vp_clk_pol'; did you mean 'vpclk_div'? ISPCCP2_CTRL_VP_CLK_POL_MASK, buscfg->vp_clk_pol); ^ drivers/media/platform/omap3isp/ispccp2.c:61:8: note: in definition of macro 'BIT_SET' | ((val) << (shift)); \ ^~~ vim +226 drivers/media/platform/omap3isp/ispccp2.c 220 buscfg->phy_layer); 221 BIT_SET(val, ISPCCP2_CTRL_IO_OUT_SEL_SHIFT, 222 ISPCCP2_CTRL_IO_OUT_SEL_MASK, buscfg->ccp2_mode); 223 BIT_SET(val, ISPCCP2_CTRL_INV_SHIFT, ISPCCP2_CTRL_INV_MASK, 224 buscfg->strobe_clk_pol); 225 BIT_SET(val, ISPCCP2_CTRL_VP_CLK_POL_SHIFT, > 226 ISPCCP2_CTRL_VP_CLK_POL_MASK, buscfg->vp_clk_pol); 227 isp_reg_writel(isp, val, OMAP3_ISP_IOMEM_CCP2, ISPCCP2_CTRL); 228 229 val = isp_reg_readl(isp, OMAP3_ISP_IOMEM_CCP2, ISPCCP2_CTRL); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip