From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jassi Brar Subject: Re: [PATCH] spi: reorganize drivers Date: Sun, 5 Jun 2011 18:42:45 +0530 Message-ID: References: <20110605071725.26517.11573.stgit@ponder> <20110605075458.GA2712@tarshish> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Grant Likely , spi-devel-general@lists.sourceforge.net, linux-kernel@vger.kernel.org To: Baruch Siach Return-path: In-Reply-To: <20110605075458.GA2712@tarshish> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org Hi Baruch, On Sun, Jun 5, 2011 at 1:24 PM, Baruch Siach wrote: >> Though the spi_ prefix seems redundant considering the files are in >> 'spi' directory. >> Just a thought, no objection. > > When looking at the list of loaded modules (e.g. in an Oops message), the name > "spi_xilinx" is much more meaningful than just "xilinx", for example. Good catch. Perhaps we could get Makefile to build modules with spi_ prefix. Just like USB gadgets do ?