
10 Mar
2009
10 Mar
'09
3:03 p.m.
On Tue, 10 Mar 2009 10:29:23 +0000 Mark Brown broonie@sirena.org.uk wrote:
On Mon, Mar 09, 2009 at 11:32:09PM -0400, Hugo Villeneuve wrote:
return -EINVAL;
- davinci_cfg_reg(DM644X_MCBSP);
I can't find any references to this function in mainline?
Hi Mark, I based those patches on the latest linux-davinci git tree, which has the function.
Most of the ARM variants do this sort of configuration in the arch/arm code which was why I was looking for other users to see what was idiomatic for DaVinci.
In fact I just duplicated what was done for the evm board in sound/soc/davinci/davinci-evm.c, which also has the davinci_cfg_reg() function (in the linux-davinci tree):
http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git;a=commit...
I've applied the other three patches.
Thanks, Hugo V.