Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932950AbbBBIAX (ORCPT ); Mon, 2 Feb 2015 03:00:23 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:64054 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932687AbbBBIAS (ORCPT ); Mon, 2 Feb 2015 03:00:18 -0500 Date: Mon, 2 Feb 2015 00:00:13 -0800 From: Brian Norris To: Boris Brezillon Cc: David Woodhouse , linux-mtd@lists.infradead.org, Josh Wu , Nicolas Ferre , Jean-Christophe Plagniol-Villard , Alexandre Belloni , Andrew Victor , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] mtd: nand: atmel: Rework DT representation of NFC/NAND Message-ID: <20150202080013.GD3523@norris-Latitude-E6410> References: <1417732214-3292-1-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417732214-3292-1-git-send-email-boris.brezillon@free-electrons.com> 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 Content-Length: 1378 Lines: 30 On Thu, Dec 04, 2014 at 11:30:10PM +0100, Boris Brezillon wrote: > While working on the EBI driver [1] I noticed that the relationship between > the NFC (NAND Flash Controller) and the NAND chip it is attached to would > make things harder to represent when moving the NAND node under the EBI bus > (another useless 'ranges' definition). > > Actually this representation might be even more problematic if one wants > decide to connect two NAND chips on his sama5 based board, because the NFC > node is a child of the NAND chip node, and thus can only be attached to a > single NAND chip. > > To address this problem the current series moves the NFC node outside of > the NAND chip device which then reference the NFC using the "atmel,nfc" > property. > > The series does not implement multi-chip support, but at least the new > representation should make it possible. I made some comments on the DT binding. I'm not as familiar withi the hardware details here, so I may be off base. At any rate, the code looks OK, so if we settle the binding issue OK, then I'd be happy with a rebased version of this patch set. Regards, Brian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/