From: Kevin Hilman <khilman@deeprootsystems.com>
To: Rajendra Nayak <rnayak@ti.com>
Cc: linux-omap@vger.kernel.org, Paul Walmsley <paul@pwsan.com>
Subject: Re: [PATCH 2/5] OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430
Date: Mon, 23 Aug 2010 15:18:35 -0700 [thread overview]
Message-ID: <87mxsdvupw.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1281364586-26323-2-git-send-email-rnayak@ti.com> (Rajendra Nayak's message of "Mon, 9 Aug 2010 20:06:23 +0530")
Rajendra Nayak <rnayak@ti.com> writes:
> From: Paul Walmsley <paul@pwsan.com>
>
> Add hwmod structures for I2C controllers on OMAP2420/2430.
>
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
> Cc: Kevin Hilman <khilman@deeprootsystems.com>
> ---
> arch/arm/mach-omap2/omap_hwmod_2420_data.c | 134 ++++++++++++++++++++++++++-
> arch/arm/mach-omap2/omap_hwmod_2430_data.c | 140 +++++++++++++++++++++++++++-
> 2 files changed, 270 insertions(+), 4 deletions(-)
>
[...]
> +static struct omap_hwmod omap2420_i2c1_hwmod = {
> + .name = "i2c1",
> + .mpu_irqs = i2c1_mpu_irqs,
> + .mpu_irqs_cnt = ARRAY_SIZE(i2c1_mpu_irqs),
> + .sdma_chs = i2c1_sdma_chs,
> + .sdma_chs_cnt = ARRAY_SIZE(i2c1_sdma_chs),
> + .main_clk = "i2c1_fck",
> + .prcm = {
> + .omap2 = {
> + .prcm_reg_id = 1,
> + .module_bit = OMAP2420_EN_I2C1_SHIFT,
> + },
> + },
This needs to be validated on OMAP2.
I think the enable will fail without the .idlest* fields filled out.
Kevin
> +
next prev parent reply other threads:[~2010-08-23 22:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-09 14:36 [PATCH 1/5] OMAP4: runtime: Enable PM runtime core for OMAP4 Rajendra Nayak
2010-08-09 14:36 ` [PATCH 2/5] OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430 Rajendra Nayak
2010-08-09 14:36 ` [PATCH 3/5] OMAP3: hwmod: add I2C hwmods for OMAP3430 Rajendra Nayak
2010-08-09 14:36 ` [PATCH 4/5] OMAP: I2C: split device registration; convert OMAP2+ to omap_device Rajendra Nayak
2010-08-09 14:36 ` [PATCH 5/5] OMAP: I2C: Convert i2c driver to use PM runtime api's Rajendra Nayak
2010-08-23 22:23 ` Kevin Hilman
2010-08-25 8:43 ` Nayak, Rajendra
2010-08-23 22:18 ` Kevin Hilman [this message]
2010-08-25 8:42 ` [PATCH 2/5] OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430 Nayak, Rajendra
2010-08-23 22:16 ` [PATCH 1/5] OMAP4: runtime: Enable PM runtime core for OMAP4 Kevin Hilman
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=87mxsdvupw.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=rnayak@ti.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.