From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id AA051DDE1A for ; Thu, 6 Sep 2007 23:06:17 +1000 (EST) In-Reply-To: <20070905160008.201a243a@vader.jdub.homelinux.org> References: <20070905181703.GA30904@ru.mvista.com> <20070905160008.201a243a@vader.jdub.homelinux.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: OF NDFC Date: Thu, 6 Sep 2007 15:06:03 +0200 To: Josh Boyer Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> Is anybody working on the device-tree-aware ppc 44x NAND flash >> controller (ndfc) driver? > > Not to my knowledge. We sort of need a decent binding for NAND flash > in general first. Not really. You can put the NAND controller in the device tree without describing the NAND flash itself -- and for that, you only need a "name", "compatible", "reg", and maybe some interrupt stuff. Segher