mbox series

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

Message ID 20201215014409.905-1-chris.ruehl@gtsys.com.hk (mailing list archive)
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

Vinod Koul Jan. 13, 2021, 11:54 a.m. UTC | #1
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