linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv5 0/3] I2C driver updates
@ 2011-07-29 10:36 Shubhrajyoti D
  2011-07-29 10:36 ` [PATCHv5 1/3] OMAP: I2C: Reset support Shubhrajyoti D
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Shubhrajyoti D @ 2011-07-29 10:36 UTC (permalink / raw)
  To: linux-arm-kernel

The series attempts to do the following

- The reset should not be done in the driver 
  have support for the same.
- Remove the sysc register access in the driver.

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

version 4/5
 - Making the changelogs more descriptive.
 - Rebasing to the wip/i2c branch

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

Has dependency on the following patch
https://patchwork.kernel.org/patch/904582/


Shubhrajyoti D (3):
  OMAP: I2C: Reset support
  OMAP: I2C: Remove the reset in the init path
  OMAP: I2C: Remove the SYSC register definition

 arch/arm/plat-omap/i2c.c      |   18 ++++++++
 drivers/i2c/busses/i2c-omap.c |   88 ++++++++++------------------------------
 include/linux/i2c-omap.h      |    1 +
 3 files changed, 41 insertions(+), 66 deletions(-)

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

end of thread, other threads:[~2011-08-04 16:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 10:36 [PATCHv5 0/3] I2C driver updates Shubhrajyoti D
2011-07-29 10:36 ` [PATCHv5 1/3] OMAP: I2C: Reset support Shubhrajyoti D
2011-08-02 23:23   ` Kevin Hilman
2011-08-04  6:25     ` Shubhrajyoti
2011-08-04 15:05       ` Kevin Hilman
2011-07-29 10:36 ` [PATCHv5 2/3] OMAP: I2C: Remove the reset in the init path Shubhrajyoti D
2011-08-02 23:27   ` Kevin Hilman
2011-08-04 16:41     ` Shubhrajyoti
2011-07-29 10:36 ` [PATCHv5 3/3] OMAP: I2C: Remove the SYSC register definition Shubhrajyoti D

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