Re: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination

2014-07-12 Thread Simon Horman
On Fri, Jul 11, 2014 at 11:23:48AM -0500, Felipe Balbi wrote:
 On Fri, Jul 11, 2014 at 05:41:52PM +0200, Simon Horman wrote:
  On Fri, Jul 11, 2014 at 10:12:37AM -0500, Felipe Balbi wrote:
   On Fri, Jul 11, 2014 at 11:00:07AM +0200, Simon Horman wrote:
[Cc Felipe Balbi]

On Thu, Jul 10, 2014 at 01:20:34AM -0700, Kuninori Morimoto wrote:
 
 Hi
 
  Changes in v2:
  - move phy handle to struct usbhs_priv
  - add new default pipe type to driver
  - remove pipe type from Lager board code
  
  Ulrich Hecht (2):
usb: renesas_usbhs: add R-Car Gen. 2 init and power control
ARM: shmobile: lager: remove USBHS callbacks
  
   arch/arm/mach-shmobile/board-lager.c | 126 
  ---
   drivers/usb/renesas_usbhs/Makefile   |   2 +-
   drivers/usb/renesas_usbhs/common.c   |  66 --
   drivers/usb/renesas_usbhs/common.h   |   2 +
   drivers/usb/renesas_usbhs/rcar2.c|  76 +
   drivers/usb/renesas_usbhs/rcar2.h|   4 ++
   include/linux/usb/renesas_usbhs.h|   6 ++
   7 files changed, 163 insertions(+), 119 deletions(-)
   create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
   create mode 100644 drivers/usb/renesas_usbhs/rcar2.h
 
 For all patches
 
 Acked-by: Kuninori Morimoto kuninori.morimoto...@renesas.com

[snip]

 I tested these patches on Lager legacy, and these patches worked 
 correctly.
 
 Tested-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com

Hi,

it seems that the 2nd patch should go through my renesas tree
but it depends on the first patch which should be taken by 
Felipe Balbi (Cced).

Felipe, is there any chance that you could take this for v3.16?
I am quite happy to make a branch for you to pull for renesas_usbhs
if this would make your life easier.
   
   you need to take both patches or just patch 1 ?
  
  Please just take patch 1.
 
 will do.

Thanks.

Ulrich, please repost patch #2 once patch #1 hits an rc release.
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination

2014-07-11 Thread Simon Horman
[Cc Felipe Balbi]

On Thu, Jul 10, 2014 at 01:20:34AM -0700, Kuninori Morimoto wrote:
 
 Hi
 
  Changes in v2:
  - move phy handle to struct usbhs_priv
  - add new default pipe type to driver
  - remove pipe type from Lager board code
  
  Ulrich Hecht (2):
usb: renesas_usbhs: add R-Car Gen. 2 init and power control
ARM: shmobile: lager: remove USBHS callbacks
  
   arch/arm/mach-shmobile/board-lager.c | 126 
  ---
   drivers/usb/renesas_usbhs/Makefile   |   2 +-
   drivers/usb/renesas_usbhs/common.c   |  66 --
   drivers/usb/renesas_usbhs/common.h   |   2 +
   drivers/usb/renesas_usbhs/rcar2.c|  76 +
   drivers/usb/renesas_usbhs/rcar2.h|   4 ++
   include/linux/usb/renesas_usbhs.h|   6 ++
   7 files changed, 163 insertions(+), 119 deletions(-)
   create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
   create mode 100644 drivers/usb/renesas_usbhs/rcar2.h
 
 For all patches
 
 Acked-by: Kuninori Morimoto kuninori.morimoto...@renesas.com

[snip]

 I tested these patches on Lager legacy, and these patches worked correctly.
 
 Tested-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com

Hi,

it seems that the 2nd patch should go through my renesas tree
but it depends on the first patch which should be taken by 
Felipe Balbi (Cced).

Felipe, is there any chance that you could take this for v3.16?
I am quite happy to make a branch for you to pull for renesas_usbhs
if this would make your life easier.
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination

2014-07-11 Thread Felipe Balbi
On Fri, Jul 11, 2014 at 11:00:07AM +0200, Simon Horman wrote:
 [Cc Felipe Balbi]
 
 On Thu, Jul 10, 2014 at 01:20:34AM -0700, Kuninori Morimoto wrote:
  
  Hi
  
   Changes in v2:
   - move phy handle to struct usbhs_priv
   - add new default pipe type to driver
   - remove pipe type from Lager board code
   
   Ulrich Hecht (2):
 usb: renesas_usbhs: add R-Car Gen. 2 init and power control
 ARM: shmobile: lager: remove USBHS callbacks
   
arch/arm/mach-shmobile/board-lager.c | 126 
   ---
drivers/usb/renesas_usbhs/Makefile   |   2 +-
drivers/usb/renesas_usbhs/common.c   |  66 --
drivers/usb/renesas_usbhs/common.h   |   2 +
drivers/usb/renesas_usbhs/rcar2.c|  76 +
drivers/usb/renesas_usbhs/rcar2.h|   4 ++
include/linux/usb/renesas_usbhs.h|   6 ++
7 files changed, 163 insertions(+), 119 deletions(-)
create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
create mode 100644 drivers/usb/renesas_usbhs/rcar2.h
  
  For all patches
  
  Acked-by: Kuninori Morimoto kuninori.morimoto...@renesas.com
 
 [snip]
 
  I tested these patches on Lager legacy, and these patches worked correctly.
  
  Tested-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com
 
 Hi,
 
 it seems that the 2nd patch should go through my renesas tree
 but it depends on the first patch which should be taken by 
 Felipe Balbi (Cced).
 
 Felipe, is there any chance that you could take this for v3.16?
 I am quite happy to make a branch for you to pull for renesas_usbhs
 if this would make your life easier.

you need to take both patches or just patch 1 ?

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination

2014-07-11 Thread Simon Horman
On Fri, Jul 11, 2014 at 10:12:37AM -0500, Felipe Balbi wrote:
 On Fri, Jul 11, 2014 at 11:00:07AM +0200, Simon Horman wrote:
  [Cc Felipe Balbi]
  
  On Thu, Jul 10, 2014 at 01:20:34AM -0700, Kuninori Morimoto wrote:
   
   Hi
   
Changes in v2:
- move phy handle to struct usbhs_priv
- add new default pipe type to driver
- remove pipe type from Lager board code

Ulrich Hecht (2):
  usb: renesas_usbhs: add R-Car Gen. 2 init and power control
  ARM: shmobile: lager: remove USBHS callbacks

 arch/arm/mach-shmobile/board-lager.c | 126 
---
 drivers/usb/renesas_usbhs/Makefile   |   2 +-
 drivers/usb/renesas_usbhs/common.c   |  66 --
 drivers/usb/renesas_usbhs/common.h   |   2 +
 drivers/usb/renesas_usbhs/rcar2.c|  76 +
 drivers/usb/renesas_usbhs/rcar2.h|   4 ++
 include/linux/usb/renesas_usbhs.h|   6 ++
 7 files changed, 163 insertions(+), 119 deletions(-)
 create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
 create mode 100644 drivers/usb/renesas_usbhs/rcar2.h
   
   For all patches
   
   Acked-by: Kuninori Morimoto kuninori.morimoto...@renesas.com
  
  [snip]
  
   I tested these patches on Lager legacy, and these patches worked 
   correctly.
   
   Tested-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com
  
  Hi,
  
  it seems that the 2nd patch should go through my renesas tree
  but it depends on the first patch which should be taken by 
  Felipe Balbi (Cced).
  
  Felipe, is there any chance that you could take this for v3.16?
  I am quite happy to make a branch for you to pull for renesas_usbhs
  if this would make your life easier.
 
 you need to take both patches or just patch 1 ?

Please just take patch 1.
Thanks
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination

2014-07-11 Thread Felipe Balbi
On Fri, Jul 11, 2014 at 05:41:52PM +0200, Simon Horman wrote:
 On Fri, Jul 11, 2014 at 10:12:37AM -0500, Felipe Balbi wrote:
  On Fri, Jul 11, 2014 at 11:00:07AM +0200, Simon Horman wrote:
   [Cc Felipe Balbi]
   
   On Thu, Jul 10, 2014 at 01:20:34AM -0700, Kuninori Morimoto wrote:

Hi

 Changes in v2:
 - move phy handle to struct usbhs_priv
 - add new default pipe type to driver
 - remove pipe type from Lager board code
 
 Ulrich Hecht (2):
   usb: renesas_usbhs: add R-Car Gen. 2 init and power control
   ARM: shmobile: lager: remove USBHS callbacks
 
  arch/arm/mach-shmobile/board-lager.c | 126 
 ---
  drivers/usb/renesas_usbhs/Makefile   |   2 +-
  drivers/usb/renesas_usbhs/common.c   |  66 --
  drivers/usb/renesas_usbhs/common.h   |   2 +
  drivers/usb/renesas_usbhs/rcar2.c|  76 +
  drivers/usb/renesas_usbhs/rcar2.h|   4 ++
  include/linux/usb/renesas_usbhs.h|   6 ++
  7 files changed, 163 insertions(+), 119 deletions(-)
  create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
  create mode 100644 drivers/usb/renesas_usbhs/rcar2.h

For all patches

Acked-by: Kuninori Morimoto kuninori.morimoto...@renesas.com
   
   [snip]
   
I tested these patches on Lager legacy, and these patches worked 
correctly.

Tested-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com
   
   Hi,
   
   it seems that the 2nd patch should go through my renesas tree
   but it depends on the first patch which should be taken by 
   Felipe Balbi (Cced).
   
   Felipe, is there any chance that you could take this for v3.16?
   I am quite happy to make a branch for you to pull for renesas_usbhs
   if this would make your life easier.
  
  you need to take both patches or just patch 1 ?
 
 Please just take patch 1.

will do.

-- 
balbi


signature.asc
Description: Digital signature


[PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination

2014-07-10 Thread Ulrich Hecht
Changes in v2:
- move phy handle to struct usbhs_priv
- add new default pipe type to driver
- remove pipe type from Lager board code

Ulrich Hecht (2):
  usb: renesas_usbhs: add R-Car Gen. 2 init and power control
  ARM: shmobile: lager: remove USBHS callbacks

 arch/arm/mach-shmobile/board-lager.c | 126 ---
 drivers/usb/renesas_usbhs/Makefile   |   2 +-
 drivers/usb/renesas_usbhs/common.c   |  66 --
 drivers/usb/renesas_usbhs/common.h   |   2 +
 drivers/usb/renesas_usbhs/rcar2.c|  76 +
 drivers/usb/renesas_usbhs/rcar2.h|   4 ++
 include/linux/usb/renesas_usbhs.h|   6 ++
 7 files changed, 163 insertions(+), 119 deletions(-)
 create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
 create mode 100644 drivers/usb/renesas_usbhs/rcar2.h

-- 
1.8.4.5

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination

2014-07-10 Thread Kuninori Morimoto

Hi

 Changes in v2:
 - move phy handle to struct usbhs_priv
 - add new default pipe type to driver
 - remove pipe type from Lager board code
 
 Ulrich Hecht (2):
   usb: renesas_usbhs: add R-Car Gen. 2 init and power control
   ARM: shmobile: lager: remove USBHS callbacks
 
  arch/arm/mach-shmobile/board-lager.c | 126 
 ---
  drivers/usb/renesas_usbhs/Makefile   |   2 +-
  drivers/usb/renesas_usbhs/common.c   |  66 --
  drivers/usb/renesas_usbhs/common.h   |   2 +
  drivers/usb/renesas_usbhs/rcar2.c|  76 +
  drivers/usb/renesas_usbhs/rcar2.h|   4 ++
  include/linux/usb/renesas_usbhs.h|   6 ++
  7 files changed, 163 insertions(+), 119 deletions(-)
  create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
  create mode 100644 drivers/usb/renesas_usbhs/rcar2.h

For all patches

Acked-by: Kuninori Morimoto kuninori.morimoto...@renesas.com

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination

2014-07-10 Thread Yoshihiro Shimoda
Hi Ulrich,

(2014/07/10 16:53), Ulrich Hecht wrote:
 Changes in v2:
 - move phy handle to struct usbhs_priv
 - add new default pipe type to driver
 - remove pipe type from Lager board code
 
 Ulrich Hecht (2):
   usb: renesas_usbhs: add R-Car Gen. 2 init and power control
   ARM: shmobile: lager: remove USBHS callbacks
 
  arch/arm/mach-shmobile/board-lager.c | 126 
 ---
  drivers/usb/renesas_usbhs/Makefile   |   2 +-
  drivers/usb/renesas_usbhs/common.c   |  66 --
  drivers/usb/renesas_usbhs/common.h   |   2 +
  drivers/usb/renesas_usbhs/rcar2.c|  76 +
  drivers/usb/renesas_usbhs/rcar2.h|   4 ++
  include/linux/usb/renesas_usbhs.h|   6 ++
  7 files changed, 163 insertions(+), 119 deletions(-)
  create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
  create mode 100644 drivers/usb/renesas_usbhs/rcar2.h
 

I tested these patches on Lager legacy, and these patches worked correctly.

Tested-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com

Best regards,
Yoshihiro Shimoda
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html