public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Rajendra Nayak <rnayak@ti.com>
To: linux-omap@vger.kernel.org
Cc: Rajendra Nayak <rnayak@ti.com>
Subject: [PATCH v2 0/5] Convert I2C driver to use omap_device/runtime PM
Date: Fri, 17 Sep 2010 20:07:04 +0530	[thread overview]
Message-ID: <1284734229-16281-1-git-send-email-rnayak@ti.com> (raw)

This series makes I2C device registration use hwmod
and omap_device api's and converts the I2C driver to use
runtime PM api's.

Patches apply on the pm-core branch from Kevin's tree.

v2 has minor review comment fixes over v1 and is additionally
boot tested on a 2430sdp platform along with being tested on
3430sdp and 4430sdp.

4430sdp tests are done using the below series
http://www.spinics.net/lists/linux-omap/msg36023.html

Paul Walmsley (2):
  OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430
  OMAP: I2C: split device registration and convert OMAP2+ to
    omap_device

Rajendra Nayak (3):
  OMAP3: hwmod: add I2C hwmods for OMAP3430
  OMAP4: hwmod: add I2C hwmods for OMAP4430
  OMAP: I2C: Convert i2c driver to use PM runtime api's

 arch/arm/mach-omap2/omap_hwmod_2420_data.c |  138 ++++++++++++++++-
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |  144 +++++++++++++++++-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |  232 +++++++++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  237 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/prm-regbits-34xx.h     |    3 +
 arch/arm/plat-omap/i2c.c                   |  124 ++++++---------
 arch/arm/plat-omap/include/plat/i2c.h      |   16 ++
 arch/arm/plat-omap/include/plat/l4_3xxx.h  |   24 +++
 drivers/i2c/busses/i2c-omap.c              |   67 +++------
 include/linux/i2c-omap.h                   |    5 +
 10 files changed, 865 insertions(+), 125 deletions(-)
 create mode 100644 arch/arm/plat-omap/include/plat/l4_3xxx.h


             reply	other threads:[~2010-09-17 14:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 14:37 Rajendra Nayak [this message]
2010-09-17 14:37 ` [PATCH v2 1/5] OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430 Rajendra Nayak
2010-09-17 14:37   ` [PATCH v2 2/5] OMAP3: hwmod: add I2C hwmods for OMAP3430 Rajendra Nayak
2010-09-17 14:37     ` [PATCH v2 3/5] OMAP4: hwmod: add I2C hwmods for OMAP4430 Rajendra Nayak
2010-09-17 14:37       ` [PATCH v2 4/5] OMAP: I2C: split device registration and convert OMAP2+ to omap_device Rajendra Nayak
2010-09-17 14:37         ` [PATCH v2 5/5] OMAP: I2C: Convert i2c driver to use PM runtime api's Rajendra Nayak
2010-09-28 17:13       ` [PATCH v2 3/5] OMAP4: hwmod: add I2C hwmods for OMAP4430 Kevin Hilman
2010-09-28 17:59         ` Nayak, Rajendra
2010-09-21  7:16     ` [PATCH v2 2/5] OMAP3: hwmod: add I2C hwmods for OMAP3430 Paul Walmsley
2010-09-21  7:26       ` Nayak, Rajendra
2010-09-21  7:01   ` [PATCH v2 1/5] OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430 Paul Walmsley
2010-09-21  7:12     ` Paul Walmsley
2010-09-21  7:09   ` Paul Walmsley
2010-09-21  7:20     ` Nayak, Rajendra
2010-09-21  7:39       ` Paul Walmsley
2010-09-21  8:06         ` Paul Walmsley
2010-09-21 13:30           ` Nayak, Rajendra
2010-09-20 18:15 ` [PATCH v2 0/5] Convert I2C driver to use omap_device/runtime PM Kevin Hilman
2010-09-21  5:46   ` Nayak, Rajendra

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=1284734229-16281-1-git-send-email-rnayak@ti.com \
    --to=rnayak@ti.com \
    --cc=linux-omap@vger.kernel.org \
    /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