On Sat, Aug 8, 2009 at 1:17 AM, Alan Stern<stern@xxxxxxxxxxxxxxxxxxx> wrote: > On Sat, 8 Aug 2009, Magnus Damm wrote: > >> On Fri, Aug 7, 2009 at 11:32 PM, Alan Stern<stern@xxxxxxxxxxxxxxxxxxx> wrote: >> > On Fri, 7 Aug 2009, Magnus Damm wrote: >> > >> >> PM: Runtime PM v13 for Platform Devices 20090807 >> >> >> >> [PATCH 01/05] PM: Runtime PM v13 - add dev_pm_ops helpers >> > >> > This patch doesn't do anything much, besides reverting a change I asked >> > Rafael to make. I don't see how it helps platform-specific code do >> > anything. >> >> It's helping different bus types to implement the runtime part of the >> dev_pm_ops in a consistent way. I suggest that all bus types should >> return -ENOSYS if the callback is missing. > > Doesn't Rafael's code already do this? Yes, but I wanted people writing bus level code to share this code. To make sure that the code performing dev->driver->pm->runtime_xxx() is somewhat consistent. >> And they can do so by using >> the helper functions. The change is not platform specific, but my >> latest SuperH platform Runtime PM prototype makes use of it. >> >> The latest SuperH specific Runtime PM implementation require >> dev_pm_ops even though there is no work to be done for the driver. The >> code works in a sort of opt-in way at this point, so callbacks are >> explicitly required. I'd like us to standardize on this behaviour if >> possible, so runtime pm enabled platform drivers can be shared between >> different platform bus implementations. So my LCDC platform driver >> will work fine on both SuperH SoCs and ARM SoCs. > > I still don't see the connection. Why are helper functions useful? To clearly show that -ENOSYS will be returned if dev->bus->pm->runtime_xxx() is missing _or_ if dev->driver->pm_runtime_xxx() is missing. This regardless of the bus implementation. It's not rocket science though, so I think it's just easier if I drop this part as well. >> >> [PATCH 02/05] PM: Runtime PM v13 - let bus-less devices succeed >> > >> > This could be added without 01/05. But why do you want it? Busless >> > devices don't have PM runtime callbacks, so whether the core thinks the >> > callbacks succeed or not doesn't make any difference. >> > >> > You say that "Runtime suspend and resume of devices on the platform bus >> > is impossible without this change", but you don't explain why -- or why >> > the patch makes runtime suspend and resume of these devices possible. >> >> Right now, in the standard upstream kernel all platform devices get >> assigned a parent device unless one exists are registration time. The >> shared parent device is parent-less. Since the Runtime PM code resumes >> the parent before the child, the resume operation will fail because >> there is no dev_pm_ops for the shared parent. > > Not if the parent is disabled for runtime PM, which it is in this case, > right? Correct. The enabling code was incorrectly left there since quite a few revisions ago. >> So I wonder which way that is the best to allow resuming platform >> devices. Patch [02/05] is one way, but maybe there are more elegant >> ways to handle it? Should the platform code be modified instead? If >> so, how? I suppose root hubs for USB may have a similar issue, no? > > If necessary, I would suggest adding appropriate dummy runtime PM > routines for that catch-all parent device. But it may not be > necessary. I does not seem necessary. Thanks for your help! / magnus _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm