From: kernel test robot <lkp@intel.com>
To: Caleb Connolly <caleb.connolly@linaro.org>,
Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Rob Herring <robh+dt@kernel.org>, Andy Gross <agross@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Lee Jones <lee.jones@linaro.org>, Stephen Boyd <sboyd@kernel.org>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-msm@vger.kernel.org
Cc: kbuild-all@lists.01.org, sumit.semwal@linaro.org,
amit.pundir@linaro.org, john.stultz@linaro.org
Subject: Re: [PATCH v10 2/9] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients
Date: Wed, 9 Mar 2022 04:46:24 +0800 [thread overview]
Message-ID: <202203090452.rXtdakYR-lkp@intel.com> (raw)
In-Reply-To: <20220305021247.1020122-3-caleb.connolly@linaro.org>
Hi Caleb,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on robh/for-next]
[also build test WARNING on jic23-iio/togreg lee-mfd/for-mfd-next linus/master v5.17-rc7 next-20220308]
[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/Caleb-Connolly/iio-adc-introduce-Qualcomm-SPMI-Round-Robin-ADC/20220307-134408
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: openrisc-randconfig-s032-20220307 (https://download.01.org/0day-ci/archive/20220309/202203090452.rXtdakYR-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 11.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# apt-get install sparse
# sparse version: v0.6.4-dirty
# https://github.com/0day-ci/linux/commit/9b8935738dc1a30c2fdcacd300b6608a99da65a2
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Caleb-Connolly/iio-adc-introduce-Qualcomm-SPMI-Round-Robin-ADC/20220307-134408
git checkout 9b8935738dc1a30c2fdcacd300b6608a99da65a2
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=openrisc SHELL=/bin/bash drivers/mfd/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
sparse warnings: (new ones prefixed by >>)
drivers/mfd/qcom-spmi-pmic.c: note: in included file:
>> include/linux/spmi.h:168:47: sparse: sparse: marked inline, but without a definition
vim +168 include/linux/spmi.h
5a86bf343976b9c Kenneth Heitke 2014-02-12 163
5a86bf343976b9c Kenneth Heitke 2014-02-12 164 #define module_spmi_driver(__spmi_driver) \
5a86bf343976b9c Kenneth Heitke 2014-02-12 165 module_driver(__spmi_driver, spmi_driver_register, \
5a86bf343976b9c Kenneth Heitke 2014-02-12 166 spmi_driver_unregister)
5a86bf343976b9c Kenneth Heitke 2014-02-12 167
e02739c92c567a4 Caleb Connolly 2022-03-05 @168 inline struct spmi_device *spmi_device_from_of(struct device_node *np);
5a86bf343976b9c Kenneth Heitke 2014-02-12 169 int spmi_register_read(struct spmi_device *sdev, u8 addr, u8 *buf);
5a86bf343976b9c Kenneth Heitke 2014-02-12 170 int spmi_ext_register_read(struct spmi_device *sdev, u8 addr, u8 *buf,
5a86bf343976b9c Kenneth Heitke 2014-02-12 171 size_t len);
5a86bf343976b9c Kenneth Heitke 2014-02-12 172 int spmi_ext_register_readl(struct spmi_device *sdev, u16 addr, u8 *buf,
5a86bf343976b9c Kenneth Heitke 2014-02-12 173 size_t len);
5a86bf343976b9c Kenneth Heitke 2014-02-12 174 int spmi_register_write(struct spmi_device *sdev, u8 addr, u8 data);
5a86bf343976b9c Kenneth Heitke 2014-02-12 175 int spmi_register_zero_write(struct spmi_device *sdev, u8 data);
5a86bf343976b9c Kenneth Heitke 2014-02-12 176 int spmi_ext_register_write(struct spmi_device *sdev, u8 addr,
5a86bf343976b9c Kenneth Heitke 2014-02-12 177 const u8 *buf, size_t len);
5a86bf343976b9c Kenneth Heitke 2014-02-12 178 int spmi_ext_register_writel(struct spmi_device *sdev, u16 addr,
5a86bf343976b9c Kenneth Heitke 2014-02-12 179 const u8 *buf, size_t len);
5a86bf343976b9c Kenneth Heitke 2014-02-12 180 int spmi_command_reset(struct spmi_device *sdev);
5a86bf343976b9c Kenneth Heitke 2014-02-12 181 int spmi_command_sleep(struct spmi_device *sdev);
5a86bf343976b9c Kenneth Heitke 2014-02-12 182 int spmi_command_wakeup(struct spmi_device *sdev);
5a86bf343976b9c Kenneth Heitke 2014-02-12 183 int spmi_command_shutdown(struct spmi_device *sdev);
5a86bf343976b9c Kenneth Heitke 2014-02-12 184
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
next prev parent reply other threads:[~2022-03-08 20:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-05 2:12 [PATCH v10 0/9] iio: adc: introduce Qualcomm SPMI Round Robin ADC Caleb Connolly
2022-03-05 2:12 ` [PATCH v10 1/9] spmi: add a helper to look up an SPMI device from a device node Caleb Connolly
2022-03-05 2:12 ` [PATCH v10 2/9] mfd: qcom-spmi-pmic: expose the PMIC revid information to clients Caleb Connolly
2022-03-08 20:46 ` kernel test robot [this message]
2022-03-05 2:12 ` [PATCH v10 3/9] mfd: qcom-spmi-pmic: read fab id on supported PMICs Caleb Connolly
2022-03-05 2:12 ` [PATCH v10 4/9] dt-bindings: iio: adc: document qcom-spmi-rradc Caleb Connolly
2022-03-05 2:12 ` [PATCH v10 5/9] iio: adc: qcom-spmi-rradc: introduce round robin adc Caleb Connolly
2022-03-05 2:12 ` [PATCH v10 6/9] arm64: dts: qcom: pmi8998: add rradc node Caleb Connolly
2022-03-05 2:12 ` [PATCH v10 7/9] arm64: dts: qcom: sdm845-oneplus: enable rradc Caleb Connolly
2022-03-05 2:12 ` [PATCH v10 8/9] arm64: dts: qcom: sdm845-db845c: " Caleb Connolly
2022-03-05 2:12 ` [PATCH v10 9/9] arm64: dts: qcom: sdm845-xiaomi-beryllium: " Caleb Connolly
2022-03-05 15:55 ` [PATCH v10 0/9] iio: adc: introduce Qualcomm SPMI Round Robin ADC Jonathan Cameron
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=202203090452.rXtdakYR-lkp@intel.com \
--to=lkp@intel.com \
--cc=agross@kernel.org \
--cc=amit.pundir@linaro.org \
--cc=bjorn.andersson@linaro.org \
--cc=caleb.connolly@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=john.stultz@linaro.org \
--cc=kbuild-all@lists.01.org \
--cc=lars@metafoo.de \
--cc=lee.jones@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=sumit.semwal@linaro.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).