From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964828AbbJ2GjL (ORCPT ); Thu, 29 Oct 2015 02:39:11 -0400 Received: from smtp11.smtpout.orange.fr ([80.12.242.133]:20788 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751025AbbJ2GjJ (ORCPT ); Thu, 29 Oct 2015 02:39:09 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Thu, 29 Oct 2015 07:39:08 +0100 X-ME-IP: 109.222.85.35 From: Robert Jarzmik To: Marek Vasut Cc: Brian Norris , Boris Brezillon , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Ezequiel Garcia , Scott Wood , Josh Wu , Kyungmin Park , Han Xu , Huang Shijie Subject: Re: [PATCH 1/5] mtd: ofpart: grab device tree node directly from master device node References: <1445913070-17950-1-git-send-email-computersforpeace@gmail.com> <20151028171430.GC13239@google.com> <87eggek91f.fsf@belgarion.home> <201510282347.27379.marex@denx.de> X-URL: http://belgarath.falguerolles.org/ Date: Thu, 29 Oct 2015 07:32:33 +0100 In-Reply-To: <201510282347.27379.marex@denx.de> (Marek Vasut's message of "Wed, 28 Oct 2015 23:47:27 +0100") Message-ID: <87611qjibi.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Marek Vasut writes: >> Isn't there the case of a single NAND controller with 2 identical chips, >> each a 8 bit NAND chip, and the controller aggregating them to offer the >> OS a single 16-bit NAND chip ? > > Is that using 1 or 2 physical chipselect lines on the CPU (controller) ? I think it's 2 physical chipselects (CS0 and CS1). The way I understand it is that the NAND controller asserts them both, issues the command on the command line (shared between the 2 chips), and reads/writes on the separate data lines. Cheers. -- Robert