Re: [PATCH] usb: isp1760: fix peripheral/device controller chip id

2015-02-26 Thread Sudeep Holla
Hi Laurent, On 25/02/15 22:27, Laurent Pinchart wrote: Hi Sudeep, Thank you for the patch. On Tuesday 24 February 2015 17:53:42 Sudeep Holla wrote: As per the ISP1761 data sheet, the DcChipID register represents the hardware version number (0015h) and the chip ID (8210h) for the Peripheral Co

Re: [PATCH] usb: isp1760: fix peripheral/device controller chip id

2015-02-25 Thread Laurent Pinchart
Hi Sudeep, Thank you for the patch. On Tuesday 24 February 2015 17:53:42 Sudeep Holla wrote: > As per the ISP1761 data sheet, the DcChipID register represents > the hardware version number (0015h) and the chip ID (8210h) for the > Peripheral Controller. > > This patch fixes the chip ID value use

[PATCH] usb: isp1760: fix peripheral/device controller chip id

2015-02-24 Thread Sudeep Holla
As per the ISP1761 data sheet, the DcChipID register represents the hardware version number (0015h) and the chip ID (8210h) for the Peripheral Controller. This patch fixes the chip ID value used to verify the controller. Cc: Felipe Balbi Cc: Laurent Pinchart Signed-off-by: Sudeep Holla --- dr