Re: [PATCH 1/1] scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMI

2016-07-15 Thread Martin K. Petersen
> "Manjunath" == Manjunath M B writes: Manjunath> The code was checking on PA_CONNECTEDRXLANES and Manjunath> PA_CONNECTEDTXLANES attributes to program the Lane#1 Manjunath> attributes. The correct attributes are PA_AVAILRXDATALANES Manjunath> and PA_AVAILTXDATALANES respectively. Applied to

Re: [PATCH 1/1] scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMI

2016-07-14 Thread Joao Pinto
On 7/14/2016 10:17 AM, Joao Pinto wrote: > On 7/12/2016 2:55 PM, Manjunath M B wrote: >> The code was checking on PA_CONNECTEDRXLANES and >> PA_CONNECTEDTXLANES attributes to program the Lane#1 >> attributes. The correct attributes are PA_AVAILRXDATALANES and >> PA_AVAILTXDATALANES respectively. >>

Re: [PATCH 1/1] scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMI

2016-07-14 Thread Joao Pinto
On 7/12/2016 2:55 PM, Manjunath M B wrote: > The code was checking on PA_CONNECTEDRXLANES and > PA_CONNECTEDTXLANES attributes to program the Lane#1 > attributes. The correct attributes are PA_AVAILRXDATALANES and > PA_AVAILTXDATALANES respectively. > > Signed-off-by: Manjunath M B > --- > drive

[PATCH 1/1] scsi: ufs: tc-dwc-g210 driver fix for 20-bit RMMI

2016-07-12 Thread Manjunath M B
The code was checking on PA_CONNECTEDRXLANES and PA_CONNECTEDTXLANES attributes to program the Lane#1 attributes. The correct attributes are PA_AVAILRXDATALANES and PA_AVAILTXDATALANES respectively. Signed-off-by: Manjunath M B --- drivers/scsi/ufs/tc-dwc-g210.c | 4 ++-- 1 file changed, 2 inser