From: kernel test robot <lkp@intel.com>
To: "Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>,
"Andy Gross" <agross@kernel.org>,
"Bjorn Andersson" <bjorn.andersson@linaro.org>,
"Stanimir Varbanov" <svarbanov@mm-sol.com>,
"Lorenzo Pieralisi" <lorenzo.pieralisi@arm.com>,
"Rob Herring" <robh+dt@kernel.org>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Michael Turquette" <mturquette@baylibre.com>,
"Stephen Boyd" <swboyd@chromium.org>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
Bjorn Helgaas <helgaas@kernel.org>,
Prasad Malisetty <pmaliset@codeaurora.org>
Subject: Re: [PATCH v2 05/11] clk: qcom: gcc-sm8450: switch PCIe GDSCs to pipe_clk_gdsc
Date: Sat, 5 Feb 2022 05:02:08 +0800 [thread overview]
Message-ID: <202202050432.j8kshuCH-lkp@intel.com> (raw)
In-Reply-To: <20220204144645.3016603-6-dmitry.baryshkov@linaro.org>
Hi Dmitry,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on helgaas-pci/next]
[also build test WARNING on clk/clk-next v5.17-rc2 next-20220204]
[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/Dmitry-Baryshkov/PCI-qcom-add-support-for-PCIe-on-SM8450-platform/20220204-224841
base: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: riscv-randconfig-r036-20220130 (https://download.01.org/0day-ci/archive/20220205/202202050432.j8kshuCH-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project a73e4ce6a59b01f0e37037761c1e6889d539d233)
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
# install riscv cross compiling tool for clang build
# apt-get install binutils-riscv64-linux-gnu
# https://github.com/0day-ci/linux/commit/5d658c3994422b9324ffa9261c3b5d6288fd1dff
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Dmitry-Baryshkov/PCI-qcom-add-support-for-PCIe-on-SM8450-platform/20220204-224841
git checkout 5d658c3994422b9324ffa9261c3b5d6288fd1dff
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash drivers/clk/qcom/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/clk/qcom/gcc-sm8450.c:166:32: warning: unused variable 'gcc_parent_map_6' [-Wunused-const-variable]
static const struct parent_map gcc_parent_map_6[] = {
^
>> drivers/clk/qcom/gcc-sm8450.c:171:37: warning: unused variable 'gcc_parent_data_6' [-Wunused-const-variable]
static const struct clk_parent_data gcc_parent_data_6[] = {
^
2 warnings generated.
vim +/gcc_parent_map_6 +166 drivers/clk/qcom/gcc-sm8450.c
db0c944ee92b7df Vinod Koul 2021-12-07 165
db0c944ee92b7df Vinod Koul 2021-12-07 @166 static const struct parent_map gcc_parent_map_6[] = {
db0c944ee92b7df Vinod Koul 2021-12-07 167 { P_PCIE_1_PIPE_CLK, 0 },
db0c944ee92b7df Vinod Koul 2021-12-07 168 { P_BI_TCXO, 2 },
db0c944ee92b7df Vinod Koul 2021-12-07 169 };
db0c944ee92b7df Vinod Koul 2021-12-07 170
db0c944ee92b7df Vinod Koul 2021-12-07 @171 static const struct clk_parent_data gcc_parent_data_6[] = {
db0c944ee92b7df Vinod Koul 2021-12-07 172 { .fw_name = "pcie_1_pipe_clk" },
db0c944ee92b7df Vinod Koul 2021-12-07 173 { .fw_name = "bi_tcxo" },
db0c944ee92b7df Vinod Koul 2021-12-07 174 };
db0c944ee92b7df Vinod Koul 2021-12-07 175
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 05/11] clk: qcom: gcc-sm8450: switch PCIe GDSCs to pipe_clk_gdsc
Date: Sat, 05 Feb 2022 05:02:08 +0800 [thread overview]
Message-ID: <202202050432.j8kshuCH-lkp@intel.com> (raw)
In-Reply-To: <20220204144645.3016603-6-dmitry.baryshkov@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 3201 bytes --]
Hi Dmitry,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on helgaas-pci/next]
[also build test WARNING on clk/clk-next v5.17-rc2 next-20220204]
[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/Dmitry-Baryshkov/PCI-qcom-add-support-for-PCIe-on-SM8450-platform/20220204-224841
base: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: riscv-randconfig-r036-20220130 (https://download.01.org/0day-ci/archive/20220205/202202050432.j8kshuCH-lkp(a)intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project a73e4ce6a59b01f0e37037761c1e6889d539d233)
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
# install riscv cross compiling tool for clang build
# apt-get install binutils-riscv64-linux-gnu
# https://github.com/0day-ci/linux/commit/5d658c3994422b9324ffa9261c3b5d6288fd1dff
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Dmitry-Baryshkov/PCI-qcom-add-support-for-PCIe-on-SM8450-platform/20220204-224841
git checkout 5d658c3994422b9324ffa9261c3b5d6288fd1dff
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv SHELL=/bin/bash drivers/clk/qcom/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/clk/qcom/gcc-sm8450.c:166:32: warning: unused variable 'gcc_parent_map_6' [-Wunused-const-variable]
static const struct parent_map gcc_parent_map_6[] = {
^
>> drivers/clk/qcom/gcc-sm8450.c:171:37: warning: unused variable 'gcc_parent_data_6' [-Wunused-const-variable]
static const struct clk_parent_data gcc_parent_data_6[] = {
^
2 warnings generated.
vim +/gcc_parent_map_6 +166 drivers/clk/qcom/gcc-sm8450.c
db0c944ee92b7df Vinod Koul 2021-12-07 165
db0c944ee92b7df Vinod Koul 2021-12-07 @166 static const struct parent_map gcc_parent_map_6[] = {
db0c944ee92b7df Vinod Koul 2021-12-07 167 { P_PCIE_1_PIPE_CLK, 0 },
db0c944ee92b7df Vinod Koul 2021-12-07 168 { P_BI_TCXO, 2 },
db0c944ee92b7df Vinod Koul 2021-12-07 169 };
db0c944ee92b7df Vinod Koul 2021-12-07 170
db0c944ee92b7df Vinod Koul 2021-12-07 @171 static const struct clk_parent_data gcc_parent_data_6[] = {
db0c944ee92b7df Vinod Koul 2021-12-07 172 { .fw_name = "pcie_1_pipe_clk" },
db0c944ee92b7df Vinod Koul 2021-12-07 173 { .fw_name = "bi_tcxo" },
db0c944ee92b7df Vinod Koul 2021-12-07 174 };
db0c944ee92b7df Vinod Koul 2021-12-07 175
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
next prev parent reply other threads:[~2022-02-04 21:02 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 14:46 [PATCH v2 00/11] PCI: qcom: add support for PCIe on SM8450 platform Dmitry Baryshkov
2022-02-04 14:46 ` [PATCH v2 01/11] dt-bindings: pci: qcom,pcie: drop unused "pipe" clocks Dmitry Baryshkov
2022-02-09 22:22 ` Rob Herring
2022-02-04 14:46 ` [PATCH v2 02/11] dt-bindings: pci: qcom: Document PCIe bindings for SM8450 Dmitry Baryshkov
2022-02-04 14:46 ` [PATCH v2 03/11] clk: qcom: gdsc: add support for clocks tied to the GDSC Dmitry Baryshkov
2022-02-04 22:05 ` Bjorn Andersson
2022-02-09 22:41 ` Dmitry Baryshkov
2022-02-11 19:52 ` Dmitry Baryshkov
2022-02-15 10:24 ` Prasad Malisetty (Temp) (QUIC)
2022-02-25 1:55 ` Dmitry Baryshkov
2022-03-01 6:42 ` Prasad Malisetty
2022-03-01 6:47 ` Dmitry Baryshkov
2022-03-01 17:43 ` Bjorn Andersson
2022-02-04 14:46 ` [PATCH v2 04/11] clk: qcom: gcc-sc7280: switch PCIe GDSCs to pipe_clk_gdsc Dmitry Baryshkov
2022-02-04 14:46 ` [PATCH v2 05/11] clk: qcom: gcc-sm8450: " Dmitry Baryshkov
2022-02-04 21:02 ` kernel test robot [this message]
2022-02-04 21:02 ` kernel test robot
2022-02-04 14:46 ` [PATCH v2 06/11] PCI: qcom: Balance pm_runtime_foo() calls Dmitry Baryshkov
2022-02-04 14:46 ` [PATCH v2 07/11] PCI: qcom: Remove unnecessary pipe_clk handling Dmitry Baryshkov
2022-02-04 14:46 ` [PATCH v2 08/11] PCI: qcom: Remove pipe_clk_src reparenting Dmitry Baryshkov
2022-02-04 14:46 ` [PATCH v2 09/11] PCI: qcom: Remove redundancy between qcom_pcie and qcom_pcie_cfg Dmitry Baryshkov
2022-02-04 14:46 ` [PATCH v2 10/11] PCI: qcom: Add ddrss_sf_tbu flag Dmitry Baryshkov
2022-02-04 14:46 ` [PATCH v2 11/11] PCI: qcom: Add SM8450 PCIe support Dmitry Baryshkov
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=202202050432.j8kshuCH-lkp@intel.com \
--to=lkp@intel.com \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=helgaas@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=kw@linux.com \
--cc=llvm@lists.linux.dev \
--cc=lorenzo.pieralisi@arm.com \
--cc=mturquette@baylibre.com \
--cc=pmaliset@codeaurora.org \
--cc=robh+dt@kernel.org \
--cc=svarbanov@mm-sol.com \
--cc=swboyd@chromium.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.