public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] MMC: SDIO driver for Intel Moorestown  platform
@ 2009-06-15 12:05 Li, Jiebing
  2009-06-15 12:18 ` Pierre Ossman
  2009-06-15 14:34 ` Matthew Garrett
  0 siblings, 2 replies; 3+ messages in thread
From: Li, Jiebing @ 2009-06-15 12:05 UTC (permalink / raw)
  To: Pierre Ossman
  Cc: linux-kernel@vger.kernel.org, Johnson, Charles F, Zhu, Daniel,
	Yuan, Hang, Li, Jiebing


Hi Pierre and all,

Here's a SDIO driver code patch for Intel Moorestown platform. Per your response of my code submission last month, I modified the code and hope that you could spare time to review this patch, which is used for SDIO card power management. It's very important for MID products like Moorestown, as power saving is the key point for such embedded products.

Last time you asked me the use cases for the code. The following is my statement:

1. sdio_bus_suspend()/sdui_bus_resume() and mmc_sdio_suspend()/mmc_sdio_resume():
Currently SDIO bus driver doesn't have suspend/resume interface, We need this to suspend the functions one by one and then the whole card when the platform is put in S3/S4/S5 states.

2. sdio_external_suspend_device()/sdio_external_resume_device():
Also, similar to USB, we would like to be able to selectively suspend a particular function using sysfs interface for power management scheme (non-ACPI) if the function is not in use. 

3. sdio_reset_device():
It comes to solve a scenario where there is a hang in the Host Interface HW, (i.e. the driver cannot access the device).  In this case the function driver can detect that something is broken (using some sw watchdog for example), but it cannot reset its function (host interface is broken). 



Thanks and regards,
Jiebing Li

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

end of thread, other threads:[~2009-06-15 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 12:05 [PATCH 0/1] MMC: SDIO driver for Intel Moorestown platform Li, Jiebing
2009-06-15 12:18 ` Pierre Ossman
2009-06-15 14:34 ` Matthew Garrett

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