Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755483AbcDNM6J (ORCPT ); Thu, 14 Apr 2016 08:58:09 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:20302 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755395AbcDNM56 (ORCPT ); Thu, 14 Apr 2016 08:57:58 -0400 From: Jisheng Zhang To: , , , CC: , , , Jisheng Zhang Subject: [PATCH 0/4] i2c: designware: runtime pm fix and improve Date: Thu, 14 Apr 2016 20:53:30 +0800 Message-ID: <1460638414-5987-1-git-send-email-jszhang@marvell.com> X-Mailer: git-send-email 2.8.0.rc3 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-04-14_07:,, signatures=0 X-Proofpoint-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603180000 definitions=main-1604140186 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 860 Lines: 21 This series tries to fix one hang issue during probe found on arm platform, and unbalanced clk enable prepare issue. Then applies similar change as commit 36d48fb5766a ("i2c: designware-platdrv: enable RuntimePM before registering to the core"), lastly remove the runtime suspend prevention in i2c_dw_probe(). Jisheng Zhang (4): i2c: designware-platdrv: Fix runtime PM initialization i2c: designware-platdrv: fix unbalanced clk enable and prepare i2c: designware-pcidrv: enable RuntimePM before registering to the core i2c: designware: remove runtime suspend prevention during registration drivers/i2c/busses/i2c-designware-core.c | 8 -------- drivers/i2c/busses/i2c-designware-pcidrv.c | 11 +++++++---- drivers/i2c/busses/i2c-designware-platdrv.c | 16 +++++++++++++++- 3 files changed, 22 insertions(+), 13 deletions(-) -- 2.8.0.rc3