From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754748AbcIEBUA (ORCPT ); Sun, 4 Sep 2016 21:20:00 -0400 Received: from ozlabs.org ([103.22.144.67]:48027 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754170AbcIEBT6 (ORCPT ); Sun, 4 Sep 2016 21:19:58 -0400 Date: Mon, 5 Sep 2016 11:19:48 +1000 From: Stephen Rothwell To: Krzysztof Kozlowski , Olof Johansson , Arnd Bergmann , ARM Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Marc Zyngier Subject: linux-next: manual merge of the samsung-krzk tree with the arm-soc tree Message-ID: <20160905111948.553487be@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 Hi Krzysztof, Today's linux-next merge of the samsung-krzk tree got a conflict in: arch/arm64/boot/dts/exynos/exynos7.dtsi between commit: 585dcacac6bb ("arm64: dts: Fix broken architected timer interrupt trigger") from the arm-soc tree and commit: 36d1c9cd07cd ("arm64: dts: exynos: Use human-friendly symbols for timer interrupt flags") from the samsung-krzk tree. I fixed it up (I *think* - 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/arm64/boot/dts/exynos/exynos7.dtsi index 162831546e18,8d7ce97c0ddb..000000000000 --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi @@@ -473,10 -474,14 +474,14 @@@ timer { compatible = "arm,armv8-timer"; - interrupts = <1 13 0xff08>, - <1 14 0xff08>, - <1 11 0xff08>, - <1 10 0xff08>; + interrupts = , ++ (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>, + , ++ (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>, + , ++ (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>, + ; ++ (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>; }; pmu_system_controller: system-controller@105c0000 {