From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v7 6/6] regulator: bd9576: Support error reporting
Date: Mon, 25 Jan 2021 02:56:25 +0800 [thread overview]
Message-ID: <202101250202.OpiGYiZP-lkp@intel.com> (raw)
In-Reply-To: <4d725ea6e9261f22d4c808b39013baf479f252dc.1611324968.git.matti.vaittinen@fi.rohmeurope.com>
[-- Attachment #1: Type: text/plain, Size: 2056 bytes --]
Hi Matti,
I love your patch! Perhaps something to improve:
[auto build test WARNING on 7c53f6b671f4aba70ff15e1b05148b10d58c2837]
url: https://github.com/0day-ci/linux/commits/Matti-Vaittinen/Support-ROHM-BD9576MUF-and-BD9573MUF-PMICs/20210124-214317
base: 7c53f6b671f4aba70ff15e1b05148b10d58c2837
config: nios2-allyesconfig (attached as .config)
compiler: nios2-linux-gcc (GCC) 9.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/0day-ci/linux/commit/a8fb3903668748b6a0b662b462c84825df47cf45
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Matti-Vaittinen/Support-ROHM-BD9576MUF-and-BD9573MUF-PMICs/20210124-214317
git checkout a8fb3903668748b6a0b662b462c84825df47cf45
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=nios2
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/regulator/bd9576-regulator.c:248:6: warning: no previous prototype for 'delayed_enable_irq' [-Wmissing-prototypes]
248 | void delayed_enable_irq(struct delayed_work *w, int irq)
| ^~~~~~~~~~~~~~~~~~
vim +/delayed_enable_irq +248 drivers/regulator/bd9576-regulator.c
244
245 #define BD9576_THERM_IRQ_MASK_TW BIT(5)
246 #define BD9576_xVD_IRQ_MASK_VOUTL1 BIT(5)
247 #define BD9576_UVD_IRQ_MASK_VOUTS1_OCW BIT(6)
> 248 void delayed_enable_irq(struct delayed_work *w, int irq)
249 {
250 /* keep the "main" IRQ masked for 1 sec */
251 disable_irq_nosync(irq);
252 schedule_delayed_work(w, msecs_to_jiffies(IRQS_SILENT_MS));
253 }
254
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 58811 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
Matti Vaittinen <mazziesaccount@gmail.com>
Cc: kbuild-all@lists.01.org, Lee Jones <lee.jones@linaro.org>,
Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
Matti Vaittinen <mazziesaccount@gmail.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
linux-kernel@vger.kernel.org, linux-power@fi.rohmeurope.com,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Subject: Re: [PATCH v7 6/6] regulator: bd9576: Support error reporting
Date: Mon, 25 Jan 2021 02:56:25 +0800 [thread overview]
Message-ID: <202101250202.OpiGYiZP-lkp@intel.com> (raw)
In-Reply-To: <4d725ea6e9261f22d4c808b39013baf479f252dc.1611324968.git.matti.vaittinen@fi.rohmeurope.com>
[-- Attachment #1: Type: text/plain, Size: 2007 bytes --]
Hi Matti,
I love your patch! Perhaps something to improve:
[auto build test WARNING on 7c53f6b671f4aba70ff15e1b05148b10d58c2837]
url: https://github.com/0day-ci/linux/commits/Matti-Vaittinen/Support-ROHM-BD9576MUF-and-BD9573MUF-PMICs/20210124-214317
base: 7c53f6b671f4aba70ff15e1b05148b10d58c2837
config: nios2-allyesconfig (attached as .config)
compiler: nios2-linux-gcc (GCC) 9.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/0day-ci/linux/commit/a8fb3903668748b6a0b662b462c84825df47cf45
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Matti-Vaittinen/Support-ROHM-BD9576MUF-and-BD9573MUF-PMICs/20210124-214317
git checkout a8fb3903668748b6a0b662b462c84825df47cf45
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=nios2
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/regulator/bd9576-regulator.c:248:6: warning: no previous prototype for 'delayed_enable_irq' [-Wmissing-prototypes]
248 | void delayed_enable_irq(struct delayed_work *w, int irq)
| ^~~~~~~~~~~~~~~~~~
vim +/delayed_enable_irq +248 drivers/regulator/bd9576-regulator.c
244
245 #define BD9576_THERM_IRQ_MASK_TW BIT(5)
246 #define BD9576_xVD_IRQ_MASK_VOUTL1 BIT(5)
247 #define BD9576_UVD_IRQ_MASK_VOUTS1_OCW BIT(6)
> 248 void delayed_enable_irq(struct delayed_work *w, int irq)
249 {
250 /* keep the "main" IRQ masked for 1 sec */
251 disable_irq_nosync(irq);
252 schedule_delayed_work(w, msecs_to_jiffies(IRQS_SILENT_MS));
253 }
254
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 58811 bytes --]
next prev parent reply other threads:[~2021-01-24 18:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-22 14:30 [PATCH v7 0/6] Support ROHM BD9576MUF and BD9573MUF PMICs Matti Vaittinen
2021-01-22 14:32 ` [PATCH v7 1/6] dt_bindings: mfd: Add " Matti Vaittinen
2021-01-22 14:32 ` [PATCH v7 2/6] mfd: Support ROHM BD9576MUF and BD9573MUF Matti Vaittinen
2021-02-09 14:55 ` Lee Jones
2021-02-10 6:15 ` Matti Vaittinen
2021-01-22 14:33 ` [PATCH v7 3/6] mfd: bd9576: Add IRQ support Matti Vaittinen
2021-02-09 15:25 ` Lee Jones
2021-02-10 7:01 ` Matti Vaittinen
2021-02-11 7:15 ` Vaittinen, Matti
2021-01-22 14:34 ` [PATCH v7 4/6] wdt: Support wdt on ROHM BD9576MUF and BD9573MUF Matti Vaittinen
2021-01-22 14:35 ` [PATCH v7 5/6] MAINTAINERS: Add ROHM BD9576MUF and BD9573MUF drivers Matti Vaittinen
2021-01-23 18:38 ` Guenter Roeck
2021-01-22 14:36 ` [PATCH v7 6/6] regulator: bd9576: Support error reporting Matti Vaittinen
2021-01-24 18:56 ` kernel test robot [this message]
2021-01-24 18:56 ` kernel test robot
2021-02-09 14:19 ` [PATCH v7 0/6] Support ROHM BD9576MUF and BD9573MUF PMICs Vaittinen, Matti
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=202101250202.OpiGYiZP-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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.