Re: [PATCH v2] mmc: dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-31 Thread Jaehoon Chung
Hi, Prabu. Thanks for resending the patch. Will apply this patch at my tree. Thanks! Best Regards, Jaehoon Chung On 05/28/2015 09:21 PM, Prabu Thangamuthu wrote: > Remove module of dw_mmc driver will hung for eMMC devices if we follow the > steps which are listed below, > insmod

Re: [PATCH v2] mmc: dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-31 Thread Jaehoon Chung
Hi, Prabu. Thanks for resending the patch. Will apply this patch at my tree. Thanks! Best Regards, Jaehoon Chung On 05/28/2015 09:21 PM, Prabu Thangamuthu wrote: Remove module of dw_mmc driver will hung for eMMC devices if we follow the steps which are listed below, insmod dw_mmc.ko

[PATCH v2] mmc: dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-28 Thread Prabu Thangamuthu
Remove module of dw_mmc driver will hung for eMMC devices if we follow the steps which are listed below, insmod dw_mmc.ko insmod dw_mmc-pci.ko rmmod dw_mmc-pci.ko The root cause for this issue is, dw_mci_remove() will disable all the interrupts by programming 0x0 to

[PATCH v2] mmc: dw_mmc: insmod followed by rmmod will hung for eMMC

2015-05-28 Thread Prabu Thangamuthu
Remove module of dw_mmc driver will hung for eMMC devices if we follow the steps which are listed below, insmod dw_mmc.ko insmod dw_mmc-pci.ko rmmod dw_mmc-pci.ko The root cause for this issue is, dw_mci_remove() will disable all the interrupts by programming 0x0 to