2016-03-08 03:05:40

by kernel test robot

[permalink] [raw]
Subject: Re: [PATCH 2/2] mfd: add documentation for ACT8945A DT bindings

Hi Wenyou,

[auto build test ERROR on v4.4-rc8]
[cannot apply to next-20160307]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url: https://github.com/0day-ci/linux/commits/Wenyou-Yang/mfd-act8945a-add-Active-semi-ACT8945A-PMIC-MFD-driver/20160108-100943
config: x86_64-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64

All errors (new ones prefixed by >>):

drivers/built-in.o: In function `act8945a_i2c_probe':
>> act8945a.c:(.text+0x22bb26): undefined reference to `__devm_regmap_init_i2c'
drivers/built-in.o: In function `act8945a_i2c_init':
>> act8945a.c:(.init.text+0x1a57a): undefined reference to `i2c_register_driver'
drivers/built-in.o: In function `act8945a_i2c_exit':
>> act8945a.c:(.exit.text+0x68f): undefined reference to `i2c_del_driver'

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


Attachments:
(No filename) (1.04 kB)
.config.gz (49.86 kB)
Download all attachments

2016-03-08 07:57:59

by Wenyou Yang

[permalink] [raw]
Subject: RE: [PATCH 2/2] mfd: add documentation for ACT8945A DT bindings

Hi,

> -----Original Message-----
> From: kbuild test robot [mailto:[email protected]]
> Sent: 2016??3??8?? 11:04
> To: Yang, Wenyou <[email protected]>
> Cc: [email protected]; Lee Jones <[email protected]>; Rob Herring
> <[email protected]>; Pawel Moll <[email protected]>; Mark Rutland
> <[email protected]>; Ian Campbell <[email protected]>; Kumar
> Gala <[email protected]>; Ferre, Nicolas <[email protected]>;
> [email protected]; [email protected]; Yang, Wenyou
> <[email protected]>
> Subject: Re: [PATCH 2/2] mfd: add documentation for ACT8945A DT bindings
>
> Hi Wenyou,
>
> [auto build test ERROR on v4.4-rc8]
> [cannot apply to next-20160307]
> [if your patch is applied to the wrong git tree, please drop us a note to help
> improving the system]
>
> url: https://github.com/0day-ci/linux/commits/Wenyou-Yang/mfd-act8945a-add-
> Active-semi-ACT8945A-PMIC-MFD-driver/20160108-100943

This is not the latest version, please use http://lists.infradead.org/pipermail/linux-arm-kernel/2016-February/405258.html

> config: x86_64-allmodconfig (attached as .config)
> reproduce:
> # save the attached .config to linux build tree
> make ARCH=x86_64
>

It works using the commands as below.

$ make mrproper
$ export ARCH=x86_64
$ export CROSS_COMPILE=
$ make allmodconfig
$ make


> All errors (new ones prefixed by >>):
>
> drivers/built-in.o: In function `act8945a_i2c_probe':
> >> act8945a.c:(.text+0x22bb26): undefined reference to `__devm_regmap_init_i2c'
> drivers/built-in.o: In function `act8945a_i2c_init':
> >> act8945a.c:(.init.text+0x1a57a): undefined reference to `i2c_register_driver'
> drivers/built-in.o: In function `act8945a_i2c_exit':
> >> act8945a.c:(.exit.text+0x68f): undefined reference to `i2c_del_driver'
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation


Best Regards,
Wenyou Yang