public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ramoops: is using platform_drivers correct?
@ 2011-05-23 13:27 Stevie Trujillo
  2011-05-23 14:10 ` Américo Wang
  2011-05-24 17:03 ` Marco Stornelli
  0 siblings, 2 replies; 12+ messages in thread
From: Stevie Trujillo @ 2011-05-23 13:27 UTC (permalink / raw)
  To: marco.stornelli; +Cc: linux-kernel

Hello,

ramoops (drivers/char/ramoops.c) is for "all" computers right? When I try to 
load it on my laptop, I get ENODEV. This is caused by platform_driver_probe() 
- the code never reaches the ramoops probe callback.

After I removed the platform_driver stuff, moving everything into ramoops_init 
and ramoops_exit it worked.

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

end of thread, other threads:[~2011-05-25 14:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-23 13:27 ramoops: is using platform_drivers correct? Stevie Trujillo
2011-05-23 14:10 ` Américo Wang
2011-05-23 14:36   ` Kyungmin Park
2011-05-24  5:32     ` Kyungmin Park
2011-05-24  5:49       ` Américo Wang
2011-05-24  6:14         ` Kyungmin Park
2011-05-24 14:12           ` Américo Wang
2011-05-24 14:16             ` Kyungmin Park
2011-05-24 14:28               ` Stevie Trujillo
2011-05-24 17:03 ` Marco Stornelli
2011-05-25 13:24   ` Américo Wang
2011-05-25 14:07     ` Marco Stornelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox