From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Ajay Kumar Gupta <ajay.gupta@ti.com>
Cc: linux-omap@vger.kernel.org, linux-usb@vger.kernel.org,
balbi@ti.com, tony@atomide.com, Ravi B <ravibabu@ti.com>
Subject: Re: [PATCH 4/6] ti816evm: Add support for musb interface
Date: Fri, 26 Aug 2011 15:32:54 +0400 [thread overview]
Message-ID: <4E578466.1040405@ru.mvista.com> (raw)
In-Reply-To: <1314357108-2279-5-git-send-email-ajay.gupta@ti.com>
Hello.
On 26-08-2011 15:11, Ajay Kumar Gupta wrote:
> From: Ravi B <ravibabu@ti.com>
> Adding musb support in ti816 EVM board file.
> Signed-off-by: Ajay Kumar Gupta<ajay.gupta@ti.com>
> Signed-off-by: Ravi B<ravibabu@ti.com>
As far as I know, full name is required in signoff.
> ---
> arch/arm/mach-omap2/board-ti8168evm.c | 15 +++++++++++++++
> 1 files changed, 15 insertions(+), 0 deletions(-)
> diff --git a/arch/arm/mach-omap2/board-ti8168evm.c b/arch/arm/mach-omap2/board-ti8168evm.c
> index e516a04..77200d4 100644
> --- a/arch/arm/mach-omap2/board-ti8168evm.c
> +++ b/arch/arm/mach-omap2/board-ti8168evm.c
> @@ -23,6 +23,20 @@
> #include<plat/irqs.h>
> #include<plat/board.h>
> #include<plat/common.h>
> +#include<plat/usb.h>
> +
> +static struct omap_musb_board_data musb_board_data = {
> + .set_phy_power = ti81xx_musb_phy_power,
> + .interface_type = MUSB_INTERFACE_ULPI,
> +#ifdef CONFIG_USB_MUSB_OTG
> + .mode = MUSB_OTG,
> +#elif defined(CONFIG_USB_MUSB_HDRC_HCD)
> + .mode = MUSB_HOST,
> +#elif defined(CONFIG_USB_GADGET_MUSB_HDRC)
> + .mode = MUSB_PERIPHERAL,
> +#endif
This #ifdef'ery is not longer necessary afetr this patch:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=75a14b1434a0ca409bcc8ab9b6b2e680796c487e
WBR, Sergei
next prev parent reply other threads:[~2011-08-26 11:33 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-26 11:11 [PATCH 0/6] TI81XX: musb support Ajay Kumar Gupta
2011-08-26 11:11 ` [PATCH 1/6] omap: musb: Adding hwmod data for ti81xx Ajay Kumar Gupta
2011-08-26 11:11 ` [PATCH 2/6] omap: musb: Adding support for ti816x Ajay Kumar Gupta
2011-08-26 11:11 ` [PATCH 3/6] omap: musb: ti81xx: Add phy power function Ajay Kumar Gupta
2011-08-26 11:11 ` [PATCH 4/6] ti816evm: Add support for musb interface Ajay Kumar Gupta
2011-08-26 11:32 ` Sergei Shtylyov [this message]
[not found] ` <4E578466.1040405-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2011-08-26 11:57 ` Gupta, Ajay Kumar
2011-08-26 11:11 ` [PATCH 5/6] ti814evm: " Ajay Kumar Gupta
[not found] ` <1314357108-2279-6-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org>
2011-08-26 11:34 ` Sergei Shtylyov
[not found] ` <1314357108-2279-1-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org>
2011-08-26 11:11 ` [PATCH 6/6] usb: musb: Add support for ti81xx platform Ajay Kumar Gupta
[not found] ` <1314357108-2279-7-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org>
2011-08-26 23:52 ` Felipe Balbi
2011-08-29 5:31 ` Gupta, Ajay Kumar
[not found] ` <19F8576C6E063C45BE387C64729E739404EC4CBA8E-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2011-08-29 8:37 ` Felipe Balbi
[not found] ` <20110829083757.GD13925-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-08-29 9:46 ` Gupta, Ajay Kumar
2011-09-02 11:35 ` Felipe Balbi
[not found] ` <20110902113519.GQ5148-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-09-02 15:33 ` Gupta, Ajay Kumar
2011-09-06 7:00 ` Gupta, Ajay Kumar
2011-09-06 7:34 ` Felipe Balbi
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=4E578466.1040405@ru.mvista.com \
--to=sshtylyov@mvista.com \
--cc=ajay.gupta@ti.com \
--cc=balbi@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=ravibabu@ti.com \
--cc=tony@atomide.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