mbox series

[v2,0/2] phy: phy-brcm-sata: Allow configuration SATA AFE TX amplitude

Message ID 20201022205056.233879-1-f.fainelli@gmail.com
Headers show
Series phy: phy-brcm-sata: Allow configuration SATA AFE TX amplitude | expand

Message

Florian Fainelli Oct. 22, 2020, 8:50 p.m. UTC
Hi Vinod, Kishon,

This patch series allows the configuration of the Broadcom SATA PHY TX
amplitude which may be required in order to meet specific tests.

Thanks!

Changes in v2:

- rebased against phy/next
- added Rob's Acked-by to the dt-binding patch

Florian Fainelli (2):
  dt-bindings: phy: Allow defining the SATA AFE TX amplitude
  phy: phy-brcm-sata: Allow configuration SATA AFE TX amplitude

 .../devicetree/bindings/phy/brcm-sata-phy.txt |  3 ++
 drivers/phy/broadcom/phy-brcm-sata.c          | 32 +++++++++++++++++++
 2 files changed, 35 insertions(+)

Comments

Florian Fainelli Nov. 10, 2020, 5:48 p.m. UTC | #1
On 10/22/20 1:50 PM, Florian Fainelli wrote:
> Hi Vinod, Kishon,
> 
> This patch series allows the configuration of the Broadcom SATA PHY TX
> amplitude which may be required in order to meet specific tests.
> 
> Thanks!
> 
> Changes in v2:

Vinod, Kishon, can this be applied if you are okay with the changes?
Thank you!

> 
> - rebased against phy/next
> - added Rob's Acked-by to the dt-binding patch
> 
> Florian Fainelli (2):
>   dt-bindings: phy: Allow defining the SATA AFE TX amplitude
>   phy: phy-brcm-sata: Allow configuration SATA AFE TX amplitude
> 
>  .../devicetree/bindings/phy/brcm-sata-phy.txt |  3 ++
>  drivers/phy/broadcom/phy-brcm-sata.c          | 32 +++++++++++++++++++
>  2 files changed, 35 insertions(+)
>
Vinod Koul Nov. 16, 2020, 7:42 a.m. UTC | #2
On 22-10-20, 13:50, Florian Fainelli wrote:
> Hi Vinod, Kishon,
> 
> This patch series allows the configuration of the Broadcom SATA PHY TX
> amplitude which may be required in order to meet specific tests.

Applied, thanks

Btw please do convert the binding doc to yaml

Thanks
Florian Fainelli Nov. 16, 2020, 10:51 p.m. UTC | #3
On 11/15/20 11:42 PM, Vinod Koul wrote:
> On 22-10-20, 13:50, Florian Fainelli wrote:
>> Hi Vinod, Kishon,
>>
>> This patch series allows the configuration of the Broadcom SATA PHY TX
>> amplitude which may be required in order to meet specific tests.
> 
> Applied, thanks
> 
> Btw please do convert the binding doc to yaml

Will do, thanks!