public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCHV3 0/4] The series attempts to do the following
@ 2011-07-21 13:52 Shubhrajyoti D
  2011-07-21 13:52 ` [PATCHV3 1/4] OMAP: I2C: Reset support Shubhrajyoti D
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Shubhrajyoti D @ 2011-07-21 13:52 UTC (permalink / raw)
  To: linux-arm-kernel

- The reset should not be done in the driver 
  have support for the same.
- Remove the sysc register access in the driver.
- Restore the context only if the context is lost.

version 2
 - Fix the indentation.
 - Restore in the error path is not needed as we are
   doing a init.

version 3
 - Combine the patch 1 and 2 as i2c-omap.h isn't a generic header

Acknowledge Balaji and Santosh for the review comments.
Tested on sdp4430 and on omap3430

Shubhrajyoti D (4):
  OMAP: I2C: Reset support
  OMAP: I2C: Remove the reset in the init path
  OMAP: I2C: Remove the SYSC register definition
  OMAP: I2C: I2C register restore only if context is lost

 arch/arm/plat-omap/i2c.c      |   17 +++++++
 drivers/i2c/busses/i2c-omap.c |  101 ++++++++++++++++-------------------------
 include/linux/i2c-omap.h      |    1 +
 3 files changed, 57 insertions(+), 62 deletions(-)

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

end of thread, other threads:[~2011-07-21 15:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 13:52 [PATCHV3 0/4] The series attempts to do the following Shubhrajyoti D
2011-07-21 13:52 ` [PATCHV3 1/4] OMAP: I2C: Reset support Shubhrajyoti D
2011-07-21 13:52 ` [PATCHV3 2/4] OMAP: I2C: Remove the reset in the init path Shubhrajyoti D
2011-07-21 13:59   ` Felipe Balbi
2011-07-21 15:24     ` Shubhrajyoti
2011-07-21 15:30   ` Kevin Hilman
2011-07-21 13:53 ` [PATCHV3 3/4] OMAP: I2C: Remove the SYSC register definition Shubhrajyoti D
2011-07-21 13:53 ` [PATCHV3 4/4] OMAP: I2C: I2C register restore only if context is lost Shubhrajyoti D
2011-07-21 15:32 ` [PATCHV3 0/4] The series attempts to do the following Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox