Re: [PATCH 1/3] ARM: ATAGS: move atags.h to include/asm so it can be included by files outside kernel/

2015-12-24 Thread kbuild test robot
[if your patch is applied to the wrong git tree, please drop us a note to help 
improving the system]
Hi Ivaylo,

[auto build test ERROR on omap/for-next]
[also build test ERROR on v4.4-rc6 next-20151223]

url:
https://github.com/0day-ci/linux/commits/Ivaylo-Dimitrov/OMAP-RX51-save-atags-data-to-be-exported-on-proc-atags/20151224-220541
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git 
for-next
config: arm-allyesconfig (attached as .config)
reproduce:
wget 
https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
 -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm 

All errors (new ones prefixed by >>):

>> arch/arm/kernel/atags_compat.c:29:19: fatal error: atags.h: No such file or 
>> directory
#include "atags.h"
  ^
   compilation terminated.

vim +29 arch/arm/kernel/atags_compat.c

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  13   * NOTE:
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  14   *  The 
old struct param_struct is deprecated, but it will be kept in
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  15   *  the 
kernel for 5 years from now (2001). This will allow boot loaders
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  16   *  to 
convert to the new struct tag way.
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  17   */
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  18  #include 

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  19  #include 

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  20  #include 

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  21  #include 

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  22  
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  23  #include 

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  24  #include 

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  25  #include 

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  26  
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  27  #include 

^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  28  
aa783b6f arch/arm/kernel/atags_compat.c Nicolas Pitre  2012-09-01 @29  #include 
"atags.h"
0fc1c832 arch/arm/kernel/compat.c   Ben Dooks  2006-03-15  30  
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  31  /*
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  32   * Usage:
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  33   *  - do 
not go blindly adding fields, add them at the end
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  34   *  - 
when adding fields, don't rely on the address until
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  35   *a 
patch from me has been released
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  36   *  - 
unused fields should be zero (for future expansion)
^1da177e arch/arm/kernel/compat.c   Linus Torvalds 2005-04-16  37   *  - 
this structure is relatively short-lived - only

:: The code at line 29 was first introduced by commit
:: aa783b6fd60b3844e199b1c2d2f4068f3caa1358 ARM: 7505/1: split out ATAGS 
parsing

:: TO: Nicolas Pitre 
:: CC: Russell King 

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


.config.gz
Description: Binary data


Re: [PATCH V02 3/5] dmaengine: core: Introduce new, universal API to request a channel

2015-12-14 Thread kbuild test robot
Hi Peter,

[auto build test WARNING on slave-dma/next]
[also build test WARNING on v4.4-rc5 next-20151214]

url:
https://github.com/0day-ci/linux/commits/Peter-Ujfalusi/dmaengine-core-Skip-mask-matching-when-it-is-not-provided-to-private_candidate/20151214-192521
base:   https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma.git next


coccinelle warnings: (new ones prefixed by >>)

>> drivers/dma/dmaengine.c:715:23-30: ERROR: PTR_ERR applied after 
>> initialization to constant on line 703

vim +715 drivers/dma/dmaengine.c

   697   *
   698   * Returns pointer to appropriate DMA channel on success or an error 
pointer.
   699   */
   700  struct dma_chan *dma_request_chan(struct device *dev, const char *name)
   701  {
   702  struct dma_device *d, *_d;
 > 703  struct dma_chan *chan = NULL;
   704  
   705  /* If device-tree is present get slave info from here */
   706  if (dev->of_node)
   707  chan = of_dma_request_slave_channel(dev->of_node, name);
   708  
   709  /* If device was enumerated by ACPI get slave info from here */
   710  if (has_acpi_companion(dev) && !chan)
   711  chan = acpi_dma_request_slave_chan_by_name(dev, name);
   712  
   713  if (chan) {
   714  /* Valid channel found or requester need to be deferred 
*/
 > 715  if (!IS_ERR(chan) || PTR_ERR(chan) == -EPROBE_DEFER)
   716  return chan;
   717  }
   718  

---
0-DAY kernel test infrastructureOpen Source Technology Center
https://lists.01.org/pipermail/kbuild-all   Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] reset: Introduce static inline dummy function when CONFIG_RESET_CONTROLLER

2015-12-01 Thread kbuild test robot
Hi Nishanth,

[auto build test WARNING on: v4.4-rc3]
[also build test WARNING on: next-20151127]

url:
https://github.com/0day-ci/linux/commits/Nishanth-Menon/reset-Introduce-static-inline-dummy-function-when-CONFIG_RESET_CONTROLLER/20151201-233708
reproduce:
# apt-get install sparse
make ARCH=x86_64 allmodconfig
make C=1 CF=-D__CHECK_ENDIAN__


sparse warnings: (new ones prefixed by >>)

>> include/linux/reset-controller.h:1:2: sparse: unterminated preprocessor 
>> conditional
   include/linux/compiler.h:228:8: sparse: attribute 'no_sanitize_address': 
unknown attribute
   In file included from drivers/reset/core.c:18:0:
   include/linux/reset-controller.h:1:0: error: unterminated #ifndef
#ifndef _LINUX_RESET_CONTROLLER_H_
^
--
>> include/linux/reset-controller.h:1:2: sparse: unterminated preprocessor 
>> conditional
>> include/linux/reset-controller.h:1:2: sparse: unterminated preprocessor 
>> conditional
   include/linux/compiler.h:228:8: sparse: attribute 'no_sanitize_address': 
unknown attribute
   In file included from drivers/clk/qcom/reset.c:17:0:
   include/linux/reset-controller.h:1:0: error: unterminated #ifndef
#ifndef _LINUX_RESET_CONTROLLER_H_
^
   In file included from drivers/clk/qcom/reset.h:17:0,
from drivers/clk/qcom/reset.c:20:
   include/linux/reset-controller.h:1:0: error: unterminated #ifndef
#ifndef _LINUX_RESET_CONTROLLER_H_
^

vim +1 include/linux/reset-controller.h

61fc4131 Philipp Zabel 2012-11-19 @1  #ifndef _LINUX_RESET_CONTROLLER_H_
61fc4131 Philipp Zabel 2012-11-19  2  #define _LINUX_RESET_CONTROLLER_H_
61fc4131 Philipp Zabel 2012-11-19  3  
61fc4131 Philipp Zabel 2012-11-19  4  #include 
61fc4131 Philipp Zabel 2012-11-19  5  
61fc4131 Philipp Zabel 2012-11-19  6  struct reset_controller_dev;
61fc4131 Philipp Zabel 2012-11-19  7  
61fc4131 Philipp Zabel 2012-11-19  8  /**
61fc4131 Philipp Zabel 2012-11-19  9   * struct reset_control_ops

:: The code at line 1 was first introduced by commit
:: 61fc41317666be400802ac793f47de816ef7bd57 reset: Add reset controller API

:: TO: Philipp Zabel 
:: CC: Philipp Zabel 

---
0-DAY kernel test infrastructureOpen Source Technology Center
https://lists.01.org/pipermail/kbuild-all   Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] reset: Introduce static inline dummy function when CONFIG_RESET_CONTROLLER

2015-12-01 Thread kbuild test robot
Hi Nishanth,

[auto build test ERROR on v4.4-rc3]
[also build test ERROR on next-20151127]

url:
https://github.com/0day-ci/linux/commits/Nishanth-Menon/reset-Introduce-static-inline-dummy-function-when-CONFIG_RESET_CONTROLLER/20151201-233708
config: i386-randconfig-n0-201548 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from drivers/reset/core.c:18:0:
>> include/linux/reset-controller.h:1:0: error: unterminated #ifndef
#ifndef _LINUX_RESET_CONTROLLER_H_
^

vim +1 include/linux/reset-controller.h

61fc4131 Philipp Zabel 2012-11-19 @1  #ifndef _LINUX_RESET_CONTROLLER_H_
61fc4131 Philipp Zabel 2012-11-19  2  #define _LINUX_RESET_CONTROLLER_H_
61fc4131 Philipp Zabel 2012-11-19  3  
61fc4131 Philipp Zabel 2012-11-19  4  #include 

:: The code at line 1 was first introduced by commit
:: 61fc41317666be400802ac793f47de816ef7bd57 reset: Add reset controller API

:: TO: Philipp Zabel 
:: CC: Philipp Zabel 

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


.config.gz
Description: Binary data


Re: [PATCH v2 12/25] mtd: nand: use the mtd instance embedded in struct nand_chip

2015-12-01 Thread kbuild test robot
Hi Boris,

[auto build test ERROR on next-20151127]
[cannot apply to mtd/master v4.4-rc3 v4.4-rc2 v4.4-rc1 v4.4-rc3]

url:
https://github.com/0day-ci/linux/commits/Boris-Brezillon/mtd-nand-refactor-the-NAND-subsystem-part-1/20151201-190822
config: arm-imx_v6_v7_defconfig (attached as .config)
reproduce:
wget 
https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
 -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/mtd/nand/gpmi-nand/gpmi-nand.c: In function 
'set_geometry_by_ecc_info':
>> drivers/mtd/nand/gpmi-nand/gpmi-nand.c:142:39: error: 'mtd' undeclared 
>> (first use in this function)
 struct nand_chip *chip = mtd_to_nand(mtd);
  ^
   drivers/mtd/nand/gpmi-nand/gpmi-nand.c:142:39: note: each undeclared 
identifier is reported only once for each function it appears in
   drivers/mtd/nand/gpmi-nand/gpmi-nand.c: In function 'gpmi_init_last':
   drivers/mtd/nand/gpmi-nand/gpmi-nand.c:1840:39: error: 'mtd' undeclared 
(first use in this function)
 struct nand_chip *chip = mtd_to_nand(mtd);
  ^
   drivers/mtd/nand/gpmi-nand/gpmi-nand.c:1841:19: warning: unused variable 
'mtd' [-Wunused-variable]
 struct mtd_info *mtd = nand_to_mtd(chip);
  ^

vim +/mtd +142 drivers/mtd/nand/gpmi-nand/gpmi-nand.c

2febcdf84 Huang Shijie2013-05-17  136   *
2febcdf84 Huang Shijie2013-05-17  137   * We may have available oob space 
in this case.
2febcdf84 Huang Shijie2013-05-17  138   */
2febcdf84 Huang Shijie2013-05-17  139  static bool 
set_geometry_by_ecc_info(struct gpmi_nand_data *this)
2febcdf84 Huang Shijie2013-05-17  140  {
2febcdf84 Huang Shijie2013-05-17  141   struct bch_geometry *geo = 
>bch_geometry;
6bdedcfa5 Boris Brezillon 2015-12-01 @142   struct nand_chip *chip = 
mtd_to_nand(mtd);
4864cfd67 Boris Brezillon 2015-12-01  143   struct mtd_info *mtd = 
nand_to_mtd(chip);
2febcdf84 Huang Shijie2013-05-17  144   struct nand_oobfree *of = 
gpmi_hw_ecclayout.oobfree;
2febcdf84 Huang Shijie2013-05-17  145   unsigned int 
block_mark_bit_offset;

:: The code at line 142 was first introduced by commit
:: 6bdedcfa57b52f471682054a599855677b1b132c mtd: nand: make use of 
mtd_to_nand() in NAND drivers

:: TO: Boris Brezillon 
:: CC: 0day robot 

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


.config.gz
Description: Binary data


Re: [PATCH 3/7] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-06 Thread kbuild test robot
Hi Nikolaus,

[auto build test ERROR on input/next]
[also build test ERROR on v4.3 next-20151106]

url:
https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/drivers-touchscreen-tsc2007-and-ads7846-tsc2046-improvements-use-common-touchscreen-bindings-pre-calibration-spi-fix-and-provide-iio-raw-values/20151106-231936
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: x86_64-randconfig-s2-11062316 (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 `tsc2007_remove':
>> tsc2007.c:(.text+0x23a2a6): undefined reference to `iio_device_unregister'
   drivers/built-in.o: In function `tsc2007_probe':
>> tsc2007.c:(.text+0x23a3bf): undefined reference to `devm_iio_device_alloc'
>> tsc2007.c:(.text+0x23a436): undefined reference to `iio_device_register'

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


.config.gz
Description: Binary data


Re: [PATCH 3/7] drivers:input:tsc2007: add iio interface to read external ADC input, temperature and raw conversion values

2015-11-06 Thread kbuild test robot
Hi Nikolaus,

[auto build test ERROR on input/next]
[also build test ERROR on v4.3 next-20151106]

url:
https://github.com/0day-ci/linux/commits/H-Nikolaus-Schaller/drivers-touchscreen-tsc2007-and-ads7846-tsc2046-improvements-use-common-touchscreen-bindings-pre-calibration-spi-fix-and-provide-iio-raw-values/20151106-231936
base:   https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: arm-imx_v6_v7_defconfig (attached as .config)
reproduce:
wget 
https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
 -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `tsc2007_remove':
>> :(.text+0x1cd9c8): undefined reference to `iio_device_unregister'
   drivers/built-in.o: In function `tsc2007_probe':
>> :(.text+0x1ce1a0): undefined reference to `devm_iio_device_alloc'
>> :(.text+0x1ce1f4): undefined reference to `iio_device_register'

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


.config.gz
Description: Binary data


Re: [PATCH 09/11] clocksource: add TI 32.768 Hz counter driver

2015-10-16 Thread kbuild test robot
Hi Felipe,

[auto build test ERROR on omap/for-next -- if it's inappropriate base, please 
suggest rules for selecting the more suitable base]

url:
https://github.com/0day-ci/linux/commits/Felipe-Balbi/arm-omap-timer-cleanups/20151017-002649
config: i386-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `ti_32k_timer_init':
>> timer-ti-32k.c:(.init.text+0x213a6): undefined reference to 
>> `sched_clock_register'

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


.config.gz
Description: Binary data


Re: [RFC] AM35xx glue code for M-USB driver

2015-10-07 Thread kbuild test robot
Hi Rolf,

[auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore]

config: arm-omap2plus_defconfig (attached as .config)
reproduce:
wget 
https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
 -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm 

All errors (new ones prefixed by >>):

>> ERROR: "am35x_musb_reset" [drivers/usb/musb/am35x.ko] undefined!
>> ERROR: "am35x_set_mode" [drivers/usb/musb/am35x.ko] undefined!
>> ERROR: "am35x_musb_clear_irq" [drivers/usb/musb/am35x.ko] undefined!
>> ERROR: "am35x_musb_phy_power" [drivers/usb/musb/am35x.ko] undefined!

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


.config.gz
Description: Binary data


Re: [PATCH] genirq: export handle_bad_irq

2015-10-06 Thread kbuild test robot
Hi Arnd,

[auto build test WARNING on v4.3-rc4 -- if it's inappropriate base, please 
ignore]

reproduce: make htmldocs

All warnings (new ones prefixed by >>):

   kernel/irq/handle.c:31: warning: Excess function parameter 'irq' description 
in 'handle_bad_irq'
>> kernel/irq/handle.c:1: warning: no structured comments found

vim +1 kernel/irq/handle.c

^1da177e Linus Torvalds 2005-04-16  @1  /*
^1da177e Linus Torvalds 2005-04-16   2   * linux/kernel/irq/handle.c
^1da177e Linus Torvalds 2005-04-16   3   *
a34db9b2 Ingo Molnar2006-06-29   4   * Copyright (C) 1992, 1998-2006 
Linus Torvalds, Ingo Molnar
a34db9b2 Ingo Molnar2006-06-29   5   * Copyright (C) 2005-2006, Thomas 
Gleixner, Russell King
^1da177e Linus Torvalds 2005-04-16   6   *
^1da177e Linus Torvalds 2005-04-16   7   * This file contains the core 
interrupt handling code.
a34db9b2 Ingo Molnar2006-06-29   8   *
a34db9b2 Ingo Molnar2006-06-29   9   * Detailed information is 
available in Documentation/DocBook/genericirq
a34db9b2 Ingo Molnar2006-06-29  10   *
^1da177e Linus Torvalds 2005-04-16  11   */
^1da177e Linus Torvalds 2005-04-16  12  
^1da177e Linus Torvalds 2005-04-16  13  #include 
^1da177e Linus Torvalds 2005-04-16  14  #include 
3795de23 Thomas Gleixner2010-09-22  15  #include 
^1da177e Linus Torvalds 2005-04-16  16  #include 
^1da177e Linus Torvalds 2005-04-16  17  #include 
3795de23 Thomas Gleixner2010-09-22  18  
ad8d75ff Steven Rostedt 2009-04-14  19  #include 
^1da177e Linus Torvalds 2005-04-16  20  
^1da177e Linus Torvalds 2005-04-16  21  #include "internals.h"
^1da177e Linus Torvalds 2005-04-16  22  
6a6de9ef Thomas Gleixner2006-06-29  23  /**
6a6de9ef Thomas Gleixner2006-06-29  24   * handle_bad_irq - handle spurious 
and unhandled irqs
43a1dd50 Henrik Kretzschmar 2006-08-31  25   * @irq:   the interrupt number
43a1dd50 Henrik Kretzschmar 2006-08-31  26   * @desc:  description of the 
interrupt
43a1dd50 Henrik Kretzschmar 2006-08-31  27   *
43a1dd50 Henrik Kretzschmar 2006-08-31  28   * Handles spurious and unhandled 
IRQ's. It also prints a debugmessage.
6a6de9ef Thomas Gleixner2006-06-29  29   */
bd0b9ac4 Thomas Gleixner2015-09-14  30  void handle_bad_irq(struct irq_desc 
*desc)
6a6de9ef Thomas Gleixner2006-06-29 @31  {
bd0b9ac4 Thomas Gleixner2015-09-14  32  unsigned int irq = 
irq_desc_get_irq(desc);
bd0b9ac4 Thomas Gleixner2015-09-14  33  
43f77759 Ingo Molnar2006-06-29  34  print_irq_desc(irq, desc);

:: The code at line 1 was first introduced by commit
:: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2

:: TO: Linus Torvalds 
:: CC: Linus Torvalds 

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


.config.gz
Description: Binary data


[PATCH] iio:adc: fix platform_no_drv_owner.cocci warnings

2015-10-05 Thread kbuild test robot
drivers/iio/adc/palmas_gpadc.c:798:3-8: No need to set .owner here. The core 
will do it.

 Remove .owner field if calls are used which set it automatically

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

CC: H. Nikolaus Schaller 
Signed-off-by: Fengguang Wu 
---

 palmas_gpadc.c |1 -
 1 file changed, 1 deletion(-)

--- a/drivers/iio/adc/palmas_gpadc.c
+++ b/drivers/iio/adc/palmas_gpadc.c
@@ -795,7 +795,6 @@ static struct platform_driver palmas_gpa
.remove = palmas_gpadc_remove,
.driver = {
.name = MOD_NAME,
-   .owner = THIS_MODULE,
.pm = _pm_ops,
},
 };
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc

2015-10-05 Thread kbuild test robot
Hi Nikolaus,

[auto build test WARNING on v4.3-rc4 -- if it's inappropriate base, please 
ignore]


coccinelle warnings: (new ones prefixed by >>)

>> drivers/iio/adc/palmas_gpadc.c:798:3-8: No need to set .owner here. The core 
>> will do it.

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructureOpen Source Technology Center
https://lists.01.org/pipermail/kbuild-all   Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/4] ARM: OMAP: dmtimer: check for fixed timers during config

2015-10-03 Thread kbuild test robot
Hi Suman,

[auto build test results on v4.3-rc3 -- if it's inappropriate base, please 
ignore]

config: arm-omap1_defconfig (attached as .config)
reproduce:
wget 
https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross
 -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm 

All error/warnings (new ones prefixed by >>):

   arch/arm/plat-omap/dmtimer.c: In function 'omap_dm_timer_set_source':
>> arch/arm/plat-omap/dmtimer.c:509:2: error: implicit declaration of function 
>> 'clk_hw_get_num_parents' [-Werror=implicit-function-declaration]
 if (!clk_hw_get_num_parents(__clk_get_hw(timer->fclk)))
 ^
>> arch/arm/plat-omap/dmtimer.c:509:2: error: implicit declaration of function 
>> '__clk_get_hw' [-Werror=implicit-function-declaration]
   cc1: some warnings being treated as errors

vim +/clk_hw_get_num_parents +509 arch/arm/plat-omap/dmtimer.c

   503  return pdata->set_timer_src(timer->pdev, source);
   504  
   505  if (IS_ERR(timer->fclk))
   506  return -EINVAL;
   507  
   508  /* Check if the clock has parents if not no point checking */
 > 509  if (!clk_hw_get_num_parents(__clk_get_hw(timer->fclk)))
   510  return 0;
   511  
   512  switch (source) {

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


.config.gz
Description: Binary data


Re: [PATCH v3 1/2] Trace: PM: promote event 'power_domain_target' to generic power domains.

2015-09-28 Thread kbuild test robot
Hi Marc,

[auto build test results on v4.3-rc3 -- if it's inappropriate base, please 
ignore]

config: i386-allmodconfig (attached as .config)
reproduce:
  git checkout cc6f7469844987395d46013269b2d2f4e1ad735c
  # save the attached .config to linux build tree
  make ARCH=i386 

All error/warnings (new ones prefixed by >>):

   drivers/base/power/domain.c: In function '__pm_genpd_poweron':
>> drivers/base/power/domain.c:274:46: error: 'struct generic_pm_domain' has no 
>> member named 'state_idx'
 trace_power_domain_target(genpd->name, genpd->state_idx,
 ^
>> drivers/base/power/domain.c:275:10: error: 'struct generic_pm_domain' has no 
>> member named 'states'
genpd->states[genpd->state_idx].name);
 ^
   drivers/base/power/domain.c:275:24: error: 'struct generic_pm_domain' has no 
member named 'state_idx'
genpd->states[genpd->state_idx].name);
   ^

vim +274 drivers/base/power/domain.c

   268  if (ret)
   269  goto err;
   270  
   271   out:
   272  genpd->status = GPD_STATE_ACTIVE;
   273  
 > 274  trace_power_domain_target(genpd->name, genpd->state_idx,
 > 275  genpd->states[genpd->state_idx].name);
   276  return 0;
   277  
   278   err:

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


.config.gz
Description: Binary data