RE: [PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-26 Thread Prabu Thangamuthu
Hi Ulf, Jaehoon, Thanks for your comments, I will update and send a new Patch. > On 05/27/2015 7:20 AM, Jaehoon Chung Wrote: > > Hi, Pradu. > > Sorry for late. No Problem. > I will wait for your next version than i will check yours. > To Ulf. > > Thanks for review! > > Best Regards, > Jaehoon

Re: [PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-26 Thread Jaehoon Chung
Hi, Pradu. Sorry for late. I will wait for your next version than i will check yours. To Ulf. Thanks for review! Best Regards, Jaehoon Chung On 05/22/2015 10:21 PM, Ulf Hansson wrote: > On 18 May 2015 at 16:23, Prabu Thangamuthu wrote: >> Removing dw_mmc driver immediately after inserting the

Re: [PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-22 Thread Ulf Hansson
On 18 May 2015 at 16:23, Prabu Thangamuthu wrote: > Removing dw_mmc driver immediately after inserting the dw_mmc driver is I guess it hangs even if you remove it after a couple of days? :-) Perhaps makes this a bit more clear? > getting hung for eMMC device. Root cause for this issue is, dw_mc

[PATCH 1/1] dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-18 Thread Prabu Thangamuthu
Removing dw_mmc driver immediately after inserting the dw_mmc driver is getting hung for eMMC device. Root cause for this issue is, dw_mci_remove will disable all the interrupts then it will call dw_mci_cleanup_slot. dw_mci_cleanup_slot is issuing CMD6 to disable boot partition access and it's wai