Found 6 matching messages (0.095 seconds). Page 1 of 1.
... out a problem I'm experiencing with > platform_device_unregister. Here's what I'm seeing ... return ret; > } > > static void mytest_exit(void) > { > platform_device_unregister(mytest_device); > } > > Hope this helps. -- Dmitry -- ...
linux-kernel - Dmitry Torokhov - Apr 1 2008 - 01:19
On Mon, Mar 31, 2008 at 10:19 PM, Dmitry Torokhov
linux-kernel - Jaya Kumar - Apr 1 2008 - 03:47
On Tue, Apr 01, 2008 at 12:47:54AM -0700, Jaya Kumar wrote:
> On Mon, Mar 31, 2008 at 10:19 PM, Dmitry Torokhov
>
linux-kernel - Dmitry Torokhov - Apr 1 2008 - 10:54
On Tue, Apr 1, 2008 at 10:54 AM, Dmitry Torokhov
linux-kernel - Jaya Kumar - Apr 1 2008 - 21:57
On Tue, 2008-04-01 at 10:54 -0400, Dmitry Torokhov wrote: > On Tue, Apr 01, 2008 at 12:47:54AM -0700, Jaya Kumar wrote: > > That's interesting. I noticed though that a lot of platform device > > code assigns a statically allocated structure to
linux-kernel - Richard Purdie - Apr 5 2008 - 07:44
On Tue, 2008-04-01 at 21:57 -0400, Jaya Kumar wrote: > I also have a followup. Does corgi/spitz_pm need to manage the module > refcount of sharpsl-pm? I couldn't find any platform device code that > manages the refcount of the platform driver that it
linux-kernel - Richard Purdie - Apr 5 2008 - 08:07