All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support
@ 2012-04-13  9:51 Kuninori Morimoto
  2012-04-16  0:27 ` Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2012-04-13  9:51 UTC (permalink / raw)
  To: linux-sh


Hi Rafael
Cc Simon, Magnus

These are USB Function support patches for Armadillo board.

Kuninori Morimoto (2):
      ARM: mach-shmobile: r8a7740: add usb clock support
      ARM: mach-shmobile: armadillo800eva: add USB function support

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support
  2012-04-13  9:51 [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support Kuninori Morimoto
@ 2012-04-16  0:27 ` Kuninori Morimoto
  2012-04-16  0:37 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2012-04-16  0:27 UTC (permalink / raw)
  To: linux-sh


Hi Rafael, Simon and all

> These are USB Function support patches for Armadillo board.
> 
> Kuninori Morimoto (2):
>       ARM: mach-shmobile: r8a7740: add usb clock support
>       ARM: mach-shmobile: armadillo800eva: add USB function support

I'm so sorry about this patch-set.
I noticed that I didn't explain about detail of USB work-around of r8a7740.
I adds explain and brushup this patch set.
Please drop these.

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support
  2012-04-13  9:51 [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support Kuninori Morimoto
  2012-04-16  0:27 ` Kuninori Morimoto
@ 2012-04-16  0:37 ` Simon Horman
  2012-04-16  0:52 ` Kuninori Morimoto
  2012-04-16  1:41 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2012-04-16  0:37 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 13, 2012 at 02:51:05AM -0700, Kuninori Morimoto wrote:
> 
> Hi Rafael
> Cc Simon, Magnus
> 
> These are USB Function support patches for Armadillo board.
> 
> Kuninori Morimoto (2):
>       ARM: mach-shmobile: r8a7740: add usb clock support
>       ARM: mach-shmobile: armadillo800eva: add USB function support

Hi Morimoto-san,

could you give me some pointers on configuring the kernel to
enable USB on the A1 board with these patches applied?


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

* Re: [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support
  2012-04-13  9:51 [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support Kuninori Morimoto
  2012-04-16  0:27 ` Kuninori Morimoto
  2012-04-16  0:37 ` Simon Horman
@ 2012-04-16  0:52 ` Kuninori Morimoto
  2012-04-16  1:41 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2012-04-16  0:52 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > These are USB Function support patches for Armadillo board.
> > 
> > Kuninori Morimoto (2):
> >       ARM: mach-shmobile: r8a7740: add usb clock support
> >       ARM: mach-shmobile: armadillo800eva: add USB function support
> 
> Hi Morimoto-san,
> 
> could you give me some pointers on configuring the kernel to
> enable USB on the A1 board with these patches applied?

Thank you for tring this patch.

Please select

CONFIG_USB_RENESAS_USBHS=y
CONFIG_USB_RENESAS_USBHS_UDC=y

And select SW1.6 ON.

But I would like to update this patch set today.

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support
  2012-04-13  9:51 [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2012-04-16  0:52 ` Kuninori Morimoto
@ 2012-04-16  1:41 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2012-04-16  1:41 UTC (permalink / raw)
  To: linux-sh

On Sun, Apr 15, 2012 at 05:52:00PM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > These are USB Function support patches for Armadillo board.
> > > 
> > > Kuninori Morimoto (2):
> > >       ARM: mach-shmobile: r8a7740: add usb clock support
> > >       ARM: mach-shmobile: armadillo800eva: add USB function support
> > 
> > Hi Morimoto-san,
> > 
> > could you give me some pointers on configuring the kernel to
> > enable USB on the A1 board with these patches applied?
> 
> Thank you for tring this patch.
> 
> Please select
> 
> CONFIG_USB_RENESAS_USBHS=y
> CONFIG_USB_RENESAS_USBHS_UDC=y
> 
> And select SW1.6 ON.
> 
> But I would like to update this patch set today.

In that case I will wait for your update :)

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

end of thread, other threads:[~2012-04-16  1:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13  9:51 [PATCH 0/2] ARM: mach-shmobile: r8a7740: USB Function support Kuninori Morimoto
2012-04-16  0:27 ` Kuninori Morimoto
2012-04-16  0:37 ` Simon Horman
2012-04-16  0:52 ` Kuninori Morimoto
2012-04-16  1:41 ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.