From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 11 Jul 2014 15:41:52 +0000 Subject: Re: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination Message-Id: <20140711154152.GC1777@verge.net.au> List-Id: References: <53BF35B7.9000105@renesas.com> <87oawxy69b.wl%kuninori.morimoto.gx@renesas.com> <20140711090005.GH12420@verge.net.au> <20140711151236.GG27864@saruman.home> In-Reply-To: <20140711151236.GG27864@saruman.home> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org 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 > > > > [snip] > > > > > I tested these patches on Lager legacy, and these patches worked correctly. > > > > > > Tested-by: Yoshihiro Shimoda > > > > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Fri, 11 Jul 2014 17:41:52 +0200 Subject: [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination In-Reply-To: <20140711151236.GG27864@saruman.home> References: <53BF35B7.9000105@renesas.com> <87oawxy69b.wl%kuninori.morimoto.gx@renesas.com> <20140711090005.GH12420@verge.net.au> <20140711151236.GG27864@saruman.home> Message-ID: <20140711154152.GC1777@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > > > > [snip] > > > > > I tested these patches on Lager legacy, and these patches worked correctly. > > > > > > Tested-by: Yoshihiro Shimoda > > > > 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