RE: [PATCH] phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value

2015-05-08 Thread Yoshihiro Shimoda
Hi, > On Friday 08 May 2015 12:54 PM, Yoshihiro Shimoda wrote: > > Hi Kishon, > > > >> Sent: Thursday, April 02, 2015 5:01 PM > >> > >> According to the technical update (No. TN-RCS-B011A/E), the UGSTS LOCK > >> bit location is bit 8, not bits 1 and 0. It also says that the register > >> address

Re: [PATCH] phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value

2015-05-08 Thread Kishon Vijay Abraham I
On Friday 08 May 2015 12:54 PM, Yoshihiro Shimoda wrote: Hi Kishon, Sent: Thursday, April 02, 2015 5:01 PM According to the technical update (No. TN-RCS-B011A/E), the UGSTS LOCK bit location is bit 8, not bits 1 and 0. It also says that the register address offset of UGSTS is 0x88, not

RE: [PATCH] phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value

2015-05-08 Thread Yoshihiro Shimoda
Hi Kishon, > Sent: Thursday, April 02, 2015 5:01 PM > > According to the technical update (No. TN-RCS-B011A/E), the UGSTS LOCK > bit location is bit 8, not bits 1 and 0. It also says that the register > address offset of UGSTS is 0x88, not 0x90. > So, this patch fixes the USBHS_UGSTS_LOCK value

Re: [PATCH] phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value

2015-05-08 Thread Kishon Vijay Abraham I
On Friday 08 May 2015 12:54 PM, Yoshihiro Shimoda wrote: Hi Kishon, Sent: Thursday, April 02, 2015 5:01 PM According to the technical update (No. TN-RCS-B011A/E), the UGSTS LOCK bit location is bit 8, not bits 1 and 0. It also says that the register address offset of UGSTS is 0x88, not

RE: [PATCH] phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value

2015-05-08 Thread Yoshihiro Shimoda
Hi Kishon, Sent: Thursday, April 02, 2015 5:01 PM According to the technical update (No. TN-RCS-B011A/E), the UGSTS LOCK bit location is bit 8, not bits 1 and 0. It also says that the register address offset of UGSTS is 0x88, not 0x90. So, this patch fixes the USBHS_UGSTS_LOCK value and

RE: [PATCH] phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value

2015-05-08 Thread Yoshihiro Shimoda
Hi, On Friday 08 May 2015 12:54 PM, Yoshihiro Shimoda wrote: Hi Kishon, Sent: Thursday, April 02, 2015 5:01 PM According to the technical update (No. TN-RCS-B011A/E), the UGSTS LOCK bit location is bit 8, not bits 1 and 0. It also says that the register address offset of UGSTS is

[PATCH] phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value

2015-04-02 Thread Yoshihiro Shimoda
According to the technical update (No. TN-RCS-B011A/E), the UGSTS LOCK bit location is bit 8, not bits 1 and 0. It also says that the register address offset of UGSTS is 0x88, not 0x90. So, this patch fixes the USBHS_UGSTS_LOCK value and some comments. Signed-off-by: Yoshihiro Shimoda ---

[PATCH] phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value

2015-04-02 Thread Yoshihiro Shimoda
According to the technical update (No. TN-RCS-B011A/E), the UGSTS LOCK bit location is bit 8, not bits 1 and 0. It also says that the register address offset of UGSTS is 0x88, not 0x90. So, this patch fixes the USBHS_UGSTS_LOCK value and some comments. Signed-off-by: Yoshihiro Shimoda