[PATCH RFC v3 0/3] i2c: fix bugs and update API

From: Libo Chen
Date: Thu May 23 2013 - 08:00:48 EST


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@xxxxxxxxxxxxx>
* 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/