Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753674AbdLUVpt (ORCPT ); Thu, 21 Dec 2017 16:45:49 -0500 Received: from ozlabs.org ([103.22.144.67]:48039 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752678AbdLUVpr (ORCPT ); Thu, 21 Dec 2017 16:45:47 -0500 Date: Fri, 22 Dec 2017 08:45:45 +1100 From: Stephen Rothwell To: Tony Lindgren , Santosh Shilimkar Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Kishon Vijay Abraham I Subject: linux-next: manual merge of the omap tree with the keystone tree Message-ID: <20171222084545.5bab63b5@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1535 Lines: 56 Hi Tony, Today's linux-next merge of the omap tree got a conflict in: arch/arm/configs/multi_v7_defconfig between commit: d3b15c54ed7e ("ARM: config: sync multi-v7 config with keystone peripherals") from the keystone tree and commit: d03366dcbffc ("ARM: multi_v7_defconfig: Enable CONFIG_PCI_DRA7XX (Host & Device modes)") from the omap 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/configs/multi_v7_defconfig index c4f4f6682ea5,6faecd55ccbd..000000000000 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@@ -105,13 -113,24 +105,18 @@@ CONFIG_ARCH_VEXPRESS= CONFIG_ARCH_VEXPRESS_TC2_PM=y CONFIG_ARCH_WM8850=y CONFIG_ARCH_ZYNQ=y -CONFIG_TRUSTED_FOUNDATIONS=y -CONFIG_PCI=y -CONFIG_PCI_HOST_GENERIC=y + CONFIG_PCI_DRA7XX=y + CONFIG_PCI_DRA7XX_EP=y CONFIG_PCI_KEYSTONE=y -CONFIG_PCI_MSI=y CONFIG_PCI_MVEBU=y CONFIG_PCI_TEGRA=y CONFIG_PCI_RCAR_GEN2=y CONFIG_PCIE_RCAR=y -CONFIG_PCIEPORTBUS=y + CONFIG_PCI_ENDPOINT=y + CONFIG_PCI_ENDPOINT_CONFIGFS=y + CONFIG_PCI_EPF_TEST=m CONFIG_SMP=y CONFIG_NR_CPUS=16 -CONFIG_HIGHPTE=y CONFIG_CMA=y CONFIG_SECCOMP=y CONFIG_ARM_APPENDED_DTB=y