From: kernel test robot <lkp@intel.com>
To: Satya Priya <quic_c_skakit@quicinc.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Herring <robh+dt@kernel.org>
Cc: kbuild-all@lists.01.org, Lee Jones <lee.jones@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, swboyd@chromium.org,
quic_collinsd@quicinc.com, quic_subbaram@quicinc.com,
quic_jprakash@quicinc.com,
Satya Priya <quic_c_skakit@quicinc.com>
Subject: Re: [PATCH V11 6/9] mfd: pm8008: Use i2c_new_dummy_device() API
Date: Thu, 5 May 2022 23:54:11 +0800 [thread overview]
Message-ID: <202205052333.90qqQnWQ-lkp@intel.com> (raw)
In-Reply-To: <1651742739-12338-7-git-send-email-quic_c_skakit@quicinc.com>
Hi Satya,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on lee-mfd/for-mfd-next]
[also build test WARNING on robh/for-next broonie-regulator/for-next v5.18-rc5 next-20220505]
[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/intel-lab-lkp/linux/commits/Satya-Priya/Add-Qualcomm-Technologies-Inc-PM8008-regulator-driver/20220505-173045
base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20220505/202205052333.90qqQnWQ-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 11.3.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/28e91eacf6442c72c4f1ca25e5ad90fedc73ab73
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Satya-Priya/Add-Qualcomm-Technologies-Inc-PM8008-regulator-driver/20220505-173045
git checkout 28e91eacf6442c72c4f1ca25e5ad90fedc73ab73
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash drivers/mfd/
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/mfd/qcom-pm8008.c:154:16: warning: no previous prototype for 'pm8008_get_regmap' [-Wmissing-prototypes]
154 | struct regmap *pm8008_get_regmap(struct pm8008_data *chip)
| ^~~~~~~~~~~~~~~~~
vim +/pm8008_get_regmap +154 drivers/mfd/qcom-pm8008.c
153
> 154 struct regmap *pm8008_get_regmap(struct pm8008_data *chip)
155 {
156 return chip->regulators_regmap;
157 }
158
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-05-05 16:03 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-05 9:25 [PATCH V11 0/9] Add Qualcomm Technologies, Inc. PM8008 regulator driver Satya Priya
2022-05-05 9:25 ` [PATCH V11 1/9] dt-bindings: mfd: pm8008: Add reset-gpios Satya Priya
2022-05-05 9:25 ` [PATCH V11 2/9] dt-bindings: mfd: pm8008: Change the address cells Satya Priya
2022-05-06 14:40 ` Stephen Boyd
2022-05-11 14:11 ` Rob Herring
2022-05-05 9:25 ` [PATCH V11 3/9] dt-bindings: mfd: pm8008: Add regulators for pm8008 Satya Priya
2022-05-06 14:40 ` Stephen Boyd
2022-05-05 9:25 ` [PATCH V11 4/9] mfd: pm8008: Add reset-gpios Satya Priya
2022-05-06 14:38 ` Stephen Boyd
2022-05-06 14:39 ` Stephen Boyd
2022-05-05 9:25 ` [PATCH V11 5/9] mfd: pm8008: Remove the regmap member from pm8008_data struct Satya Priya
2022-05-06 14:38 ` Stephen Boyd
2022-05-05 9:25 ` [PATCH V11 6/9] mfd: pm8008: Use i2c_new_dummy_device() API Satya Priya
2022-05-05 15:54 ` kernel test robot [this message]
2022-05-06 14:38 ` Stephen Boyd
2022-05-05 9:25 ` [PATCH V11 7/9] regulator: Add a regulator driver for the PM8008 PMIC Satya Priya
2022-05-06 14:43 ` Stephen Boyd
2022-05-07 15:13 ` kernel test robot
2022-05-05 9:25 ` [PATCH V11 8/9] arm64: dts: qcom: pm8008: Add base dts file Satya Priya
2022-05-06 14:44 ` Stephen Boyd
2022-05-05 9:25 ` [PATCH V11 9/9] arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp Satya Priya
2022-05-06 14:44 ` Stephen Boyd
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=202205052333.90qqQnWQ-lkp@intel.com \
--to=lkp@intel.com \
--cc=bjorn.andersson@linaro.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_c_skakit@quicinc.com \
--cc=quic_collinsd@quicinc.com \
--cc=quic_jprakash@quicinc.com \
--cc=quic_subbaram@quicinc.com \
--cc=robh+dt@kernel.org \
--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 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).