Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932097Ab3GYW6p (ORCPT ); Thu, 25 Jul 2013 18:58:45 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:38593 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756722Ab3GYW6o (ORCPT ); Thu, 25 Jul 2013 18:58:44 -0400 Date: Thu, 25 Jul 2013 23:58:16 +0100 From: Russell King - ARM Linux To: Mark Brown Cc: Jean-Francois Moine , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Rob Herring , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 3/4] ASoc: kirkwood: merge kirkwood-i2c and kirkwood-dma Message-ID: <20130725225816.GG24642@n2100.arm.linux.org.uk> References: <20130725111428.419ee278@armhf> <20130725191604.GQ9858@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130725191604.GQ9858@sirena.org.uk> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1835 Lines: 37 On Thu, Jul 25, 2013 at 08:16:04PM +0100, Mark Brown wrote: > On Thu, Jul 25, 2013 at 11:14:28AM +0200, Jean-Francois Moine wrote: > > To avoid the declaration of a 'kirkwood-pcm-audio' device in the DT, > > this patch merges the kirkwood-i2c and kirkwood-dma drivers into one > > module. > > This seems mostly fine, though it may be best to keep kirkwood-dma as a > separate module for the benefit of the S/PDIF support when it gets added > - I had a look at the implementation Russell has and it looks like it > can be added as a separate interface. You wouldn't want I2S and SPDIF to be separate modules though - they're the same hardware but different output stream formatters attached to the DMA FIFO output. Don't forget the requirements concerning the simultaneous use of I2S and SPDIF - these "output formatters" must both be enabled and disabled in unison when concurrent use is required - both bits must be set or cleared together with a single register write. > > - .platform_name = "kirkwood-pcm-audio", > > + .platform_name = "kirkwood-i2s", > > Should the name be done as dev_name() for the interface (I don't know if > there is ever more than one)? Getting away from "kirkwood-i2s" would be sensible, because it may not be just "i2s" in this hardware block. The documentation calls this an "audio controller" but I guess "kirkwood-pcm" would be a reasonable compromise, even though it has a separate AC'97 block which could also be construed as being "pcm". The AC'97 block uses a separate peripheral DMA controller and so wouldn't make use of kirkwood-dma.c either. -- 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/