From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 663A0C05027 for ; Tue, 14 Feb 2023 04:26:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mp2YgY4wt8CQSoDSEsA67LI9XzmV4gzWm/3kWNTkXa0=; b=QZeIExHWubqOCl I/I66Tg22kBPuxchlBBAzEcduumBtXdcipEWXyi17JoFbUr67dySCS6HG5fL7DHWlpXegtOpTUlN8 NY7A5D05vthpCsLuANIh9J/Cj7vI8Q9hcWiTEa10IFbJp7obQ6Mwt2YFK48+muA+fdpSNzdk6g1Lg x8/PPW+vpvDiA1otBzmYd86PnMR3FFZX2As/C3L/MNTQu0rWRINhtfh1Vf7j57s2eAZW1ZxvMB8ZD MJL4zU/zRpxzxpHYAXkwt24bwoHPtzz3++EOd5p8wIwfa0Xqw450AP62kEqYbVKKoJe53VhPetViz WgOYcL7q02ZcAHt+2Yhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pRmsS-00HPt2-I6; Tue, 14 Feb 2023 04:25:12 +0000 Received: from mga06b.intel.com ([134.134.136.31] helo=mga06.intel.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pRmsO-00HPsC-V3; Tue, 14 Feb 2023 04:25:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676348708; x=1707884708; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=qS9r1+DDeebaYhT1Tf6BMORix1uHV7srDyqZtYE5TnQ=; b=PgKK3twkC++HqqTc1Pp03IMHXvoLj72oY6rzyUjCdGCVOgvclH+kc82x iExufEQfd/rBw8cd2It8Kw2c8inUxmW3kSetxkrvzeujbK0x/DJC8+lAD egT3g9kluMHlaBPMtzwmgg9j8YVl7zbVM/jBFJZBdcM/AWSvSK4lo2Z7U 9KopezFEhJ6LfmaysoH5hQ0f1vrJfyvl8VPTwR7KzhoyaZRFatfgTGkTD SXF9g5kN1c4NJ/gjcVLxOZWNib2JWpxzfpZIZlBCxWcfplGLSgKE/Ou4x v4lU/ZBJK3bl1sYmr9romF+S4SFmKaZWyw6C7rMEveViRXtPE3Bih+iTW Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10620"; a="393475391" X-IronPort-AV: E=Sophos;i="5.97,294,1669104000"; d="scan'208";a="393475391" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Feb 2023 20:25:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10620"; a="701522522" X-IronPort-AV: E=Sophos;i="5.97,294,1669104000"; d="scan'208";a="701522522" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 13 Feb 2023 20:24:54 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pRmsA-0008DA-0U; Tue, 14 Feb 2023 04:24:54 +0000 Date: Tue, 14 Feb 2023 12:24:45 +0800 From: kernel test robot To: Guillaume Ranquet , Chunfeng Yun , Kishon Vijay Abraham I , Vinod Koul , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , CK Hu , Jitao shi Cc: oe-kbuild-all@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, AngeloGioacchino Del Regno , mac.shen@mediatek.com, stuart.lee@mediatek.com, Guillaume Ranquet Subject: Re: [PATCH v7 3/3] phy: mediatek: add support for phy-mtk-hdmi-mt8195 Message-ID: <202302141253.tAssz6h3-lkp@intel.com> References: <20220919-v7-3-b5b58c5ccc07@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220919-v7-3-b5b58c5ccc07@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230213_202509_066929_5D0F13B9 X-CRM114-Status: GOOD ( 11.37 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Guillaume, Thank you for the patch! Yet something to improve: [auto build test ERROR on 09e41676e35ab06e4bce8870ea3bf1f191c3cb90] url: https://github.com/intel-lab-lkp/linux/commits/Guillaume-Ranquet/dt-bindings-phy-mediatek-hdmi-phy-Add-mt8195-compatible/20230213-193958 base: 09e41676e35ab06e4bce8870ea3bf1f191c3cb90 patch link: https://lore.kernel.org/r/20220919-v7-3-b5b58c5ccc07%40baylibre.com patch subject: [PATCH v7 3/3] phy: mediatek: add support for phy-mtk-hdmi-mt8195 config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20230214/202302141253.tAssz6h3-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 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/intel-lab-lkp/linux/commit/94dbdd48a9476284394fe686b9d3f8d9277281db git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Guillaume-Ranquet/dt-bindings-phy-mediatek-hdmi-phy-Add-mt8195-compatible/20230213-193958 git checkout 94dbdd48a9476284394fe686b9d3f8d9277281db # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302141253.tAssz6h3-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "__udivdi3" [drivers/phy/mediatek/phy-mtk-hdmi-drv.ko] undefined! Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for PM Depends on [n]: !MMU [=y] Selected by [y]: - SUN20I_PPU [=y] && (ARCH_SUNXI || COMPILE_TEST [=y]) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel