From: Kevin Hilman <khilman@ti.com>
To: Benoit Cousson <b-cousson@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/6] OMAP: omap_device cleanup before device-tree integration
Date: Mon, 26 Sep 2011 15:36:06 -0700 [thread overview]
Message-ID: <87ehz39bjd.fsf@ti.com> (raw)
In-Reply-To: <1314973520-3585-1-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Fri, 2 Sep 2011 16:25:14 +0200")
Hi Benoit,
Benoit Cousson <b-cousson@ti.com> writes:
> Hi Kevin,
>
> Here are a couple of cleanups on top of your (old) for_3.2/omap_device branch
> rebased on top of -rc4 + Tony's cleanup patches.
>
> Since I cannot pull your latest version, I repost the whole series.
I have a (temporary) tree at git://github.com/khilman/linux-omap-pm.git.
Please base the updated series on my for_3.2/omap_device branch there.
Other than the minor API name, this series looks good and I'll add
to my omap_device queue for v3.2.
Thanks,
Kevin
> patches are available here:
> git://gitorious.org/omap-pm/linux.git for_3.2/1_omap_device_cleanup
>
> It is tested on OMAP4 SDP, Panda and Beagle-xM (Yeah, I found one...).
>
> Regards,
> Benoit
>
>
> Changes since v1: http://www.spinics.net/lists/linux-omap/msg55801.html
> - Update the 2 patches from Nishanth based on Kevin's comment and merge
> them into one patch.
>
>
> Benoit Cousson (5):
> OMAP3: beagle-board: Use the omap_hwmod_name_get_dev API
> OMAP2+: pm: Use hwmod name instead of dev pointer
> OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PM
> OMAP: omap_device: Create a default omap_device_pm_latency
> OMAP2+: devices: Remove all omap_device_pm_latency structures
>
> Nishanth Menon (1):
> OMAP: omap_device: Add omap_hwmod_name_get_dev
>
> arch/arm/mach-omap2/board-omap3beagle.c | 4 +-
> arch/arm/mach-omap2/devices.c | 46 ++---------------
> arch/arm/mach-omap2/display.c | 11 +----
> arch/arm/mach-omap2/dma.c | 11 +----
> arch/arm/mach-omap2/gpio.c | 12 +----
> arch/arm/mach-omap2/hsmmc.c | 18 +------
> arch/arm/mach-omap2/hwspinlock.c | 12 +----
> arch/arm/mach-omap2/mcbsp.c | 11 +----
> arch/arm/mach-omap2/pm.c | 69 ++++++++-----------------
> arch/arm/mach-omap2/serial.c | 25 +---------
> arch/arm/mach-omap2/sr_device.c | 11 +----
> arch/arm/mach-omap2/usb-musb.c | 11 +----
> arch/arm/plat-omap/i2c.c | 10 +---
> arch/arm/plat-omap/include/plat/omap_device.h | 10 ++++
> arch/arm/plat-omap/omap_device.c | 49 +++++++++++++++++-
> 15 files changed, 95 insertions(+), 215 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: khilman@ti.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] OMAP: omap_device cleanup before device-tree integration
Date: Mon, 26 Sep 2011 15:36:06 -0700 [thread overview]
Message-ID: <87ehz39bjd.fsf@ti.com> (raw)
In-Reply-To: <1314973520-3585-1-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Fri, 2 Sep 2011 16:25:14 +0200")
Hi Benoit,
Benoit Cousson <b-cousson@ti.com> writes:
> Hi Kevin,
>
> Here are a couple of cleanups on top of your (old) for_3.2/omap_device branch
> rebased on top of -rc4 + Tony's cleanup patches.
>
> Since I cannot pull your latest version, I repost the whole series.
I have a (temporary) tree at git://github.com/khilman/linux-omap-pm.git.
Please base the updated series on my for_3.2/omap_device branch there.
Other than the minor API name, this series looks good and I'll add
to my omap_device queue for v3.2.
Thanks,
Kevin
> patches are available here:
> git://gitorious.org/omap-pm/linux.git for_3.2/1_omap_device_cleanup
>
> It is tested on OMAP4 SDP, Panda and Beagle-xM (Yeah, I found one...).
>
> Regards,
> Benoit
>
>
> Changes since v1: http://www.spinics.net/lists/linux-omap/msg55801.html
> - Update the 2 patches from Nishanth based on Kevin's comment and merge
> them into one patch.
>
>
> Benoit Cousson (5):
> OMAP3: beagle-board: Use the omap_hwmod_name_get_dev API
> OMAP2+: pm: Use hwmod name instead of dev pointer
> OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PM
> OMAP: omap_device: Create a default omap_device_pm_latency
> OMAP2+: devices: Remove all omap_device_pm_latency structures
>
> Nishanth Menon (1):
> OMAP: omap_device: Add omap_hwmod_name_get_dev
>
> arch/arm/mach-omap2/board-omap3beagle.c | 4 +-
> arch/arm/mach-omap2/devices.c | 46 ++---------------
> arch/arm/mach-omap2/display.c | 11 +----
> arch/arm/mach-omap2/dma.c | 11 +----
> arch/arm/mach-omap2/gpio.c | 12 +----
> arch/arm/mach-omap2/hsmmc.c | 18 +------
> arch/arm/mach-omap2/hwspinlock.c | 12 +----
> arch/arm/mach-omap2/mcbsp.c | 11 +----
> arch/arm/mach-omap2/pm.c | 69 ++++++++-----------------
> arch/arm/mach-omap2/serial.c | 25 +---------
> arch/arm/mach-omap2/sr_device.c | 11 +----
> arch/arm/mach-omap2/usb-musb.c | 11 +----
> arch/arm/plat-omap/i2c.c | 10 +---
> arch/arm/plat-omap/include/plat/omap_device.h | 10 ++++
> arch/arm/plat-omap/omap_device.c | 49 +++++++++++++++++-
> 15 files changed, 95 insertions(+), 215 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-09-26 22:36 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-02 14:25 [PATCH v2 0/6] OMAP: omap_device cleanup before device-tree integration Benoit Cousson
2011-09-02 14:25 ` Benoit Cousson
2011-09-02 14:25 ` [PATCH v2 1/6] OMAP: omap_device: Add omap_hwmod_name_get_dev Benoit Cousson
2011-09-02 14:25 ` Benoit Cousson
2011-09-26 18:24 ` Kevin Hilman
2011-09-26 18:24 ` Kevin Hilman
2011-09-02 14:25 ` [PATCH v2 2/6] OMAP3: beagle-board: Use the omap_hwmod_name_get_dev API Benoit Cousson
2011-09-02 14:25 ` Benoit Cousson
2011-09-02 14:25 ` [PATCH v2 3/6] OMAP2+: pm: Use hwmod name instead of dev pointer Benoit Cousson
2011-09-02 14:25 ` Benoit Cousson
2011-09-02 14:25 ` [PATCH v2 4/6] OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PM Benoit Cousson
2011-09-02 14:25 ` Benoit Cousson
2011-09-02 14:25 ` [PATCH v2 5/6] OMAP: omap_device: Create a default omap_device_pm_latency Benoit Cousson
2011-09-02 14:25 ` Benoit Cousson
2011-09-16 11:52 ` Cousson, Benoit
2011-09-16 11:52 ` Cousson, Benoit
2011-09-16 16:41 ` Kevin Hilman
2011-09-16 16:41 ` Kevin Hilman
2011-09-02 14:25 ` [PATCH v2 6/6] OMAP2+: devices: Remove all omap_device_pm_latency structures Benoit Cousson
2011-09-02 14:25 ` Benoit Cousson
2011-09-26 22:36 ` Kevin Hilman [this message]
2011-09-26 22:36 ` [PATCH v2 0/6] OMAP: omap_device cleanup before device-tree integration 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=87ehz39bjd.fsf@ti.com \
--to=khilman@ti.com \
--cc=b-cousson@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--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 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.