linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the samsung tree
@ 2014-09-24  1:08 Stephen Rothwell
  2014-09-24  3:04 ` Kukjin Kim
  2014-09-24  3:54 ` Kukjin Kim
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2014-09-24  1:08 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-next, linux-kernel, Javier Martinez Canillas,
	Bartlomiej Zolnierkiewicz

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

Hi Kukjin,

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

arch/arm/boot/dts/exynos5250-snow.dts:13:46: fatal error: dt-bindings/clock/maxim,max77686.h: No such file or directory
 #include <dt-bindings/clock/maxim,max77686.h>
                                              ^

Caused by commit c04c92ed5614 ("ARM: dts: Add rtc_src clk for s3c-rtc on exynos5250-snow").

In file included from arch/arm/mach-tegra/cpuidle-tegra114.c:17:0:
arch/arm/mach-tegra/cpuidle-tegra114.c: In function 'tegra114_idle_power_down':
arch/arm/include/asm/firmware.h:64:24: error: too few arguments to function 'firmware_ops->do_idle'
  ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))
                        ^
arch/arm/mach-tegra/cpuidle-tegra114.c:52:6: note: in expansion of macro 'call_firmware_op'
  if (call_firmware_op(do_idle) == -ENOSYS)
      ^

Caused by commit f5217f3b9332 ("ARM: EXYNOS: add AFTR mode support to
firmware do_idle method").

I have used the samsung tree from next-20140923 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] 6+ messages in thread

* RE: linux-next: build failure after merge of the samsung tree
  2014-09-24  1:08 linux-next: build failure after merge of the samsung tree Stephen Rothwell
@ 2014-09-24  3:04 ` Kukjin Kim
  2014-09-24  5:53   ` Stephen Rothwell
  2014-09-24  3:54 ` Kukjin Kim
  1 sibling, 1 reply; 6+ messages in thread
From: Kukjin Kim @ 2014-09-24  3:04 UTC (permalink / raw)
  To: 'Stephen Rothwell'
  Cc: linux-next, linux-kernel, 'Javier Martinez Canillas',
	'Bartlomiej Zolnierkiewicz', 'Mike Turquette'

Stephen Rothwell wrote:
> 
> Hi Kukjin,
> 
Hi Stephen,

> After merging the samsung tree, today's linux-next build (arm multi_v7_defconfig)
> failed like this:
> 
> arch/arm/boot/dts/exynos5250-snow.dts:13:46: fatal error: dt-bindings/clock/maxim,max77686.h: No such
> file or directory
>  #include <dt-bindings/clock/maxim,max77686.h>
>                                               ^
> 
+ Mike

Hmm... I think, inclusion of the header file should be included in Mike's clk
tree...What's wrong?

> Caused by commit c04c92ed5614 ("ARM: dts: Add rtc_src clk for s3c-rtc on exynos5250-snow").
> 
> In file included from arch/arm/mach-tegra/cpuidle-tegra114.c:17:0:
> arch/arm/mach-tegra/cpuidle-tegra114.c: In function 'tegra114_idle_power_down':
> arch/arm/include/asm/firmware.h:64:24: error: too few arguments to function 'firmware_ops->do_idle'
>   ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))
>                         ^
> arch/arm/mach-tegra/cpuidle-tegra114.c:52:6: note: in expansion of macro 'call_firmware_op'
>   if (call_firmware_op(do_idle) == -ENOSYS)
>       ^
> 
> Caused by commit f5217f3b9332 ("ARM: EXYNOS: add AFTR mode support to
> firmware do_idle method").

OK, I'll revert it firstly. Thanks.

> 
> I have used the samsung tree from next-20140923 for today.

OK.

- Kukjin

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

* RE: linux-next: build failure after merge of the samsung tree
  2014-09-24  1:08 linux-next: build failure after merge of the samsung tree Stephen Rothwell
  2014-09-24  3:04 ` Kukjin Kim
@ 2014-09-24  3:54 ` Kukjin Kim
  1 sibling, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2014-09-24  3:54 UTC (permalink / raw)
  To: 'Stephen Rothwell'
  Cc: linux-next, linux-kernel, 'Javier Martinez Canillas',
	'Bartlomiej Zolnierkiewicz', 'Mike Turquette'

Kukjin Kim wrote:
> 
> Stephen Rothwell wrote:
> >
> > Hi Kukjin,
> >
> Hi Stephen,
> 
> > After merging the samsung tree, today's linux-next build (arm multi_v7_defconfig)
> > failed like this:
> >
> > arch/arm/boot/dts/exynos5250-snow.dts:13:46: fatal error: dt-bindings/clock/maxim,max77686.h: No
> such
> > file or directory
> >  #include <dt-bindings/clock/maxim,max77686.h>
> >                                               ^
> >
> + Mike
> 
> Hmm... I think, inclusion of the header file should be included in Mike's clk
> tree...What's wrong?
> 
Just note, I've merged Mike's clk-next into my -next tree.

> > Caused by commit c04c92ed5614 ("ARM: dts: Add rtc_src clk for s3c-rtc on exynos5250-snow").
> >
> > In file included from arch/arm/mach-tegra/cpuidle-tegra114.c:17:0:
> > arch/arm/mach-tegra/cpuidle-tegra114.c: In function 'tegra114_idle_power_down':
> > arch/arm/include/asm/firmware.h:64:24: error: too few arguments to function 'firmware_ops->do_idle'
> >   ((firmware_ops->op) ? firmware_ops->op(__VA_ARGS__) : (-ENOSYS))
> >                         ^
> > arch/arm/mach-tegra/cpuidle-tegra114.c:52:6: note: in expansion of macro 'call_firmware_op'
> >   if (call_firmware_op(do_idle) == -ENOSYS)
> >       ^
> >
> > Caused by commit f5217f3b9332 ("ARM: EXYNOS: add AFTR mode support to
> > firmware do_idle method").
> 
> OK, I'll revert it firstly. Thanks.
> 
Reverted just now.

> >
> > I have used the samsung tree from next-20140923 for today.
> 
> OK.
> 
> - Kukjin

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

* Re: linux-next: build failure after merge of the samsung tree
  2014-09-24  3:04 ` Kukjin Kim
@ 2014-09-24  5:53   ` Stephen Rothwell
  2014-09-25 23:01     ` Mike Turquette
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2014-09-24  5:53 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-next, linux-kernel, 'Javier Martinez Canillas',
	'Bartlomiej Zolnierkiewicz', 'Mike Turquette'

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

Hi Kukjin,

On Wed, 24 Sep 2014 12:04:36 +0900 Kukjin Kim <kgene@kernel.org> wrote:
>
> > After merging the samsung tree, today's linux-next build (arm multi_v7_defconfig)
> > failed like this:
> > 
> > arch/arm/boot/dts/exynos5250-snow.dts:13:46: fatal error: dt-bindings/clock/maxim,max77686.h: No such
> > file or directory
> >  #include <dt-bindings/clock/maxim,max77686.h>
> >                                               ^
> > 
> + Mike
> 
> Hmm... I think, inclusion of the header file should be included in Mike's clk
> tree...What's wrong?

Mike's clk tree is included in linux-next well after your tree ... and
does Mike's tree get included in the arm-soc tree like your does?  So,
clearly you can't build this tree on its own?

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

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

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

* Re: linux-next: build failure after merge of the samsung tree
  2014-09-24  5:53   ` Stephen Rothwell
@ 2014-09-25 23:01     ` Mike Turquette
  2014-09-26  0:43       ` Stephen Rothwell
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Turquette @ 2014-09-25 23:01 UTC (permalink / raw)
  To: Stephen Rothwell, Kukjin Kim
  Cc: linux-next, linux-kernel, 'Javier Martinez Canillas',
	'Bartlomiej Zolnierkiewicz'

Quoting Stephen Rothwell (2014-09-23 22:53:36)
> Hi Kukjin,
> 
> On Wed, 24 Sep 2014 12:04:36 +0900 Kukjin Kim <kgene@kernel.org> wrote:
> >
> > > After merging the samsung tree, today's linux-next build (arm multi_v7_defconfig)
> > > failed like this:
> > > 
> > > arch/arm/boot/dts/exynos5250-snow.dts:13:46: fatal error: dt-bindings/clock/maxim,max77686.h: No such
> > > file or directory
> > >  #include <dt-bindings/clock/maxim,max77686.h>
> > >                                               ^
> > > 
> > + Mike
> > 
> > Hmm... I think, inclusion of the header file should be included in Mike's clk
> > tree...What's wrong?
> 
> Mike's clk tree is included in linux-next well after your tree ... and
> does Mike's tree get included in the arm-soc tree like your does?  So,
> clearly you can't build this tree on its own?

I saw in another thread that Kukjin merged the clk tree into his -next
branch. Is there anything left to do on this one?

Regards,
Mike

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

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

* Re: linux-next: build failure after merge of the samsung tree
  2014-09-25 23:01     ` Mike Turquette
@ 2014-09-26  0:43       ` Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2014-09-26  0:43 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Kukjin Kim, linux-next, linux-kernel,
	'Javier Martinez Canillas',
	'Bartlomiej Zolnierkiewicz'

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

Hi Mike,

On Thu, 25 Sep 2014 16:01:24 -0700 Mike Turquette <mturquette@linaro.org> wrote:
>
> 
> I saw in another thread that Kukjin merged the clk tree into his -next
> branch. Is there anything left to do on this one?

No, that fixed it.

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

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

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

end of thread, other threads:[~2014-09-26  0:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24  1:08 linux-next: build failure after merge of the samsung tree Stephen Rothwell
2014-09-24  3:04 ` Kukjin Kim
2014-09-24  5:53   ` Stephen Rothwell
2014-09-25 23:01     ` Mike Turquette
2014-09-26  0:43       ` Stephen Rothwell
2014-09-24  3:54 ` Kukjin Kim

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