[PATCH v2 0/2] mfd: rtsx: fix PM suspend for 5227 & 5249

2014-09-11 Thread micky_ching
From: Micky Ching v2: using (err < 0) to check if a function failed, not using "if (err)" and "if (err < 0)" in mixing way. This patch fix rts5227 and rts5249 suspend issue, when card reader resumed from suspend state, the power state should reset before send buffer command. The original not

[PATCH v2 0/2] mfd: rtsx: fix PM suspend for 5227 5249

2014-09-11 Thread micky_ching
From: Micky Ching micky_ch...@realsil.com.cn v2: using (err 0) to check if a function failed, not using if (err) and if (err 0) in mixing way. This patch fix rts5227 and rts5249 suspend issue, when card reader resumed from suspend state, the power state should reset before send buffer command.