From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Subject: Re: [PATCH v2] spi: add OpenCores tiny SPI driver Date: Mon, 24 Jan 2011 09:19:09 +0800 Message-ID: <4D3CD38D.4080808@wytron.com.tw> References: <1294800109-31603-1-git-send-email-thomas@wytron.com.tw> <1295249542-26743-1-git-send-email-thomas@wytron.com.tw> <20110120165430.GA24445@angua.secretlab.ca> <4D38AAEB.7020308@wytron.com.tw> <1295612849.23825.26.camel@needafix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Cc: nios2-dev-1eJk0qcHJCcaeqlQEoCUNoJY59XmG8rH@public.gmane.org, David Brownell , Mike Frysinger , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: Jonas Bonn Return-path: In-Reply-To: <1295612849.23825.26.camel@needafix> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: linux-spi.vger.kernel.org Hi Jonas, On 01/21/2011 08:27 PM, Jonas Bonn wrote: > It would be nice to use the same name for the OpenCores project and the > device tree identifier, and since "opencores" is already in the name, > the "oc_" bit is superfluous anyway. I'd suggest "opencores,tiny-spi" > in order to match your OpenCores project name. > > Versioning of OpenCores cores is not sorted yet. In order to avoid > clashing with the versioning/naming scheme that's decided on, please > just use a neutral version number for now (especially as your core is so > new). e.g. "opencores,tiny-spi-0" > Thanks. I will update it to "opencores,tiny-spi-1.0". - Thomas