From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Sat, 31 Aug 2013 00:09:23 +0000 Subject: Re: [PATCH v3] dma: add driver for R-Car HPB-DMAC Message-Id: <52213433.5070603@cogentembedded.com> List-Id: References: <201308250033.24936.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201308250033.24936.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: vinod.koul@intel.com Cc: linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, max.filippov@cogentembedded.com Hello. On 08/25/2013 12:33 AM, Sergei Shtylyov wrote: > From: Max Filippov > Add support for HPB-DMAC found in Renesas R-Car SoCs, using 'shdma-base' DMA > driver framework. > Based on the original patch by Phil Edworthy . > Signed-off-by: Max Filippov > [Sergei: removed useless #include, sorted #include's, fixed HPB_DMA_TCR_MAX, > fixed formats and removed line breaks in the dev_dbg() calls, rephrased and > added IRQ # to the shdma_request_irq() failure message, added MODULE_AUTHOR(), > removed '__init'/'__exit' annotations from the probe()/remove() methods, removed > '__initdata' annotation from 'hpb_dmae_driver', fixed guard macro name in the > header file, fixed #define ASYNCRSTR_ASRST20, added #define ASYNCRSTR_ASRST24, > added the necessary runtime PM calls to the probe() and remove() methods, > handled errors returned by dma_async_device_register(), beautified comments > and #define's.] > Signed-off-by: Sergei Shtylyov Vinod, we've posted the updated patch almost a week ago. Is there any hope to get it into 3.12? WBR, Sergei