mmc card detection

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Date: Thursday, March 6, 2008 - 9:39 am

Hi,
   My proto board does not have a mmc card detect line to the mmc controller.

   So, I have to insert the card before i insmod the mmc drivers.
   If i change a card i have to rmmod and insmod the driver.

   I would like to know is there anyway i can make mmc to free up all the
   resources for the removed card. entries and reinitialise the new
card inserted if any
   without rmmod or insmod.

   I thought of using mmc_remove_host and mmc_add_host in the driver
which could be triggered by
   an application through sysfs entry.


   Are the calls mmc_remove_host and mmc_add_host the correct call to
use in this case?


Regards,
shri
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
mmc card detection, shri, (Thu Mar 6, 9:39 am)
Re: mmc card detection, Pierre Ossman, (Fri Mar 14, 6:54 pm)