Linux-Next discussions
 help / color / mirror / Atom feed
* linux-next: manual merge of the tip tree with the arc tree
@ 2016-05-04  3:02 Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2016-05-04  3:02 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra,
	Vineet Gupta
  Cc: linux-next, linux-kernel, Noam Camus, Marc Zyngier

Hi all,

Today's linux-next merge of the tip tree got a conflict in:

  drivers/irqchip/Kconfig

between commit:

  df1a714d52c4 ("irqchip: add nps Internal and external irqchips")

from the arc tree and commit:

  9e2c986cb460 ("irqchip: Add per-cpu interrupt partitioning library")

from the tip tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/irqchip/Kconfig
index 1ab632a94db3,6c17de7997b9..000000000000
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@@ -245,8 -246,5 +246,11 @@@ config MVEBU_ODM
  	bool
  	select GENERIC_MSI_IRQ_DOMAIN
  
 +config EZNPS_GIC
 +	bool "NPS400 Global Interrupt Manager (GIM)"
 +	select IRQ_DOMAIN
 +	help
 +	  Support the EZchip NPS400 global interrupt controller
++
+ config PARTITION_PERCPU
+ 	bool

^ permalink raw reply	[flat|nested] 2+ messages in thread
* linux-next: manual merge of the tip tree with the arc tree
@ 2016-05-12  1:54 Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2016-05-12  1:54 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra,
	Vineet Gupta
  Cc: linux-next, linux-kernel, Noam Camus

Hi all,

Today's linux-next merge of the tip tree got a conflict in:

  drivers/irqchip/Kconfig
  drivers/irqchip/Makefile

between commit:

  44df427c894a ("irqchip: add nps Internal and external irqchips")

from the arc tree and commit:

  b8f3ebe630a4 ("irqchip: Add Layerscape SCFG MSI controller support")

from the tip tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/irqchip/Kconfig
index 1ab632a94db3,81f88ada3a61..000000000000
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@@ -245,8 -246,10 +246,16 @@@ config MVEBU_ODM
  	bool
  	select GENERIC_MSI_IRQ_DOMAIN
  
 +config EZNPS_GIC
 +	bool "NPS400 Global Interrupt Manager (GIM)"
 +	select IRQ_DOMAIN
 +	help
 +	  Support the EZchip NPS400 global interrupt controller
++
+ config LS_SCFG_MSI
+ 	def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE
+ 	depends on PCI && PCI_MSI
+ 	select PCI_MSI_IRQ_DOMAIN
+ 
+ config PARTITION_PERCPU
+ 	bool
diff --cc drivers/irqchip/Makefile
index 9d54d53fe223,f828244b44c2..000000000000
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@@ -65,4 -67,4 +67,5 @@@ obj-$(CONFIG_INGENIC_IRQ)		+= irq-ingen
  obj-$(CONFIG_IMX_GPCV2)			+= irq-imx-gpcv2.o
  obj-$(CONFIG_PIC32_EVIC)		+= irq-pic32-evic.o
  obj-$(CONFIG_MVEBU_ODMI)		+= irq-mvebu-odmi.o
 +obj-$(CONFIG_EZNPS_GIC)			+= irq-eznps.o
+ obj-$(CONFIG_LS_SCFG_MSI)		+= irq-ls-scfg-msi.o

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

end of thread, other threads:[~2016-05-12  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04  3:02 linux-next: manual merge of the tip tree with the arc tree Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2016-05-12  1:54 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox