Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1657187 > unrolled thread

linux-next: manual merge of the at91 tree with the arm-soc tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-06-05 01:50 +0200
Last post2017-06-05 01:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the at91 tree with the arm-soc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-05 01:50 +0200

#1657187 — linux-next: manual merge of the at91 tree with the arm-soc tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-06-05 01:50 +0200
Subjectlinux-next: manual merge of the at91 tree with the arm-soc tree
Message-ID<tONrr-3lC-7@gated-at.bofh.it>
Hi Nicolas,

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

  arch/arm/mach-at91/Kconfig

between commit:

  cc7a938f5f30 ("ARM: at91: select CONFIG_ARM_CPU_SUSPEND")

from the arm-soc tree and commit:

  81c0bb0b6ad1 ("ARM: at91: Add armv7m support")

from the at91 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 arch/arm/mach-at91/Kconfig
index cbd959b73654,7497a28a79d1..000000000000
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@@ -1,7 -1,6 +1,7 @@@
  menuconfig ARCH_AT91
  	bool "Atmel SoCs"
- 	depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7
+ 	depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M
 +	select ARM_CPU_SUSPEND if PM
  	select COMMON_CLK_AT91
  	select GPIOLIB
  	select PINCTRL

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web