From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Maulik Mankad <x0082077@ti.com>
Cc: linux-usb@vger.kernel.org, linux-omap@vger.kernel.org,
Felipe Balbi <felipe.balbi@nokia.com>,
Greg Kroah-Hartman <gregkh@suse.de>,
David Brownell <david-b@pacbell.net>
Subject: Re: [PATCH 3/4] USB: MUSB: Add OMAP4 support in MUSB driver
Date: Thu, 25 Feb 2010 13:20:51 +0300 [thread overview]
Message-ID: <4B864F03.3070507@ru.mvista.com> (raw)
In-Reply-To: <1267079785-14529-1-git-send-email-x0082077@ti.com>
Hello.
Maulik Mankad wrote:
> This patch adds CONFIG_ARCH_OMAP4 macro within MUSB driver
> code and builds the MUSB driver for OMAP4.
>
> Signed-off-by: Maulik Mankad <x0082077@ti.com>
> Cc: Felipe Balbi <felipe.balbi@nokia.com>
> Cc: Greg Kroah-Hartman <gregkh@suse.de>
> Cc: David Brownell <david-b@pacbell.net>
> ---
> Index: mainline/drivers/usb/musb/Makefile
> ===================================================================
> --- mainline.orig/drivers/usb/musb/Makefile
> +++ mainline/drivers/usb/musb/Makefile
> @@ -22,6 +22,10 @@ ifeq ($(CONFIG_ARCH_OMAP3430),y)
> musb_hdrc-objs += omap2430.o
> endif
>
> +ifeq ($(CONFIG_ARCH_OMAP4),y)
> + musb_hdrc-objs += omap2430.o
> +endif
> +
> ifeq ($(CONFIG_BF54x),y)
> musb_hdrc-objs += blackfin.o
> endif
I think this should be combined with patch 2/4 which doesn't make
much sense otherwise...
WBR, Sergei
next prev parent reply other threads:[~2010-02-25 10:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-25 6:36 [PATCH 3/4] USB: MUSB: Add OMAP4 support in MUSB driver Maulik Mankad
2010-02-25 10:20 ` Sergei Shtylyov [this message]
[not found] ` <4B864F03.3070507-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2010-02-26 8:43 ` Maulik
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=4B864F03.3070507@ru.mvista.com \
--to=sshtylyov@mvista.com \
--cc=david-b@pacbell.net \
--cc=felipe.balbi@nokia.com \
--cc=gregkh@suse.de \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=x0082077@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