Hi, On Tue, Feb 21, 2006 at 06:15:26PM +0530, rasmit.ranjan@xxxxxxxxx wrote: > In my pcmcia client driver i get suspend event when i do selective > suspend of the card (pcmcia-socket1/device in device tree ) . Platform > driver`s suspend entry point is getting called when i do selective > suspend of myhcd. Now if i do global suspend will Power Management > sub-system follow the device tree to suspend the card ? Which means PM > sub-system will suspend 5-0:1.0 , then it will suspend usb5, then myhcd > and then the pcmcia-socket1/device. So does it mean that in global > suspend platform driver`s suspend entry point will be getting called > before the pcmcia client driver`s suspend event ? AFAIK the "children" (clients) will be called first, then the "parents" (socket driver). Dominik