All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Oleh Kravchenko <oleg@kaa.org.ua>, linux-input@vger.kernel.org
Cc: kbuild-all@lists.01.org, Oleh Kravchenko <oleg@kaa.org.ua>,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	Device Tree mailing list <devicetree@vger.kernel.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Jiri Kosina <jikos@jikos.cz>,
	Patchwork Bot <patchwork-bot@kernel.org>
Subject: Re: [PATCH] input: add SparkFun Qwiic Joystick driver
Date: Mon, 31 May 2021 21:16:54 +0800	[thread overview]
Message-ID: <202105312127.Bpftl1Sl-lkp@intel.com> (raw)
In-Reply-To: <20210531095419.27372-1-oleg@kaa.org.ua>

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

Hi Oleh,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on input/next]
[also build test ERROR on hid/for-next robh/for-next v5.13-rc4 next-20210528]
[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/Oleh-Kravchenko/input-add-SparkFun-Qwiic-Joystick-driver/20210531-180329
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: ia64-allmodconfig (attached as .config)
compiler: ia64-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/9329c9d6369fa740480c97b2e7102e3d24ac8ae7
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Oleh-Kravchenko/input-add-SparkFun-Qwiic-Joystick-driver/20210531-180329
        git checkout 9329c9d6369fa740480c97b2e7102e3d24ac8ae7
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64 

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 >>):

>> drivers/input/joystick/qwiic-joystick.c:13:10: fatal error: linux/input-polldev.h: No such file or directory
      13 | #include <linux/input-polldev.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +13 drivers/input/joystick/qwiic-joystick.c

     3	
     4	/*
     5	 * SparkFun Qwiic Joystick
     6	 * Product page:https://www.sparkfun.com/products/15168
     7	 * Firmware and hardware sources:https://github.com/sparkfun/Qwiic_Joystick
     8	 */
     9	
    10	#include <linux/bits.h>
    11	#include <linux/i2c.h>
    12	#include <linux/input.h>
  > 13	#include <linux/input-polldev.h>
    14	#include <linux/module.h>
    15	

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH] input: add SparkFun Qwiic Joystick driver
Date: Mon, 31 May 2021 21:16:54 +0800	[thread overview]
Message-ID: <202105312127.Bpftl1Sl-lkp@intel.com> (raw)
In-Reply-To: <20210531095419.27372-1-oleg@kaa.org.ua>

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

Hi Oleh,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on input/next]
[also build test ERROR on hid/for-next robh/for-next v5.13-rc4 next-20210528]
[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/Oleh-Kravchenko/input-add-SparkFun-Qwiic-Joystick-driver/20210531-180329
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: ia64-allmodconfig (attached as .config)
compiler: ia64-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/9329c9d6369fa740480c97b2e7102e3d24ac8ae7
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Oleh-Kravchenko/input-add-SparkFun-Qwiic-Joystick-driver/20210531-180329
        git checkout 9329c9d6369fa740480c97b2e7102e3d24ac8ae7
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64 

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 >>):

>> drivers/input/joystick/qwiic-joystick.c:13:10: fatal error: linux/input-polldev.h: No such file or directory
      13 | #include <linux/input-polldev.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +13 drivers/input/joystick/qwiic-joystick.c

     3	
     4	/*
     5	 * SparkFun Qwiic Joystick
     6	 * Product page:https://www.sparkfun.com/products/15168
     7	 * Firmware and hardware sources:https://github.com/sparkfun/Qwiic_Joystick
     8	 */
     9	
    10	#include <linux/bits.h>
    11	#include <linux/i2c.h>
    12	#include <linux/input.h>
  > 13	#include <linux/input-polldev.h>
    14	#include <linux/module.h>
    15	

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

  reply	other threads:[~2021-05-31 13:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31  9:54 [PATCH] input: add SparkFun Qwiic Joystick driver Oleh Kravchenko
2021-05-31 13:16 ` kernel test robot [this message]
2021-05-31 13:16   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-05-31 13:32 Oleh Kravchenko
2021-05-31 22:58 ` Jeff LaBundy
2021-06-01  6:18 ` Dmitry Torokhov
2021-06-01 20:55   ` Rob Herring
2021-06-01 13:32 ` Rob Herring
2021-05-28  8:44 Oleh Kravchenko
2021-05-28 15:11 ` Oleh Kravchenko

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=202105312127.Bpftl1Sl-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=jikos@jikos.cz \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-input@vger.kernel.org \
    --cc=oleg@kaa.org.ua \
    --cc=patchwork-bot@kernel.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.