linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Lockups reading from i.MX51 SSI registers
@ 2012-08-10 19:50 Mark Brown
  2012-08-10 19:56 ` Sascha Hauer
  0 siblings, 1 reply; 12+ messages in thread
From: Mark Brown @ 2012-08-10 19:50 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

I'm trying to use -next to test AC'97 register I/O on an i.MX51 board
but I'm seeing the CPU hang during probe at:

	lreg = (reg & 0x7f) <<  12 ;
	writel(lreg, base + SSI_SACADD);

in imx_ssi_ac97_read().  I'm somewhat suspicious this might be because
the IP block isn't clocked properly, I do notice the recent conversion
to the clock API which looks rather involved but it's possible something
else broke.  Does anyone have any bright ideas what might be going on
here?  The board doesn't have the reste functions defined so this is the
first interaction with the hardware block AFAICT.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-08-20 13:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 19:50 Lockups reading from i.MX51 SSI registers Mark Brown
2012-08-10 19:56 ` Sascha Hauer
2012-08-10 20:14   ` Uwe Kleine-König
2012-08-10 21:06     ` Sascha Hauer
2012-08-17 19:08       ` [alsa-devel] " Fabio Estevam
2012-08-17 22:27         ` Mark Brown
2012-08-17 23:35           ` Fabio Estevam
2012-08-18  6:31             ` Christoph Fritz
2012-08-20 13:18             ` Mark Brown
2012-08-20 13:24               ` Fabio Estevam
2012-08-18  7:42           ` Uwe Kleine-König
2012-08-18 14:53             ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).