mbox series

[v2,0/2] rockchip: emmc: rk3399 add vendor prefix

Message ID 20201215014409.905-1-chris.ruehl@gtsys.com.hk
Headers show
Series rockchip: emmc: rk3399 add vendor prefix | expand

Message

Chris Ruehl Dec. 15, 2020, 1:44 a.m. UTC
Following the reference in vendor-prefixes.yaml, update implementation
and documentation for the phy-rockchip-emmc.
This patchset follow up with 
commit 8b5c2b45b8f0a ("phy: rockchip: set pulldown for strobe line in dts")
commit a8cef928276bb ("phy: rockchip-emmc: output tap delay dt property")

Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
---
v2 drop changes for ABI property driver-impedence-ohm
   no modification needed for dtsi files
   add commits follow up in commit messages

Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 10 +++++-----
drivers/phy/rockchip/phy-rockchip-emmc.c                    |  4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Rob Herring Dec. 15, 2020, 6:18 p.m. UTC | #1
On Tue, 15 Dec 2020 09:44:07 +0800, Chris Ruehl wrote:
> Update the documentation and add the vendor prefix to the optional
> properties referred in vendor-prefixes.yaml.
> Follow up with
> commit 8b5c2b45b8f0a ("phy: rockchip: set pulldown for strobe line in dts")
> commit a8cef928276bb ("phy: rockchip-emmc: output tap delay dt property")

These could be Fixes tags.

> 
> Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
> ---
>  .../devicetree/bindings/phy/rockchip-emmc-phy.txt      | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

TBC, this needs to be applied for v5.11.

Reviewed-by: Rob Herring <robh@kernel.org>
Vinod Koul Jan. 13, 2021, 11:54 a.m. UTC | #2
On 15-12-20, 09:44, Chris Ruehl wrote:
> Following the reference in vendor-prefixes.yaml, update implementation

> and documentation for the phy-rockchip-emmc.

> This patchset follow up with 

> commit 8b5c2b45b8f0a ("phy: rockchip: set pulldown for strobe line in dts")

> commit a8cef928276bb ("phy: rockchip-emmc: output tap delay dt property")


Applied, thanks

-- 
~Vinod