From: Ameya Palande <ameya.palande@Nokia.com>
To: ext Omar Ramirez Luna <omar.ramirez@ti.com>
Cc: linux-omap <linux-omap@vger.kernel.org>,
"Doyu Hiroshi (Nokia-D/Helsinki)" <hiroshi.doyu@Nokia.com>,
"Contreras Felipe (Nokia-D/Helsinki)"
<felipe.contreras@Nokia.com>, Nishanth Menon <nm@ti.com>
Subject: Re: [PATCH 3/3] DSPBRIDGE: Use dspbridge to initialize platform data
Date: Mon, 18 Jan 2010 12:32:03 +0200 [thread overview]
Message-ID: <1263810723.1968.8.camel@sanganak> (raw)
In-Reply-To: <1263607307-21693-4-git-send-email-omar.ramirez@ti.com>
On Sat, 2010-01-16 at 03:01 +0100, ext Omar Ramirez Luna wrote:
> Include dspbridge compilation whenever bridge driver is selected to
> be compiled, either as a module or part of the kernel. This will
> initialize platform data specific PM functions.
>
> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
> ---
> arch/arm/mach-omap2/Makefile | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
> index a37c713..1693c03 100644
> --- a/arch/arm/mach-omap2/Makefile
> +++ b/arch/arm/mach-omap2/Makefile
> @@ -57,7 +57,9 @@ obj-$(CONFIG_OMAP_IOMMU) += $(iommu-y)
> # Debobs
> obj-$(CONFIG_OMAP3_DEBOBS) += debobs.o
>
> -obj-$(CONFIG_MPU_BRIDGE) += dspbridge.o
> +ifneq ($(CONFIG_MPU_BRIDGE),)
> +obj-y += dspbridge.o
> +endif
>
> # Specific board support
> obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o
Acked-by: Ameya Palande <ameya.palande@nokia.com>
next prev parent reply other threads:[~2010-01-18 10:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-16 2:01 [PATCH 0/3] dspbridge-pm patches Omar Ramirez Luna
2010-01-16 2:01 ` [PATCH 1/3] DSPBRIDGE: Fix header locations mach to plat Omar Ramirez Luna
2010-01-16 2:01 ` [PATCH 2/3] DSPBRIDGE: change to cpufreq_register_notifier for OPP changes Omar Ramirez Luna
2010-01-16 2:01 ` [PATCH 3/3] DSPBRIDGE: Use dspbridge to initialize platform data Omar Ramirez Luna
2010-01-18 10:32 ` Ameya Palande [this message]
2010-01-18 18:09 ` Ramirez Luna, Omar
2010-01-18 10:20 ` [PATCH 2/3] DSPBRIDGE: change to cpufreq_register_notifier for OPP changes Ameya Palande
2010-01-18 18:09 ` Ramirez Luna, Omar
2010-01-18 9:55 ` [PATCH 1/3] DSPBRIDGE: Fix header locations mach to plat Ameya Palande
2010-01-18 18:08 ` Ramirez Luna, Omar
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=1263810723.1968.8.camel@sanganak \
--to=ameya.palande@nokia.com \
--cc=felipe.contreras@Nokia.com \
--cc=hiroshi.doyu@Nokia.com \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
--cc=omar.ramirez@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox