All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Stefan Agner <stefan@agner.ch>
Cc: kbuild-all@01.org, lee.jones@linaro.org, lgirdwood@gmail.com,
	broonie@kernel.org, khilman@baylibre.com, carlo@caione.org,
	b.galvani@gmail.com, max.oss.09@gmail.com, marcel@ziswiler.com,
	linux@armlinux.org.uk, galak@codeaurora.org,
	ijc+devicetree@hellion.org.uk, mark.rutland@arm.com,
	pawel.moll@arm.com, robh+dt@kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, Stefan Agner <stefan@agner.ch>
Subject: Re: [PATCH 5/5] mfd: rn5t618: register restart handler
Date: Sun, 5 Jun 2016 09:24:03 +0800	[thread overview]
Message-ID: <201606050940.RZVDWPsV%fengguang.wu@intel.com> (raw)
In-Reply-To: <20160605001749.4062-7-stefan@agner.ch>

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

Hi,

[auto build test ERROR on ljones-mfd/for-mfd-next]
[also build test ERROR on v4.7-rc1 next-20160603]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Stefan-Agner/regulator-add-Ricoh-RN5T567-PMIC-support/20160605-082219
base:   https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/mfd/rn5t618.c:24:29: fatal error: asm/system_misc.h: No such file or directory
    #include <asm/system_misc.h>
                                ^
   compilation terminated.

vim +24 drivers/mfd/rn5t618.c

    18	#include <linux/mfd/rn5t618.h>
    19	#include <linux/module.h>
    20	#include <linux/of_device.h>
    21	#include <linux/reboot.h>
    22	#include <linux/regmap.h>
    23	
  > 24	#include <asm/system_misc.h>
    25	
    26	static const struct mfd_cell rn5t618_cells[] = {
    27		{ .name = "rn5t618-regulator" },

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 54448 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
	carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org,
	b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	max.oss.09-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org,
	linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org,
	galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	pawel.moll-5wv7dgnIgG8@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
Subject: Re: [PATCH 5/5] mfd: rn5t618: register restart handler
Date: Sun, 5 Jun 2016 09:24:03 +0800	[thread overview]
Message-ID: <201606050940.RZVDWPsV%fengguang.wu@intel.com> (raw)
In-Reply-To: <20160605001749.4062-7-stefan-XLVq0VzYD2Y@public.gmane.org>

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

Hi,

[auto build test ERROR on ljones-mfd/for-mfd-next]
[also build test ERROR on v4.7-rc1 next-20160603]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Stefan-Agner/regulator-add-Ricoh-RN5T567-PMIC-support/20160605-082219
base:   https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/mfd/rn5t618.c:24:29: fatal error: asm/system_misc.h: No such file or directory
    #include <asm/system_misc.h>
                                ^
   compilation terminated.

vim +24 drivers/mfd/rn5t618.c

    18	#include <linux/mfd/rn5t618.h>
    19	#include <linux/module.h>
    20	#include <linux/of_device.h>
    21	#include <linux/reboot.h>
    22	#include <linux/regmap.h>
    23	
  > 24	#include <asm/system_misc.h>
    25	
    26	static const struct mfd_cell rn5t618_cells[] = {
    27		{ .name = "rn5t618-regulator" },

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 54448 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: lkp@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] mfd: rn5t618: register restart handler
Date: Sun, 5 Jun 2016 09:24:03 +0800	[thread overview]
Message-ID: <201606050940.RZVDWPsV%fengguang.wu@intel.com> (raw)
In-Reply-To: <20160605001749.4062-7-stefan@agner.ch>

Hi,

[auto build test ERROR on ljones-mfd/for-mfd-next]
[also build test ERROR on v4.7-rc1 next-20160603]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Stefan-Agner/regulator-add-Ricoh-RN5T567-PMIC-support/20160605-082219
base:   https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/mfd/rn5t618.c:24:29: fatal error: asm/system_misc.h: No such file or directory
    #include <asm/system_misc.h>
                                ^
   compilation terminated.

vim +24 drivers/mfd/rn5t618.c

    18	#include <linux/mfd/rn5t618.h>
    19	#include <linux/module.h>
    20	#include <linux/of_device.h>
    21	#include <linux/reboot.h>
    22	#include <linux/regmap.h>
    23	
  > 24	#include <asm/system_misc.h>
    25	
    26	static const struct mfd_cell rn5t618_cells[] = {
    27		{ .name = "rn5t618-regulator" },

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 54448 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160605/243ab485/attachment-0001.obj>

WARNING: multiple messages have this Message-ID (diff)
From: lkp@intel.com (kbuild test robot)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 5/5] mfd: rn5t618: register restart handler
Date: Sun, 5 Jun 2016 09:24:03 +0800	[thread overview]
Message-ID: <201606050940.RZVDWPsV%fengguang.wu@intel.com> (raw)
In-Reply-To: <20160605001749.4062-7-stefan@agner.ch>

Hi,

[auto build test ERROR on ljones-mfd/for-mfd-next]
[also build test ERROR on v4.7-rc1 next-20160603]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Stefan-Agner/regulator-add-Ricoh-RN5T567-PMIC-support/20160605-082219
base:   https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/mfd/rn5t618.c:24:29: fatal error: asm/system_misc.h: No such file or directory
    #include <asm/system_misc.h>
                                ^
   compilation terminated.

vim +24 drivers/mfd/rn5t618.c

    18	#include <linux/mfd/rn5t618.h>
    19	#include <linux/module.h>
    20	#include <linux/of_device.h>
    21	#include <linux/reboot.h>
    22	#include <linux/regmap.h>
    23	
  > 24	#include <asm/system_misc.h>
    25	
    26	static const struct mfd_cell rn5t618_cells[] = {
    27		{ .name = "rn5t618-regulator" },

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 54448 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20160605/243ab485/attachment.obj>

  reply	other threads:[~2016-06-05  1:39 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-05  0:17 [PATCH 0/5] regulator: add Ricoh RN5T567 PMIC support Stefan Agner
2016-06-05  0:17 ` Stefan Agner
2016-06-05  0:17 ` Stefan Agner
2016-06-05  0:17 ` Stefan Agner
2016-06-05  0:17 ` [PATCH 1/5] ARM: dts: meson: minix-neo-x8: define PMIC as power controller Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-29 18:05   ` Applied "ARM: dts: meson: minix-neo-x8: define PMIC as power controller" to the regulator tree Mark Brown
2016-06-29 18:05     ` Mark Brown
2016-06-29 18:05     ` Mark Brown
2016-06-29 18:05     ` Mark Brown
2016-06-05  0:17 ` [PATCH 2/5] mfd: add Ricoh RN5T567 PMIC support Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17 ` [PATCH 3/5] regulator: rn5t618: Add " Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-29 18:05   ` Applied "regulator: rn5t618: Add RN5T567 PMIC support" to the regulator tree Mark Brown
2016-06-29 18:05     ` Mark Brown
2016-06-29 18:05     ` Mark Brown
2016-06-29 18:05     ` Mark Brown
2016-06-05  0:17 ` [PATCH 3/5] regulator: rn5t618: add RN5T567 PMIC support Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-06 17:35   ` Mark Brown
2016-06-06 17:35     ` Mark Brown
2016-06-06 17:35     ` Mark Brown
2016-06-06 17:47     ` Stefan Agner
2016-06-06 17:47       ` Stefan Agner
2016-06-06 17:47       ` Stefan Agner
2016-06-06 17:47       ` Stefan Agner
2016-06-06 18:04       ` Mark Brown
2016-06-06 18:04         ` Mark Brown
2016-06-06 18:04         ` Mark Brown
2016-06-05  0:17 ` [PATCH 4/5] mfd: rn5t618: register power off callback optionally Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17 ` [PATCH 5/5] mfd: rn5t618: register restart handler Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  0:17   ` Stefan Agner
2016-06-05  1:24   ` kbuild test robot [this message]
2016-06-05  1:24     ` kbuild test robot
2016-06-05  1:24     ` kbuild test robot
2016-06-05  1:24     ` kbuild test robot
2016-06-05  2:52     ` Stefan Agner
2016-06-05  2:52       ` Stefan Agner
2016-06-05  2:52       ` Stefan Agner
2016-06-05  2:52       ` Stefan Agner
2016-06-06 13:25   ` Marcel Ziswiler
2016-06-06 13:25     ` Marcel Ziswiler
2016-06-06 13:25     ` Marcel Ziswiler
2016-06-06 17:19     ` Stefan Agner
2016-06-06 17:19       ` Stefan Agner
2016-06-06 17:19       ` Stefan Agner

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=201606050940.RZVDWPsV%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=b.galvani@gmail.com \
    --cc=broonie@kernel.org \
    --cc=carlo@caione.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kbuild-all@01.org \
    --cc=khilman@baylibre.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=marcel@ziswiler.com \
    --cc=mark.rutland@arm.com \
    --cc=max.oss.09@gmail.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=stefan@agner.ch \
    /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.