[PATCH] MUSB: Add support for DM646x USB.

2009-08-26 Thread Swaminathan S
DM646x USB controller is based on Mentor USB Controller (MUSB). This patch adds support for DM646x USB controller to the MUSB driver. DM646x USB controller doest not support OTG and hence the roles(Host/Device) need to be specified as part of Kernel compile and the same needs to be set up when

Re: [PATCH] MUSB: Add support for DM646x USB.

2009-08-26 Thread Sergei Shtylyov
Hello. Swaminathan S wrote: DM646x USB controller is based on Mentor USB Controller (MUSB). This patch adds support for DM646x USB controller to the MUSB driver. DM646x USB controller doest not support OTG and hence the roles(Host/Device) need to be specified as part of Kernel compile and the

RE: [PATCH] MUSB: Add support for DM646x USB.

2009-08-26 Thread Subbrathnam, Swaminathan
; davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH] MUSB: Add support for DM646x USB. Hello. Swaminathan S wrote: DM646x USB controller is based on Mentor USB Controller (MUSB). This patch adds support for DM646x USB controller to the MUSB driver. DM646x USB controller doest

RE: [PATCH] MUSB: Add support for DM646x USB.

2009-08-26 Thread Subbrathnam, Swaminathan
- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Tuesday, August 25, 2009 5:29 PM To: Subbrathnam, Swaminathan Cc: linux-...@vger.kernel.org; davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH] MUSB: Add support for DM646x USB. Swaminathan S swami.i...@ti.com writes

Re: [PATCH] MUSB: Add support for DM646x USB.

2009-08-25 Thread Kevin Hilman
Swaminathan S swami.i...@ti.com writes: Again, need a descriptive changelog please. Signed-off-by: Swaminathan S swami.i...@ti.com --- drivers/usb/musb/davinci.c | 30 +++--- drivers/usb/musb/davinci.h |6 ++ 2 files changed, 29 insertions(+), 7

[PATCH] MUSB: Add support for DM646x USB.

2009-08-20 Thread Swaminathan S
Signed-off-by: Swaminathan S swami.i...@ti.com --- drivers/usb/musb/davinci.c | 30 +++--- drivers/usb/musb/davinci.h |6 ++ 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index

[PATCH] MUSB: Add support for DM646x USB.

2009-08-20 Thread Swaminathan S
--- drivers/usb/musb/davinci.c | 30 +++--- drivers/usb/musb/davinci.h |6 ++ 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 6691381..2b8345a 100644 --- a/drivers/usb/musb/davinci.c