Re: [PATCH v2 2/5] usb: dwc3: add revision number DWC3_REVISION_300A

2015-01-21 Thread Sneeker Yeh
hi, 2015-01-20 4:00 GMT+08:00 Felipe Balbi : > On Mon, Jan 19, 2015 at 07:45:31PM +, John Youn wrote: >> > -Original Message- >> > From: Felipe Balbi [mailto:ba...@ti.com] >> > Sent: Monday, January 19, 2015 6:47 AM >> > >> > looking at Synopsys Solvnet for this IP, it shows that curre

Re: [PATCH v2 2/5] usb: dwc3: add revision number DWC3_REVISION_300A

2015-01-19 Thread Felipe Balbi
On Mon, Jan 19, 2015 at 07:45:31PM +, John Youn wrote: > > -Original Message- > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Monday, January 19, 2015 6:47 AM > > > > looking at Synopsys Solvnet for this IP, it shows that current version > > is 2.90a. There's no 3.00a. Paul,

RE: [PATCH v2 2/5] usb: dwc3: add revision number DWC3_REVISION_300A

2015-01-19 Thread John Youn
> -Original Message- > From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Monday, January 19, 2015 6:47 AM > > looking at Synopsys Solvnet for this IP, it shows that current version > is 2.90a. There's no 3.00a. Paul, John, is there a 3.00a version of the > DWC USB3 IP ? Yes there is,

Re: [PATCH v2 2/5] usb: dwc3: add revision number DWC3_REVISION_300A

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 03:56:46PM +0800, Sneeker Yeh wrote: > Add the contstant for v3.00a dwc3 IP detection > > Signed-off-by: Sneeker Yeh > --- > drivers/usb/dwc3/core.h |1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h > index

[PATCH v2 2/5] usb: dwc3: add revision number DWC3_REVISION_300A

2015-01-18 Thread Sneeker Yeh
Add the contstant for v3.00a dwc3 IP detection Signed-off-by: Sneeker Yeh --- drivers/usb/dwc3/core.h |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 4bb9aa6..8090249 100644 --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h