devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Luca Weiss <luca.weiss@fairphone.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev,
	~postmarketos/upstreaming@lists.sr.ht,
	phone-devel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Luca Weiss <luca.weiss@fairphone.com>
Subject: Re: [PATCH 08/10] clk: qcom: Add Graphics Clock controller (GPUCC) driver for SM7635
Date: Thu, 26 Jun 2025 04:07:43 +0800	[thread overview]
Message-ID: <202506260357.DyPYkEZb-lkp@intel.com> (raw)
In-Reply-To: <20250625-sm7635-clocks-v1-8-ca3120e3a80e@fairphone.com>

Hi Luca,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 19272b37aa4f83ca52bdf9c16d5d81bdd1354494]

url:    https://github.com/intel-lab-lkp/linux/commits/Luca-Weiss/dt-bindings-clock-qcom-document-the-SM7635-Global-Clock-Controller/20250625-171703
base:   19272b37aa4f83ca52bdf9c16d5d81bdd1354494
patch link:    https://lore.kernel.org/r/20250625-sm7635-clocks-v1-8-ca3120e3a80e%40fairphone.com
patch subject: [PATCH 08/10] clk: qcom: Add Graphics Clock controller (GPUCC) driver for SM7635
config: loongarch-allyesconfig (https://download.01.org/0day-ci/archive/20250626/202506260357.DyPYkEZb-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250626/202506260357.DyPYkEZb-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202506260357.DyPYkEZb-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/clk/qcom/gpucc-sm7635.c:135:37: warning: 'gpu_cc_parent_data_2' defined but not used [-Wunused-const-variable=]
     135 | static const struct clk_parent_data gpu_cc_parent_data_2[] = {
         |                                     ^~~~~~~~~~~~~~~~~~~~
>> drivers/clk/qcom/gpucc-sm7635.c:131:32: warning: 'gpu_cc_parent_map_2' defined but not used [-Wunused-const-variable=]
     131 | static const struct parent_map gpu_cc_parent_map_2[] = {
         |                                ^~~~~~~~~~~~~~~~~~~


vim +/gpu_cc_parent_data_2 +135 drivers/clk/qcom/gpucc-sm7635.c

   130	
 > 131	static const struct parent_map gpu_cc_parent_map_2[] = {
   132		{ P_BI_TCXO, 0 },
   133	};
   134	
 > 135	static const struct clk_parent_data gpu_cc_parent_data_2[] = {
   136		{ .index = DT_BI_TCXO },
   137	};
   138	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  reply	other threads:[~2025-06-25 20:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-25  9:12 [PATCH 00/10] Add clock drivers for SM7635 Luca Weiss
2025-06-25  9:12 ` [PATCH 01/10] dt-bindings: clock: qcom: document the SM7635 Global Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 02/10] clk: qcom: Add Global Clock controller (GCC) driver for SM7635 Luca Weiss
2025-06-25  9:12 ` [PATCH 03/10] dt-bindings: clock: qcom: document the SM7635 Camera Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 04/10] clk: qcom: Add Camera Clock controller (CAMCC) driver for SM7635 Luca Weiss
2025-06-25  9:12 ` [PATCH 05/10] dt-bindings: clock: qcom: document the SM7635 Display Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 06/10] clk: qcom: Add Display Clock controller (DISPCC) driver for SM7635 Luca Weiss
2025-06-25  9:12 ` [PATCH 07/10] dt-bindings: clock: qcom: document the SM7635 GPU Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 08/10] clk: qcom: Add Graphics Clock controller (GPUCC) driver for SM7635 Luca Weiss
2025-06-25 20:07   ` kernel test robot [this message]
2025-06-25  9:12 ` [PATCH 09/10] dt-bindings: clock: qcom: document the SM7635 Video Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 10/10] clk: qcom: Add Video Clock controller (VIDEOCC) driver for SM7635 Luca Weiss
2025-06-27 15:10 ` [PATCH 00/10] Add clock drivers " Konrad Dybcio
2025-06-27 15:14   ` Luca Weiss
2025-06-30  8:01     ` Luca Weiss
2025-07-01 11:16       ` Dmitry Baryshkov
2025-07-01 13:42         ` Luca Weiss
2025-07-01 15:19           ` Konrad Dybcio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202506260357.DyPYkEZb-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luca.weiss@fairphone.com \
    --cc=mturquette@baylibre.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).