| To: | Shubhrajyoti Datta <omaplinuxkernel@gmail.com> |
|---|---|
| Subject: | Re: [PATCH 2/2] spi: Add SPI master controller for OCTEON SOCs. |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Mon, 14 May 2012 11:13:41 -0700 |
| Cc: | David Daney <ddaney.cavm@gmail.com>, devicetree-discuss@lists.ozlabs.org, Grant Likely <grant.likely@secretlab.ca>, Rob Herring <rob.herring@calxeda.com>, spi-devel-general@lists.sourceforge.net, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=GdQxWKm3HNSg6EKWENzERg7uqLV+bRZ9J5iRQ9ogIVo=; b=eukSPCmWotOEny6efc6/1outLu7GwQGubs9BCTyPa4mERa9wpBGshZ/Emfv6tCiss/ d+aHy39MYUsq2apnoquhnkN6dmy00M7eC1tvrFRNMnR/H7VJFLfghoqT+krCurwiKu3L Huz+fKGrVmrwIpW1s02oaSWFO89CK5pKV0ldhZ8vC3ADQr/uUUnCXpvqxKy1oShbRPET i2okxpvisO74G2eAp6TZJ5GKDTmfTHc7Ckm0yr8B++DG+jlLlVHUho3EfiDHHx/xJ+jy WAPL7l/BBb0bXyizlO8g+WcW4AfbpRKBGXedtt9QnSBOtaDfPt/vPXmyMWXeYWwSB5Jl mYpg== |
| In-reply-to: | <CAM=Q2csSQWbCOCQpubDok1=hmPvHU0MTEUg+-FGhp91=O5L6Hw@mail.gmail.com> |
| References: | <1336772086-17248-1-git-send-email-ddaney.cavm@gmail.com> <1336772086-17248-3-git-send-email-ddaney.cavm@gmail.com> <CAM=Q2csSQWbCOCQpubDok1=hmPvHU0MTEUg+-FGhp91=O5L6Hw@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10 |
On 05/13/2012 10:46 PM, Shubhrajyoti Datta wrote: Hi David, A few comments. On Sat, May 12, 2012 at 3:04 AM, David Daney<ddaney.cavm@gmail.com> wrote: [...] + +#define DRV_VERSION "2.0" /* Version 1 was the out-of-tree driver */This could be given a miss. As it is less meaningful once accepted. Well, this leads to the question, what is the purpose of the 'MODULE_VERSION()' macro? If I use that, I need to populate it with a value. [...]
We could, but I thought about it and chose not to.The SPI hardware can queue a maximum of 9 bytes (72 bits) before software has to take action. That works out to 3.6 uS at a 20MHz clock rate. Sleeping, scheduling to a different task, taking an interrupt and then switching back to this task will likely not be faster than that. At lower clock rates, it would make more sense, but it adds complexity to the driver. We can always revisit this decision if it proves to be a problem. David Daney |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [RESEND PATCH V2 12/17] NET: MIPS: lantiq: implement OF support inside the etop driver, John Crispin |
|---|---|
| Next by Date: | Re: [RESEND PATCH V2 16/17] SPI: MIPS: lantiq: add FALCON spi driver, Jonas Gorski |
| Previous by Thread: | Re: [PATCH 2/2] spi: Add SPI master controller for OCTEON SOCs., Shubhrajyoti Datta |
| Next by Thread: | Re: [PATCH 2/2] spi: Add SPI master controller for OCTEON SOCs., Grant Likely |
| Indexes: | [Date] [Thread] [Top] [All Lists] |