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 7/9] regulator: Add a regulator driver for the PM8008 PMIC
Date: Sat, 7 May 2022 23:13:14 +0800 [thread overview]
Message-ID: <202205072349.clMXCCaw-lkp@intel.com> (raw)
In-Reply-To: <1651742739-12338-8-git-send-email-quic_c_skakit@quicinc.com>
Hi Satya,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on lee-mfd/for-mfd-next]
[also build test ERROR on robh/for-next broonie-regulator/for-next v5.18-rc5]
[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: mips-allmodconfig (https://download.01.org/0day-ci/archive/20220507/202205072349.clMXCCaw-lkp@intel.com/config)
compiler: mips-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/66f37a37cac5f149b7f08cc53508ca6363ea575a
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 66f37a37cac5f149b7f08cc53508ca6363ea575a
# 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=mips SHELL=/bin/bash
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
>> ERROR: modpost: "pm8008_get_regmap" [drivers/regulator/qcom-pm8008-regulator.ko] undefined!
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-05-07 15:13 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
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 [this message]
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=202205072349.clMXCCaw-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 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.