public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi@ti.com>
To: Ramneek Mehresh <ramneek.mehresh@freescale.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: "stern@rowland.harvard.edu" <stern@rowland.harvard.edu>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>
Subject: RE: [PATCH 0/7][v4] Add OTG support for FSL socs
Date: Tue, 22 Dec 2015 12:20:41 -0600	[thread overview]
Message-ID: <871taepcp2.fsf@saruman.tx.rr.com> (raw)
In-Reply-To: <SN1PR0301MB1583726C9AD04F1E36CBB8EAE0E30@SN1PR0301MB1583.namprd03.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 2231 bytes --]


Hi,

Ramneek Mehresh <ramneek.mehresh@freescale.com> writes:
>> -----Original Message-----
>> From: Felipe Balbi [mailto:balbi@ti.com]
>> Sent: Saturday, October 10, 2015 3:04 AM
>> To: Mehresh Ramneek-B31383 <ramneek.mehresh@freescale.com>; linux-
>> kernel@vger.kernel.org
>> Cc: stern@rowland.harvard.edu; gregkh@linuxfoundation.org; linux-
>> usb@vger.kernel.org; Mehresh Ramneek-B31383
>> <ramneek.mehresh@freescale.com>
>> Subject: Re: [PATCH 0/7][v4] Add OTG support for FSL socs
>> 
>> Felipe Balbi <balbi@ti.com> writes:
>> 
>> > Hi,
>> >
>> > Ramneek Mehresh <ramneek.mehresh@freescale.com> writes:
>> >> Add support for otg for all freescale socs having internal usb phy.
>> >>
>> >> Ramneek Mehresh (7):
>> >>   usb:fsl:otg: Make fsl otg driver as tristate
>> >>   usb:fsl:otg: Add controller version based ULPI and UTMI phy
>> >>   usb:fsl:otg: Add support to add/remove usb host driver
>> >>   usb:fsl:otg: Signal host drv when host is otg
>> >>   usb:fsl:otg: Modify otg_event to start host drv
>> >>   usb:fsl:otg: Combine host/gadget start/resume for ID change
>> >>   usb:fsl:otg: Add host-gadget drv sync delay
>> >
>> > Unless Alan's okay with the host side changes, I can't accept any of
>> > these. However, I must say some of the flags you add here already
>> > exist in some way, shape or form. For example, look at is_b_host flag.
>>
>
> Could you please be more specific...which flag you think that I should
>remove/I'm re-defining. The flags I'm defining are:
>
> have_hcd : defined in fsl specific structure for fsl specific use-case
>
> had_hcd: defined in fsl specific structure for fsl specific use-case
>
> is_otg : defined in include/linux/usb.h
>
> Are you suggesting using otg_port or is_b_host instead of is_otg?
>
> As I understand, is_b_host is specifically to check if an otg B device
> is in host mode...correct?  I just need a flag to check if a
> controller is capable of otg operations? That's why defined "is_otg"
> flag. Please suggest.

no, I don't know why I made that comment. You could use otg_port, but
that wouldn't look very clean. Can you resend with Alan's ack, then I'll
move this series into testing/next.

-- 
balbi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

  reply	other threads:[~2015-12-22 18:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27 16:43 [PATCH 0/7][v4] Add OTG support for FSL socs Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 1/7][v4]usb:fsl:otg: Make fsl otg driver as tristate Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 2/7][v4]usb:fsl:otg: Add controller version based ULPI and UTMI phy Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 3/7][v4]usb:fsl:otg: Add support to add/remove usb host driver Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 4/7][v4]usb:fsl:otg: Signal host drv when host is otg Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 5/7][v4]usb:fsl:otg: Modify otg_event to start host drv Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 6/7][v4]usb:fsl:otg: Combine host/gadget start/resume for ID change Ramneek Mehresh
2015-08-27 16:43 ` [PATCH 7/7][v4]usb:fsl:otg: Add host-gadget drv sync delay Ramneek Mehresh
2015-10-05 20:12 ` [PATCH 0/7][v4] Add OTG support for FSL socs Felipe Balbi
2015-10-05 21:04   ` Alan Stern
2015-10-06 19:53   ` Alan Stern
2015-10-05 22:22 ` Fabio Estevam
2015-10-09 21:25 ` Felipe Balbi
2015-10-09 21:34   ` Felipe Balbi
2015-12-20  4:52     ` Ramneek Mehresh
2015-12-22 18:20       ` Felipe Balbi [this message]
2015-12-23  5:06         ` Jun Li
2015-12-23 12:20           ` Ramneek Mehresh
2015-12-23 16:31             ` Jun Li
2015-12-24  4:52               ` Ramneek Mehresh

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=871taepcp2.fsf@saruman.tx.rr.com \
    --to=balbi@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=ramneek.mehresh@freescale.com \
    --cc=stern@rowland.harvard.edu \
    /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