linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH usb: phy: add run-time dependencies to R-Car driver
@ 2014-05-26 12:50 Laurent Pinchart
  2014-05-26 13:55 ` Sergei Shtylyov
  2014-05-26 23:08 ` Laurent Pinchart
  0 siblings, 2 replies; 3+ messages in thread
From: Laurent Pinchart @ 2014-05-26 12:50 UTC (permalink / raw)
  To: linux-sh

Hi Jean,

Thank you for the patch.

On Friday 23 May 2014 10:36:22 Jean Delvare wrote:
> The Renesas R-Car USB PHY driver only supports the R8A7778 and
> R8A7779, it isn't useful on other systems unless build testing.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Felipe Balbi <balbi@ti.com>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Could you please CC the linux-sh mailing list for similar patches in the 
future ?

Sergei, any opinion on this ?

> ---
>  drivers/usb/phy/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-3.15-rc6.orig/drivers/usb/phy/Kconfig	2014-04-14
> 09:42:31.481112766 +0200 +++
> linux-3.15-rc6/drivers/usb/phy/Kconfig	2014-05-23 10:11:59.979813625 +0200
> @@ -208,6 +208,7 @@ config USB_MXS_PHY
>  config USB_RCAR_PHY
>  	tristate "Renesas R-Car USB PHY support"
>  	depends on USB || USB_GADGET
> +	depends on ARCH_R8A7778 || ARCH_R8A7779 || COMPILE_TEST
>  	select USB_PHY
>  	help
>  	  Say Y here to add support for the Renesas R-Car USB common PHY driver.

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH usb: phy: add run-time dependencies to R-Car driver
  2014-05-26 12:50 [PATCH usb: phy: add run-time dependencies to R-Car driver Laurent Pinchart
@ 2014-05-26 13:55 ` Sergei Shtylyov
  2014-05-26 23:08 ` Laurent Pinchart
  1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2014-05-26 13:55 UTC (permalink / raw)
  To: linux-sh

Hello.

On 05/26/2014 04:50 PM, Laurent Pinchart wrote:

>> The Renesas R-Car USB PHY driver only supports the R8A7778 and
>> R8A7779, it isn't useful on other systems unless build testing.

>> Signed-off-by: Jean Delvare <jdelvare@suse.de>
>> Cc: Felipe Balbi <balbi@ti.com>
>> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> Could you please CC the linux-sh mailing list for similar patches in the
> future ?

> Sergei, any opinion on this ?

    I wouldn't object.

>> ---
>>   drivers/usb/phy/Kconfig |    1 +
>>   1 file changed, 1 insertion(+)

>> --- linux-3.15-rc6.orig/drivers/usb/phy/Kconfig	2014-04-14
>> 09:42:31.481112766 +0200 +++
>> linux-3.15-rc6/drivers/usb/phy/Kconfig	2014-05-23 10:11:59.979813625 +0200
>> @@ -208,6 +208,7 @@ config USB_MXS_PHY
>>   config USB_RCAR_PHY
>>   	tristate "Renesas R-Car USB PHY support"
>>   	depends on USB || USB_GADGET
>> +	depends on ARCH_R8A7778 || ARCH_R8A7779 || COMPILE_TEST
>>   	select USB_PHY
>>   	help
>>   	  Say Y here to add support for the Renesas R-Car USB common PHY driver.

WBR, Sergei


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH usb: phy: add run-time dependencies to R-Car driver
  2014-05-26 12:50 [PATCH usb: phy: add run-time dependencies to R-Car driver Laurent Pinchart
  2014-05-26 13:55 ` Sergei Shtylyov
@ 2014-05-26 23:08 ` Laurent Pinchart
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2014-05-26 23:08 UTC (permalink / raw)
  To: linux-sh

Hi Sergei,

On Monday 26 May 2014 17:55:49 Sergei Shtylyov wrote:
> On 05/26/2014 04:50 PM, Laurent Pinchart wrote:
> >> The Renesas R-Car USB PHY driver only supports the R8A7778 and
> >> R8A7779, it isn't useful on other systems unless build testing.
> >> 
> >> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> >> Cc: Felipe Balbi <balbi@ti.com>
> >> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> > Could you please CC the linux-sh mailing list for similar patches in the
> > future ?
> > 
> > Sergei, any opinion on this ?
> 
>     I wouldn't object.

Thank you. I won't object either then.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> >> ---
> >> 
> >>   drivers/usb/phy/Kconfig |    1 +
> >>   1 file changed, 1 insertion(+)
> >> 
> >> --- linux-3.15-rc6.orig/drivers/usb/phy/Kconfig	2014-04-14
> >> 09:42:31.481112766 +0200 +++
> >> linux-3.15-rc6/drivers/usb/phy/Kconfig	2014-05-23 10:11:59.979813625
> >> +0200
> >> @@ -208,6 +208,7 @@ config USB_MXS_PHY
> >>   config USB_RCAR_PHY
> >>   	tristate "Renesas R-Car USB PHY support"
> >>   	depends on USB || USB_GADGET
> >> +	depends on ARCH_R8A7778 || ARCH_R8A7779 || COMPILE_TEST
> >>   	select USB_PHY
> >>   	help
> >>   	  Say Y here to add support for the Renesas R-Car USB common PHY
> >>   	  driver.

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-26 23:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 12:50 [PATCH usb: phy: add run-time dependencies to R-Car driver Laurent Pinchart
2014-05-26 13:55 ` Sergei Shtylyov
2014-05-26 23:08 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).