Re: [PATCH v3 03/49] usb: dwc2: Remove version check in GSNPSID

2018-01-08 Thread Grigor Tovmasyan
Hi Greg k-h On 12/29/2017 20:59, Greg KH wrote: > On Tue, Dec 26, 2017 at 03:22:05PM +0400, Grigor Tovmasyan wrote: >> From: Gevorg Sahakyan >> >> Only check the ID portion of the GSNPSID register and don’t check >> the version. This will allow the driver to work with

Re: [PATCH v3 03/49] usb: dwc2: Remove version check in GSNPSID

2017-12-30 Thread Greg KH
On Fri, Dec 29, 2017 at 07:56:18PM +, Minas Harutyunyan wrote: > Hi Greg, > > On 12/29/2017 8:59 PM, Greg KH wrote: > > On Tue, Dec 26, 2017 at 03:22:05PM +0400, Grigor Tovmasyan wrote: > >> From: Gevorg Sahakyan > >> > >> Only check the ID portion of the GSNPSID

Re: [PATCH v3 03/49] usb: dwc2: Remove version check in GSNPSID

2017-12-29 Thread Minas Harutyunyan
Hi Greg, On 12/29/2017 8:59 PM, Greg KH wrote: > On Tue, Dec 26, 2017 at 03:22:05PM +0400, Grigor Tovmasyan wrote: >> From: Gevorg Sahakyan >> >> Only check the ID portion of the GSNPSID register and don’t check >> the version. This will allow the driver to work with

Re: [PATCH v3 03/49] usb: dwc2: Remove version check in GSNPSID

2017-12-29 Thread Greg KH
On Tue, Dec 26, 2017 at 03:22:05PM +0400, Grigor Tovmasyan wrote: > From: Gevorg Sahakyan > > Only check the ID portion of the GSNPSID register and don’t check > the version. This will allow the driver to work with version 4.00a > and later of the DWC_hsotg IP. > > Cc:

[PATCH v3 03/49] usb: dwc2: Remove version check in GSNPSID

2017-12-26 Thread Grigor Tovmasyan
From: Gevorg Sahakyan Only check the ID portion of the GSNPSID register and don’t check the version. This will allow the driver to work with version 4.00a and later of the DWC_hsotg IP. Cc: sta...@vger.kernel.org Signed-off-by: Gevorg Sahakyan