public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Douglas Anderson <dianders@chromium.org>, linus.walleij@linaro.org
Cc: kbuild-all@lists.01.org, swboyd@chromium.org,
	linux-arm-msm@vger.kernel.org, cychiang@chromium.org,
	ilina@codeaurora.org, agross@kernel.org, rnayak@codeaurora.org,
	mkshah@codeaurora.org, bjorn.andersson@linaro.org,
	Douglas Anderson <dianders@chromium.org>
Subject: Re: [PATCH] pinctrl: qcom: Handle broken PDC dual edge case on sc7180
Date: Thu, 9 Jul 2020 08:52:36 +0800	[thread overview]
Message-ID: <202007090806.AIZtwLQc%lkp@intel.com> (raw)
In-Reply-To: <20200708141610.1.Ie0d730120b232a86a4eac1e2909bcbec844d1766@changeid>

[-- Attachment #1: Type: text/plain, Size: 1938 bytes --]

Hi Douglas,

I love your patch! Perhaps something to improve:

[auto build test WARNING on pinctrl/devel]
[also build test WARNING on v5.8-rc4 next-20200708]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Douglas-Anderson/pinctrl-qcom-Handle-broken-PDC-dual-edge-case-on-sc7180/20200709-051816
base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-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
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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/pinctrl/qcom/pinctrl-msm.c:914:6: warning: no previous prototype for 'msm_gpio_handle_dual_edge_parent_irq' [-Wmissing-prototypes]
     914 | void msm_gpio_handle_dual_edge_parent_irq(struct irq_desc *desc)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

vim +/msm_gpio_handle_dual_edge_parent_irq +914 drivers/pinctrl/qcom/pinctrl-msm.c

   913	
 > 914	void msm_gpio_handle_dual_edge_parent_irq(struct irq_desc *desc)
   915	{
   916		struct irq_data	*d = &desc->irq_data;
   917	
   918		/* Make sure we're primed for the next edge */
   919		msm_gpio_update_dual_edge_parent(d);
   920	
   921		/* Pass on to the normal interrupt handler */
   922		handle_fasteoi_irq(desc);
   923	}
   924	

---
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: 52683 bytes --]

  reply	other threads:[~2020-07-09  1:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08 21:16 [PATCH] pinctrl: qcom: Handle broken PDC dual edge case on sc7180 Douglas Anderson
2020-07-09  0:52 ` kernel test robot [this message]
2020-07-09 13:55   ` Doug Anderson
2020-07-09 15:00 ` Bjorn Andersson
2020-07-10  4:27 ` Rajendra Nayak
2020-07-10  5:09 ` Maulik Shah
2020-07-10 16:11   ` Doug Anderson
2020-07-10  9:03 ` Marc Zyngier
2020-07-10 16:10   ` Doug Anderson
2020-07-11  9:16     ` Marc Zyngier
2020-07-13 15:27       ` Doug Anderson
2020-07-13 14:25     ` Maulik Shah
2020-07-13 11:19 ` Cheng-yi Chiang

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=202007090806.AIZtwLQc%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=cychiang@chromium.org \
    --cc=dianders@chromium.org \
    --cc=ilina@codeaurora.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=mkshah@codeaurora.org \
    --cc=rnayak@codeaurora.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