mmc1: mmc_rescan_try_freq: trying to init card at 400000 Hz i have made the following modifications to have a second SD card reader : 1° call mmc1_init : {mmc1_init, DEV_ON_BASEBOARD, PROFILE_ALL}, /* added */ {mmc0_init, DEV_ON_BASEBOARD, PROFILE_ALL}, 2° update mmc1 ...
当前标签:mmc_rescanSD卡驱动分析(二) 至上2012-08-20 16:35 阅读: 3577 评论: 0 推荐: 0 About 昵称: 至上 园龄: 12年7个月 粉丝: 24 关注: 10 +加关注 最新评论 Re:linux内存管理 您好,请问您的那几个英文图是从哪参考的?我想看一下英文叙述,谢谢您~ -- 郝川 Re:sd卡与FAT32文件系...
> Upfront in mmc_rescan() we use the host->rescan_entered flag, to allow > scanning only once for non-removable cards. Therefore, it's also not > possible that we can have bus attached, when we are scanning non-removable > cards. For this reason, let' drop the check for mmc_card...