From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH V2 12/12] ASoC: Samsung: Update DMA interface Date: Thu, 14 Jul 2011 08:57:11 +0900 Message-ID: <20110713235709.GE9770@opensource.wolfsonmicro.com> References: <1310546857-6304-1-git-send-email-kgene.kim@samsung.com> <1310546857-6304-13-git-send-email-kgene.kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:46929 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752536Ab1GMX5S (ORCPT ); Wed, 13 Jul 2011 19:57:18 -0400 Content-Disposition: inline In-Reply-To: <1310546857-6304-13-git-send-email-kgene.kim@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Kukjin Kim Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Vinod Koul , Dan Williams , Jassi Brar , Liam Girdwood , Grant Likely , Linus Walleij , Boojin Kim On Wed, Jul 13, 2011 at 05:47:37PM +0900, Kukjin Kim wrote: > -static inline bool s3c_dma_has_circular(void) > +static inline bool dma_has_circular(void) > { > return false; > } The namespacing here doesn't look great, this is still a Samsung specific internal API. Otherwise this looks good. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Thu, 14 Jul 2011 08:57:11 +0900 Subject: [PATCH V2 12/12] ASoC: Samsung: Update DMA interface In-Reply-To: <1310546857-6304-13-git-send-email-kgene.kim@samsung.com> References: <1310546857-6304-1-git-send-email-kgene.kim@samsung.com> <1310546857-6304-13-git-send-email-kgene.kim@samsung.com> Message-ID: <20110713235709.GE9770@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jul 13, 2011 at 05:47:37PM +0900, Kukjin Kim wrote: > -static inline bool s3c_dma_has_circular(void) > +static inline bool dma_has_circular(void) > { > return false; > } The namespacing here doesn't look great, this is still a Samsung specific internal API. Otherwise this looks good.