[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1369310401-31732-1-git-send-email-libo.chen@huawei.com>
Date: Thu, 23 May 2013 20:00:01 +0800
From: Libo Chen <libo.chen@...wei.com>
To: <wsa@...-dreams.de>
CC: <guz.fnst@...fujitsu.com>, <sonic.zhang@...log.com>,
<uclinux-dist-devel@...ckfin.uclinux.org>,
<linux-i2c@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<lizefan@...wei.com>, <libo.chen@...wei.com>
Subject: [PATCH RFC v3 0/3] i2c: fix bugs and update API
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 <wsa@...-dreams.de>
* 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists