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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 286FECA100B for ; Sat, 31 Aug 2024 08:18:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A40B10E079; Sat, 31 Aug 2024 08:18:57 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="i9H7H2FS"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id C1F2B10E079 for ; Sat, 31 Aug 2024 08:18:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1725092336; x=1756628336; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=npobd54TNh7s8xPDmegUER6qbR94JOCTdgYkJQKkgzI=; b=i9H7H2FSKUJLtsq5qYbLXx5KzjKrllQKbc4JKmuOo6l4nBtfATdN4OK8 vcPL4cKlyxHcqd1bIxuE2+mEDL+fQ1Mn4yMlFqWHmIOe5gpeoHMw+/rLS 6n7zVKbwNG+0YzysT6+4pnCS8nCt9gcJjQWrSmJKv7ZhqScINbuYTQU55 fKmcE3Ye1vMnW7s6w+xB456/OJdGPEG+07EcP0ua+pRdBo4whvP38SIUa jN5O514K3mReXX1EQwnEiY6hDqe3bDJbNLg3Jcpv03cC4FVrD+IdWzDYH lP0LXQrmRP0qBdN1no7fefJai7C2Xtpsj9j9WHoBZbL0NkZ+BVK9Mosb8 Q==; X-CSE-ConnectionGUID: ABi9wtnmRMq2egQhkoTP2Q== X-CSE-MsgGUID: KWoI18ZKRhKmflVI/nmjmg== X-IronPort-AV: E=McAfee;i="6700,10204,11180"; a="34899134" X-IronPort-AV: E=Sophos;i="6.10,191,1719903600"; d="scan'208";a="34899134" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2024 01:18:55 -0700 X-CSE-ConnectionGUID: Mlbj9nIKSxWJ3+kSWBhW8w== X-CSE-MsgGUID: H4JuTJDIRJWpolmtC0T6xw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,191,1719903600"; d="scan'208";a="87356865" Received: from lkp-server01.sh.intel.com (HELO 9c6b1c7d3b50) ([10.239.97.150]) by fmviesa002.fm.intel.com with ESMTP; 31 Aug 2024 01:18:51 -0700 Received: from kbuild by 9c6b1c7d3b50 with local (Exim 4.96) (envelope-from ) id 1skJJp-0002S4-0N; Sat, 31 Aug 2024 08:18:49 +0000 Date: Sat, 31 Aug 2024 16:18:12 +0800 From: kernel test robot To: Claudiu Beznea , manikandan.m@microchip.com, dharma.b@microchip.com, andrzej.hajda@intel.com, neil.armstrong@linaro.org, rfoss@kernel.org, Laurent.pinchart@ideasonboard.com, jonas@kwiboo.se, jernej.skrabec@gmail.com, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, daniel@ffwll.ch, hari.prasathge@microchip.com Cc: oe-kbuild-all@lists.linux.dev, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, claudiu.beznea@tuxon.dev Subject: Re: [PATCH 2/3] drm/bridge: microchip-lvds: Drop unused headers Message-ID: <202408311600.HvIve8JU-lkp@intel.com> References: <20240827161223.4152195-3-claudiu.beznea@tuxon.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240827161223.4152195-3-claudiu.beznea@tuxon.dev> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Claudiu, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v6.11-rc5 next-20240830] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Claudiu-Beznea/drm-bridge-microchip-lvds-Revert-clk_prepare_enable-in-case-of-failure/20240828-001456 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240827161223.4152195-3-claudiu.beznea%40tuxon.dev patch subject: [PATCH 2/3] drm/bridge: microchip-lvds: Drop unused headers config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20240831/202408311600.HvIve8JU-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240831/202408311600.HvIve8JU-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202408311600.HvIve8JU-lkp@intel.com/ All errors (new ones prefixed by >>): drivers/gpu/drm/bridge/microchip-lvds.c: In function 'lvds_readl': >> drivers/gpu/drm/bridge/microchip-lvds.c:62:16: error: implicit declaration of function 'readl_relaxed' [-Werror=implicit-function-declaration] 62 | return readl_relaxed(lvds->regs + offset); | ^~~~~~~~~~~~~ drivers/gpu/drm/bridge/microchip-lvds.c: In function 'lvds_writel': >> drivers/gpu/drm/bridge/microchip-lvds.c:67:9: error: implicit declaration of function 'writel_relaxed' [-Werror=implicit-function-declaration] 67 | writel_relaxed(val, lvds->regs + offset); | ^~~~~~~~~~~~~~ cc1: some warnings being treated as errors vim +/readl_relaxed +62 drivers/gpu/drm/bridge/microchip-lvds.c 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 59 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 60 static inline u32 lvds_readl(struct mchp_lvds *lvds, u32 offset) 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 61 { 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 @62 return readl_relaxed(lvds->regs + offset); 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 63 } 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 64 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 65 static inline void lvds_writel(struct mchp_lvds *lvds, u32 offset, u32 val) 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 66 { 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 @67 writel_relaxed(val, lvds->regs + offset); 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 68 } 179b0769fc5fc1 Dharma Balasubiramani 2024-04-21 69 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki