Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755552Ab1BBXcI (ORCPT ); Wed, 2 Feb 2011 18:32:08 -0500 Received: from www.wytron.com.tw ([211.75.82.101]:47589 "EHLO www.wytron.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755530Ab1BBXcG (ORCPT ); Wed, 2 Feb 2011 18:32:06 -0500 Message-ID: <4D49E99B.8080400@wytron.com.tw> Date: Thu, 03 Feb 2011 07:32:43 +0800 From: Thomas Chou User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: Grant Likely CC: Dmitry Torokhov , linux-kernel@vger.kernel.org, nios2-dev@sopc.et.ntust.edu.tw, linux-input@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Walter Goossens Subject: Re: [PATCH v2] altera_ps2: Add devicetree support References: <20110117220415.GB17963@angua.secretlab.ca> <1295848693-28472-1-git-send-email-thomas@wytron.com.tw> <20110202043121.GF29148@angua.secretlab.ca> <4D4944AA.5040900@wytron.com.tw> <20110202153803.GC20275@angua.secretlab.ca> In-Reply-To: <20110202153803.GC20275@angua.secretlab.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 192.168.1.250 X-SA-Exim-Mail-From: thomas@wytron.com.tw X-SA-Exim-Scanned: No (on www.wytron.com.tw); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1720 Lines: 47 On 02/02/2011 11:38 PM, Grant Likely wrote: > On Wed, Feb 02, 2011 at 07:48:58PM +0800, Thomas Chou wrote: >> On 02/02/2011 12:31 PM, Grant Likely wrote: >>>> +static const struct of_device_id altera_ps2_match[] = { >>>> + { .compatible = "altr,ps2-1.0", }, >>> >>> I thought I had seen 'altera' instead of an abbreviation being used in >>> a previous patch. I don't care much whether 'altr' or 'altera' is >>> used, but I'd like to know that there is consensus from the Altera >>> users so that all the drivers use the same prefix. >>> >> >> We had discussed on nios2-dev mailing list, and decided to use >> 'altr' as Walter suggested that it saves space. >> >> About the documentation on dts binding, shall we have a single >> altera.txt to describe all Altera related binding, and opencores.txt >> to describe all OpenCores binding? Or separate file for each core in >> its driver class? > > Since I'm reorganizing the binding documentation to reflect subsystems > (bindings/spi, bindings/i2c, bindings/powerpc, etc) I'd prefer to see > a separate file for each type of core. OK. We will use separate files. I will send an updated patch to include the dts binding. As for nios2 cpu related binding, we shall use binding/nios2 dir. Right? - Thomas > > Eventually, I'd like to define a record format for documenting > bindings that can generate searchable and crosslinked output, but I've > not spent any time looking at that seriously yet. > > g. > >> >> - Thomas > -- 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/