From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Wed, 19 Aug 2009 14:45:47 +0000 Subject: Re: [PATCH 3/3] Add FSI-AK464x sound support for ms7724se Message-Id: <20090819144547.GB3323@rakim.wolfsonmicro.main> List-Id: References: <20090819120058.GB20227@rakim.wolfsonmicro.main> <20090819140256.GA31305@rakim.wolfsonmicro.main> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Magnus Damm Cc: Kuninori Morimoto , Takashi Iwai , alsa-devel@alsa-project.org, lethal@linux-sh.org, linux-sh@vger.kernel.org On Wed, Aug 19, 2009 at 11:18:13PM +0900, Magnus Damm wrote: > At this point on SuperH we first select processor and then board(s) > after that. So the kernel is configured to run on one specific > processor model. But the FSI block may show up in other processors and > the pinmux configuration will most likely be different at that point. > We usually keep the pinmux configuration in the board setup code and > the let the driver "just work" and never touch any GPIOs unless the > driver comes with GPIO support. Hrm, OK. In that case it's a bit of an odd way of doing pinmux configuration but that's fine.