public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: Marvell SoCs: is register remapping to 0xf1NNNNNN safe?
Date: Tue, 18 Jun 2013 14:42:20 +0100	[thread overview]
Message-ID: <20130618134220.GY2718@n2100.arm.linux.org.uk> (raw)

On the Armada 510, like most mvebu platforms, the registers are remapped
to 0xf1NNNNNN.  This means things like the ATA interfaces are at
0xf10a0000, SPI at 0xf1010600 etc.

It also means that the global config 1 register is at 0xf10e802c.  Other
registers live at 0xf10e0000, 0xf10e4000, etc.

Now, if I access any register in the 0xf10eNNNN, whether it be the global
configuration register, a GPIO register, AC'97 register, the result is an
instant and solid hang - presumably the bus locks up.  It doesn't matter
if it is accessed in an interrupt-protected region, preempt-disabled
region, or via a userspace mapping of that memory, the result is always
the same, and things like sysrq don't work.

Only a watchdog or power cycle recovers the SoC (presumably also a hardware
reset too, but I can't test that.)

Any ideas?  Can this behaviour be replicated on any other of these SoCs?

             reply	other threads:[~2013-06-18 13:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-18 13:42 Russell King - ARM Linux [this message]
2013-06-18 13:51 ` Marvell SoCs: is register remapping to 0xf1NNNNNN safe? Andrew Lunn
2013-06-18 14:00 ` Sebastian Hesselbarth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130618134220.GY2718@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox