Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758720Ab3EWMAo (ORCPT ); Thu, 23 May 2013 08:00:44 -0400 Received: from szxga01-in.huawei.com ([119.145.14.64]:62658 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758216Ab3EWMAj (ORCPT ); Thu, 23 May 2013 08:00:39 -0400 From: Libo Chen To: CC: , , , , , , Subject: [PATCH RFC v3 0/3] i2c: fix bugs and update API Date: Thu, 23 May 2013 20:00:01 +0800 Message-ID: <1369310401-31732-1-git-send-email-libo.chen@huawei.com> X-Mailer: git-send-email 1.8.1.msysgit.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.135.72.158] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 856 Lines: 24 this patchset does 3 jobs: 1. fix two bugs in probe 2. convert to devm_* API 3. use module_platform_driver() replace init/exit v2->v3: * convert to devm_* API suggested by Wolfram Sang * use module_platform_driver() replace init/exit Libo Chen (3): i2c: i2c-bfin-twi: convert to devm_* API i2c: pxa: convert to devm_* API i2c: pxa: use module_platform_driver() replace init/exit drivers/i2c/busses/i2c-bfin-twi.c | 38 +++++-------------- drivers/i2c/busses/i2c-pxa.c | 73 ++++++++----------------------------- 2 files changed, 26 insertions(+), 85 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/