From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752621AbaIKHsG (ORCPT ); Thu, 11 Sep 2014 03:48:06 -0400 Received: from rtits2.realtek.com ([60.250.210.242]:44287 "EHLO rtits2.realtek.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751627AbaIKHsE (ORCPT ); Thu, 11 Sep 2014 03:48:04 -0400 X-SpamFilter-By: BOX Solutions SpamTrap 5.49 with qID s8B7HpjR004687, This message is accepted by code: ctloc85258 From: To: , CC: , , , , , Micky Ching Subject: [PATCH 0/2] mfd: rtsx: fix PM suspend for 5227 & 5249 Date: Thu, 11 Sep 2014 15:17:51 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.29.41.103] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Micky Ching 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 reset PM state first, so this will lead resume failed, and can not do anything more. Micky Ching (2): mfd: rtsx: fix PM suspend for 5227 mfd: rtsx: fix PM suspend for 5249 drivers/mfd/rts5227.c | 23 +++++++++++++++++++++++ drivers/mfd/rts5249.c | 21 +++++++++++++++++++++ include/linux/mfd/rtsx_pci.h | 13 +++++++++++++ 3 files changed, 57 insertions(+) -- 1.7.9.5