linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Libo Chen <libo.chen@huawei.com>
To: wsa@the-dreams.de
Cc: guz.fnst@cn.fujitsu.com, sonic.zhang@analog.com,
	uclinux-dist-devel@blackfin.uclinux.org,
	linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
	lizefan@huawei.com, libo.chen@huawei.com
Subject: [PATCH RFC v3 0/3] i2c: fix bugs and update API
Date: Thu, 23 May 2013 20:00:01 +0800	[thread overview]
Message-ID: <1369310401-31732-1-git-send-email-libo.chen@huawei.com> (raw)

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@the-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(-)

                 reply	other threads:[~2013-05-23 12:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1369310401-31732-1-git-send-email-libo.chen@huawei.com \
    --to=libo.chen@huawei.com \
    --cc=guz.fnst@cn.fujitsu.com \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=sonic.zhang@analog.com \
    --cc=uclinux-dist-devel@blackfin.uclinux.org \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).