From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752010Ab1AEQ2o (ORCPT ); Wed, 5 Jan 2011 11:28:44 -0500 Received: from mail-iw0-f174.google.com ([209.85.214.174]:64073 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751801Ab1AEQ2m (ORCPT ); Wed, 5 Jan 2011 11:28:42 -0500 Date: Wed, 5 Jan 2011 09:28:39 -0700 From: Grant Likely To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Artem Bityutskiy , David Woodhouse , Rob Herring Subject: Re: linux-next: manual merge of the devicetree tree with the mtd tree Message-ID: <20110105162839.GC17272@angua.secretlab.ca> References: <20110105134022.106d9e0b.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110105134022.106d9e0b.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 05, 2011 at 01:40:22PM +1100, Stephen Rothwell wrote: > Hi Grant, > > Today's linux-next merge of the devicetree tree got a conflict in > drivers/mtd/Kconfig between commit > b7b6e08f9265db56129931983fc6c06d62c9f4f9 (mtd: Fix MTD_OF_PARTS for all > arch and minor tidy of MTD_PARTITIONS"") from the mtd tree and commit > 236cdc7bc718566a7e7cb9f763b51a8dcad88cbe ("of: make drivers depend on > CONFIG_OF instead of CONFIG_PPC_OF") from the devicetree tree. > > I just used the version from the mtd tree. Thanks Stephen. I've taken a look at both patches, and I agree that is the correct resolution. g.