Re: [PATCH] phy: bcm-sr-pcie: Change operation when PIPEMUX=1

From: Kishon Vijay Abraham I
Date: Wed Feb 06 2019 - 07:16:53 EST




On 05/02/19 12:51 AM, Scott Branden wrote:
> Looks good.
>
> On 2019-02-04 11:07 a.m., Ray Jui wrote:
>> From: Qingmin Liu <qingmin.liu@xxxxxxxxxxxx>
>>
>> When PIPEMIX=1, change the operation from 2x8 EP to 1x8 EP + 1x8 RC.
>>
>> Signed-off-by: Qingmin Liu <qingmin.liu@xxxxxxxxxxxx>
>> Signed-off-by: Ray Jui <ray.jui@xxxxxxxxxxxx>
> Acked-by: Scott Branden <scott.branden@xxxxxxxxxxxx>

merged, thanks.

-Kishon
>> ---
>> Â drivers/phy/broadcom/phy-bcm-sr-pcie.c | 4 ++--
>> Â 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/phy/broadcom/phy-bcm-sr-pcie.c
>> b/drivers/phy/broadcom/phy-bcm-sr-pcie.c
>> index c10e95f86de5..96a3af126a78 100644
>> --- a/drivers/phy/broadcom/phy-bcm-sr-pcie.c
>> +++ b/drivers/phy/broadcom/phy-bcm-sr-pcie.c
>> @@ -78,8 +78,8 @@ struct sr_pcie_phy_core {
>> Â static const u8 pipemux_table[] = {
>> ÂÂÂÂÂ /* PIPEMUX = 0, EP 1x16 */
>> ÂÂÂÂÂ 0x00,
>> -ÂÂÂ /* PIPEMUX = 1, EP 2x8 */
>> -ÂÂÂ 0x00,
>> +ÂÂÂ /* PIPEMUX = 1, EP 1x8 + RC 1x8, core 7 */
>> +ÂÂÂ 0x80,
>> ÂÂÂÂÂ /* PIPEMUX = 2, EP 4x4 */
>> ÂÂÂÂÂ 0x00,
>> ÂÂÂÂÂ /* PIPEMUX = 3, RC 2x8, cores 0, 7 */