From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754996AbcKJBgB (ORCPT ); Wed, 9 Nov 2016 20:36:01 -0500 Received: from mail.kernel.org ([198.145.29.136]:35640 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752427AbcKJBf7 (ORCPT ); Wed, 9 Nov 2016 20:35:59 -0500 Date: Thu, 10 Nov 2016 09:35:36 +0800 From: Shawn Guo To: Ulf Hansson Cc: Stephen Rothwell , Shawn Guo , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Yangbo Lu , Hongtao Jia Subject: Re: linux-next: manual merge of the mmc tree with the imx-mxs tree Message-ID: <20161110013535.GD14622@dragon> References: <20161110115004.431c171e@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161110115004.431c171e@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ulf, On Thu, Nov 10, 2016 at 11:50:04AM +1100, Stephen Rothwell wrote: > Hi Ulf, > > Today's linux-next merge of the mmc tree got a conflict in: > > arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi > > between commit: > > 784e94eeb377 ("arm64: dts: ls2080a: Add TMU device tree support for LS2080A") > > from the imx-mxs tree and commit: > > 61ab9ffac1b9 ("ARM64: dts: ls2080a: add device configuration node") Is there a reason why this dts patch has to go through mmc tree? We normally have them go via arm-soc tree. Shawn > > from the mmc tree.