linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/4] i2c: s3c2410: Add devm_* apis and cleanup
@ 2013-01-24 10:11 Tushar Behera
  2013-01-24 10:11 ` [PATCH V3 1/4] i2c: s3c2410: Remove unnecessary label err_noclk Tushar Behera
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tushar Behera @ 2013-01-24 10:11 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA
  Cc: w.sang-bIcnvbaLZ9MEGnE8C9+IrQ, kgene.kim-Sze3O3UU22JBDgjK7y7TUQ,
	patches-QSEj5FYQhm4dnm+yROfE0A

This patchset cleans up the probe function of i2c-s3c2410 driver.
These have been tested on Exynos4210 based Origen board.

Changes since V2:
  * Rebased to v3.8-rc4.
  * devm_request_and_ioremap() has already been implemented.

Changes since V1:
  * devm_request_mem_region and devm_ioremap calls were replaced by
devm_request_and_ioremap() call.
  * All devm_* related modifications (earlier patches 2-5) were merged
to a single patch.


Tushar Behera (4):
  i2c: s3c2410: Remove unnecessary label err_noclk
  i2c: s3c2410: Convert to use devm_* APIs
  i2c: s3c2410: Move location of clk_prepare_enable() call in probe
    function
  i2c: s3c2410: Remove err_cpufreq label

 drivers/i2c/busses/i2c-s3c2410.c |   59 +++++++++++++------------------------
 1 files changed, 21 insertions(+), 38 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-24 10:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-24 10:11 [PATCH V3 0/4] i2c: s3c2410: Add devm_* apis and cleanup Tushar Behera
2013-01-24 10:11 ` [PATCH V3 1/4] i2c: s3c2410: Remove unnecessary label err_noclk Tushar Behera
     [not found] ` <1359022269-12593-1-git-send-email-tushar.behera-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-01-24 10:11   ` [PATCH V3 2/4] i2c: s3c2410: Convert to use devm_* APIs Tushar Behera
2013-01-24 10:11 ` [PATCH V3 3/4] i2c: s3c2410: Move location of clk_prepare_enable() call in probe function Tushar Behera
2013-01-24 10:11 ` [PATCH V3 4/4] i2c: s3c2410: Remove err_cpufreq label Tushar Behera

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).