linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pandaboard] omap-aes L3 standard error
@ 2013-12-03 21:05 Tobias Jakobi
  2013-12-04  1:45 ` Nishanth Menon
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Jakobi @ 2013-12-03 21:05 UTC (permalink / raw)
  To: linux-omap

Hello,

here a newly introduced one:
https://bugzilla.kernel.org/show_bug.cgi?id=66441

Greets,
Tobias

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

* Re: [pandaboard] omap-aes L3 standard error
  2013-12-03 21:05 [pandaboard] omap-aes L3 standard error Tobias Jakobi
@ 2013-12-04  1:45 ` Nishanth Menon
  0 siblings, 0 replies; 2+ messages in thread
From: Nishanth Menon @ 2013-12-04  1:45 UTC (permalink / raw)
  To: Tobias Jakobi, linux-omap

On 12/03/2013 03:05 PM, Tobias Jakobi wrote:
> Hello,
> 
> here a newly introduced one:
> https://bugzilla.kernel.org/show_bug.cgi?id=66441

[1] solves the issue

However, digging further, the root of the crash starts here:
"platform 4b501000.aes: Cannot lookup hwmod 'aes'"
with this, the following happens:
a) omap_device does not register a pm_domain (since it cannot find
hwmod entry).
b) driver does not know about (a), does a pm_runtime_get_sync which
never fails
c) tries to read the revision register (as part of probe) without clock.
generates the issue mentioned above.


Now, there are three issues here:
a) hwmod entries are not present -> this is addressed in [1]
b) omap_device pm_domain is not handled - fixed in [2]
c) aes driver needs to handle error case when pm_runtime_get_sync
fails. addressed in [3].

[1] http://marc.info/?l=linux-kernel&m=138541593010221&w=2 +
http://marc.info/?l=linux-kernel&m=138541603810300&w=2

[2] https://patchwork.kernel.org/patch/3280531/
[3] https://patchwork.kernel.org/patch/3280571/

-- 
Regards,
Nishanth Menon

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

end of thread, other threads:[~2013-12-04  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 21:05 [pandaboard] omap-aes L3 standard error Tobias Jakobi
2013-12-04  1:45 ` Nishanth Menon

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).