Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753267Ab3CCMtI (ORCPT ); Sun, 3 Mar 2013 07:49:08 -0500 Received: from mail-vc0-f173.google.com ([209.85.220.173]:64274 "EHLO mail-vc0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753048Ab3CCMtF (ORCPT ); Sun, 3 Mar 2013 07:49:05 -0500 MIME-Version: 1.0 In-Reply-To: <20130222180226.GC19796@opensource.wolfsonmicro.com> References: <1361536659-23225-1-git-send-email-ldewangan@nvidia.com> <20130222180226.GC19796@opensource.wolfsonmicro.com> Date: Sun, 3 Mar 2013 18:19:04 +0530 Message-ID: Subject: Re: [PATCH V3] spi: tegra114: add spi driver From: Manish Badarkhe To: Mark Brown Cc: Laxman Dewangan , grant.likely@secretlab.ca, rob.herring@calxeda.com, linux-doc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, spi-devel-general@lists.sourceforge.net, linux-tegra@vger.kernel.org, swarren@nvidia.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1203 Lines: 32 Hi Mark, On Fri, Feb 22, 2013 at 11:32 PM, Mark Brown wrote: > On Fri, Feb 22, 2013 at 07:59:11PM +0530, Manish Badarkhe wrote: >> On Fri, Feb 22, 2013 at 6:07 PM, Laxman Dewangan wrote: >> > Add SPI driver for NVIDIA's Tegra114 SPI controller. This controller >> > is different than the older SoCs SPI controller in internal design as >> > well as register interface. >> > >> > This driver supports the: >> > - non DMA based transfer for smaller transfer i.e. less than FIFO depth. >> > - APB DMA based transfer for lager transfer i.e. more than FIFO depth. >> >> s/lager/larger >> >> > - Clock gating through runtime PM callbacks. >> > - registration through DT only. > > Delete unneeded context from your replies, we shouldn't need to page > through the entire patch because you've noticed a spelling error... Thanks for your reply. I will take care of this later on. Thanks Manish Badarkhe -- 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/