Re: [PATCH 0/7][v5]Add OTG support for FSL socs

2016-02-17 Thread Felipe Balbi

Hi,

Li Yang  writes:
> On Mon, Feb 8, 2016 at 3:18 AM, Ramneek Mehresh  
> wrote:
>> Hi Balbi,
>>
>> A kind reminder for the below request. Please let me know if any changes are 
>> required on my side.
>
> You are still using the obsolete email address of Balbi trying to get
> his attention.
>
> commit a55f6286575863ebfa5577d4d3bb3b6f1dbd45ec
> Author: Felipe Balbi 
> Date:   Wed Feb 3 20:23:01 2016 +0200
>
> MAINTAINERS: fix my email address
>
> As I'm not working for Texas Instruments anymore,
> ba...@ti.com isn't a valid address. I'll be using
> ba...@kernel.org at least for the time being.
>
> Acked-by: Greg Kroah-Hartman 
> Signed-off-by: Felipe Balbi 

I'm slowly getting back to working, but I don't have this series in my
inbox. Can you please resend ?

thanks, and sorry for the inconvenience

-- 
balbi



signature.asc
Description: PGP signature


Re: [PATCH 0/7][v5]Add OTG support for FSL socs

2016-02-17 Thread Felipe Balbi

Hi,

Li Yang  writes:
> On Mon, Feb 8, 2016 at 3:18 AM, Ramneek Mehresh  
> wrote:
>> Hi Balbi,
>>
>> A kind reminder for the below request. Please let me know if any changes are 
>> required on my side.
>
> You are still using the obsolete email address of Balbi trying to get
> his attention.
>
> commit a55f6286575863ebfa5577d4d3bb3b6f1dbd45ec
> Author: Felipe Balbi 
> Date:   Wed Feb 3 20:23:01 2016 +0200
>
> MAINTAINERS: fix my email address
>
> As I'm not working for Texas Instruments anymore,
> ba...@ti.com isn't a valid address. I'll be using
> ba...@kernel.org at least for the time being.
>
> Acked-by: Greg Kroah-Hartman 
> Signed-off-by: Felipe Balbi 

I'm slowly getting back to working, but I don't have this series in my
inbox. Can you please resend ?

thanks, and sorry for the inconvenience

-- 
balbi



signature.asc
Description: PGP signature


Re: [PATCH 0/7][v5]Add OTG support for FSL socs

2016-02-11 Thread Li Yang
On Mon, Feb 8, 2016 at 3:18 AM, Ramneek Mehresh  wrote:
> Hi Balbi,
>
> A kind reminder for the below request. Please let me know if any changes are 
> required on my side.

You are still using the obsolete email address of Balbi trying to get
his attention.

commit a55f6286575863ebfa5577d4d3bb3b6f1dbd45ec
Author: Felipe Balbi 
Date:   Wed Feb 3 20:23:01 2016 +0200

MAINTAINERS: fix my email address

As I'm not working for Texas Instruments anymore,
ba...@ti.com isn't a valid address. I'll be using
ba...@kernel.org at least for the time being.

Acked-by: Greg Kroah-Hartman 
Signed-off-by: Felipe Balbi 

- Leo


Re: [PATCH 0/7][v5]Add OTG support for FSL socs

2016-02-11 Thread Li Yang
On Mon, Feb 8, 2016 at 3:18 AM, Ramneek Mehresh  wrote:
> Hi Balbi,
>
> A kind reminder for the below request. Please let me know if any changes are 
> required on my side.

You are still using the obsolete email address of Balbi trying to get
his attention.

commit a55f6286575863ebfa5577d4d3bb3b6f1dbd45ec
Author: Felipe Balbi 
Date:   Wed Feb 3 20:23:01 2016 +0200

MAINTAINERS: fix my email address

As I'm not working for Texas Instruments anymore,
ba...@ti.com isn't a valid address. I'll be using
ba...@kernel.org at least for the time being.

Acked-by: Greg Kroah-Hartman 
Signed-off-by: Felipe Balbi 

- Leo


RE: [PATCH 0/7][v5]Add OTG support for FSL socs

2016-02-08 Thread Ramneek Mehresh
Hi Balbi,

A kind reminder for the below request. Please let me know if any changes are 
required on my side.

Thanks and Regards,
Ramneek.

> -Original Message-
> From: Ramneek Mehresh
> Sent: Thursday, January 14, 2016 12:32 PM
> To: Ramneek Mehresh ; linux-
> ker...@vger.kernel.org
> Cc: ba...@ti.com; st...@rowland.harvard.edu; gre...@linuxfoundation.org;
> linux-...@vger.kernel.org
> Subject: RE: [PATCH 0/7][v5]Add OTG support for FSL socs
> 
> Hi Balbi,
> 
> A kind reminder to consider this patch-set for merging. You tried applying
> this, but due to one small issue, it could not be merged.
> I have fixed that issue in the below patch-set version. Please let me know if
> you want any changes.
> 
> Thanks and Regards,
> Ramneek
> 
> > -Original Message-
> > From: Ramneek Mehresh
> > Sent: Monday, December 28, 2015 4:42 PM
> > To: linux-kernel@vger.kernel.org
> > Cc: ba...@ti.com; st...@rowland.harvard.edu;
> > gre...@linuxfoundation.org; linux-...@vger.kernel.org; Ramneek
> Mehresh
> > 
> > Subject: [PATCH 0/7][v5]Add OTG support for FSL socs
> >
> > 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
> >
> >  drivers/usb/host/ehci-fsl.c   | 73 +++-
> ---
> > 
> >  drivers/usb/host/ehci-fsl.h   | 16 ++
> >  drivers/usb/phy/Kconfig   |  2 +-
> >  drivers/usb/phy/phy-fsl-usb.c | 58 +
> -
> >  drivers/usb/phy/phy-fsl-usb.h |  7 +
> >  include/linux/usb.h   |  1 +
> >  6 files changed, 122 insertions(+), 35 deletions(-)
> >
> > --
> > Changes for v5:
> > - moved "is_otg" definition from 4/7 to 3/7
> >   in order to fix compilation issue.
> > 1.8.3.1



RE: [PATCH 0/7][v5]Add OTG support for FSL socs

2016-02-08 Thread Ramneek Mehresh
Hi Balbi,

A kind reminder for the below request. Please let me know if any changes are 
required on my side.

Thanks and Regards,
Ramneek.

> -Original Message-
> From: Ramneek Mehresh
> Sent: Thursday, January 14, 2016 12:32 PM
> To: Ramneek Mehresh <ramneek.mehr...@freescale.com>; linux-
> ker...@vger.kernel.org
> Cc: ba...@ti.com; st...@rowland.harvard.edu; gre...@linuxfoundation.org;
> linux-...@vger.kernel.org
> Subject: RE: [PATCH 0/7][v5]Add OTG support for FSL socs
> 
> Hi Balbi,
> 
> A kind reminder to consider this patch-set for merging. You tried applying
> this, but due to one small issue, it could not be merged.
> I have fixed that issue in the below patch-set version. Please let me know if
> you want any changes.
> 
> Thanks and Regards,
> Ramneek
> 
> > -Original Message-
> > From: Ramneek Mehresh
> > Sent: Monday, December 28, 2015 4:42 PM
> > To: linux-kernel@vger.kernel.org
> > Cc: ba...@ti.com; st...@rowland.harvard.edu;
> > gre...@linuxfoundation.org; linux-...@vger.kernel.org; Ramneek
> Mehresh
> > <ramneek.mehr...@freescale.com>
> > Subject: [PATCH 0/7][v5]Add OTG support for FSL socs
> >
> > 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
> >
> >  drivers/usb/host/ehci-fsl.c   | 73 +++-
> ---
> > 
> >  drivers/usb/host/ehci-fsl.h   | 16 ++
> >  drivers/usb/phy/Kconfig   |  2 +-
> >  drivers/usb/phy/phy-fsl-usb.c | 58 +
> -
> >  drivers/usb/phy/phy-fsl-usb.h |  7 +
> >  include/linux/usb.h   |  1 +
> >  6 files changed, 122 insertions(+), 35 deletions(-)
> >
> > --
> > Changes for v5:
> > - moved "is_otg" definition from 4/7 to 3/7
> >   in order to fix compilation issue.
> > 1.8.3.1



[PATCH 0/7][v5]Add OTG support for FSL socs

2015-12-28 Thread Ramneek Mehresh
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

 drivers/usb/host/ehci-fsl.c   | 73 +++
 drivers/usb/host/ehci-fsl.h   | 16 ++
 drivers/usb/phy/Kconfig   |  2 +-
 drivers/usb/phy/phy-fsl-usb.c | 58 +-
 drivers/usb/phy/phy-fsl-usb.h |  7 +
 include/linux/usb.h   |  1 +
 6 files changed, 122 insertions(+), 35 deletions(-)

--
Changes for v5:
- moved "is_otg" definition from 4/7 to 3/7
  in order to fix compilation issue.
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 0/7][v5]Add OTG support for FSL socs

2015-12-28 Thread Ramneek Mehresh
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

 drivers/usb/host/ehci-fsl.c   | 73 +++
 drivers/usb/host/ehci-fsl.h   | 16 ++
 drivers/usb/phy/Kconfig   |  2 +-
 drivers/usb/phy/phy-fsl-usb.c | 58 +-
 drivers/usb/phy/phy-fsl-usb.h |  7 +
 include/linux/usb.h   |  1 +
 6 files changed, 122 insertions(+), 35 deletions(-)

--
Changes for v5:
- moved "is_otg" definition from 4/7 to 3/7
  in order to fix compilation issue.
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/