linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the mfd-lj tree
@ 2014-02-11  2:25 Stephen Rothwell
  2014-03-04  3:03 ` Stephen Rothwell
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2014-02-11  2:25 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-next, linux-kernel, Keerthy

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

Hi Lee,

After merging the mfd-lj tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/mfd/tps65218: struct i2c_device_id is 32 bytes.  The last of 1 is:
0x74 0x70 0x73 0x36 0x35 0x32 0x31 0x38 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xf0 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
FATAL: drivers/mfd/tps65218: struct i2c_device_id is not terminated with a NULL entry!

Caused by commit cc493e30e3a1 ("mfd: tps65218: Add driver for the
TPS65218 PMIC").

I have used the mfd-lj tree from next-20140210 for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build failure after merge of the mfd-lj tree
@ 2014-02-14  2:42 Stephen Rothwell
  2014-02-17  3:14 ` Stephen Rothwell
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2014-02-14  2:42 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-next, linux-kernel

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

Hi Lee,

After merging the mfd-lj tree, today's linux-next build (x86_64
allmodconfig) failed like this:

In file included from drivers/mfd/max665x.c:19:0:
include/linux/mfd/max665x-private.h:31:1: error: expected ';', identifier or '(' before 'struct'
 struct max665x_dev {
 ^

Caused by commit e77bb5297293 ("mfd: max665x: Differentiate between
MAX665X devices").  Clearly never built by anyone :-(

I have used the mfd-lj tree from next-20140210 again for today (since the
other version had other problems).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build failure after merge of the mfd-lj tree
@ 2014-04-24  3:01 Stephen Rothwell
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2014-04-24  3:01 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-next, linux-kernel, Stratos Karafotis

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

Hi Lee,

After merging the mfd-lj tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

drivers/mfd/db8500-prcmu.c: In function 'round_armss_rate':
drivers/mfd/db8500-prcmu.c:1744:2: error: implicit declaration of function 'cpufreq_for_each_entry' [-Werror=implicit-function-declaration]
drivers/mfd/db8500-prcmu.c:1744:52: error: expected ';' before '{' token
drivers/mfd/db8500-prcmu.c:1738:7: warning: unused variable 'freq' [-Wunused-variable]
drivers/mfd/db8500-prcmu.c:1752:1: warning: no return statement in function returning non-void [-Wreturn-type]
drivers/mfd/db8500-prcmu.c: In function 'set_armss_rate':
drivers/mfd/db8500-prcmu.c:1895:3: error: expected ';' before 'if'

Caused by commit 2eb3cfd03d60 ("mfd: db8500-prcmu: Use
cpufreq_for_each_entry macro for iteration").

I have used the mfd-lj tree from next-20140423 for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build failure after merge of the mfd-lj tree
@ 2014-05-20  8:01 Stephen Rothwell
  2014-05-22 22:15 ` Linus Walleij
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2014-05-20  8:01 UTC (permalink / raw)
  To: Lee Jones; +Cc: linux-next, linux-kernel, Linus Walleij

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

Hi Lee,

After merging the mfd-lj tree, today's linux-next build (powerpc
allyesconfig) failed like this:

drivers/mfd/stmpe.c: In function 'stmpe_irq_init':
drivers/mfd/stmpe.c:1000:15: error: 'struct stmpe' has no member named 'irq_base'
   base = stmpe->irq_base;
               ^

Caused by commit 3ba1d516d5fe ("mfd: stmpe: root out static GPIO and
IRQ assignments").

This is exactly the same error and commit I reported against the gpio
tree on Friday.  Why has it come back?

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build failure after merge of the mfd-lj tree
@ 2014-06-19  5:20 Stephen Rothwell
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2014-06-19  5:20 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-next, linux-kernel, Zhu, Lejun, Yang, Bin, Mika Westerberg,
	Alexandre Courbot, Linus Walleij

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

Hi Lee,

After merging the mfd-lj tree, today's linux-next build (powerpc
allyesconfig) failed like this:


drivers/gpio/gpio-crystalcove.c: In function 'crystalcove_gpio_dbg_show':
drivers/gpio/gpio-crystalcove.c:286:3: error: implicit declaration of function 'seq_printf' [-Werror=implicit-function-declaration]
   seq_printf(s, " gpio-%-2d %s %s %s %s ctlo=%2x,%s %s %s\n",
   ^

Caused by commit 104fb1d5153c ("gpio: Add support for Intel Crystal
Cove PMIC").

I have reverted that commit for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-06-19  5:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11  2:25 linux-next: build failure after merge of the mfd-lj tree Stephen Rothwell
2014-03-04  3:03 ` Stephen Rothwell
2014-03-04  7:05   ` Lee Jones
2014-03-04  8:06   ` Lee Jones
2014-03-04 23:36     ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2014-02-14  2:42 Stephen Rothwell
2014-02-17  3:14 ` Stephen Rothwell
2014-02-20  4:05   ` Stephen Rothwell
2014-02-25  3:32     ` Stephen Rothwell
2014-03-03  5:18       ` Stephen Rothwell
2014-03-03  7:23         ` Lee Jones
2014-03-03  7:37           ` Stephen Rothwell
2014-04-24  3:01 Stephen Rothwell
2014-05-20  8:01 Stephen Rothwell
2014-05-22 22:15 ` Linus Walleij
2014-06-19  5:20 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).