Re: [PATCH net-next] phylib: rename reset-(post-)delay-us to reset-(de)assert-us

2017-12-27 Thread David Miller
From: Richard Leitner 
Date: Fri, 22 Dec 2017 11:08:09 +0100

> From: Richard Leitner 
> 
> As suggested by Rob Herring [1] rename the previously introduced
> reset-{,post-}delay-us bindings to the clearer reset-{,de}assert-us
> 
> [1] https://patchwork.kernel.org/patch/10104905/
> 
> Signed-off-by: Richard Leitner 

Applied, thanks.


Re: [PATCH net-next] phylib: rename reset-(post-)delay-us to reset-(de)assert-us

2017-12-27 Thread David Miller
From: Richard Leitner 
Date: Fri, 22 Dec 2017 11:08:09 +0100

> From: Richard Leitner 
> 
> As suggested by Rob Herring [1] rename the previously introduced
> reset-{,post-}delay-us bindings to the clearer reset-{,de}assert-us
> 
> [1] https://patchwork.kernel.org/patch/10104905/
> 
> Signed-off-by: Richard Leitner 

Applied, thanks.


Re: [PATCH net-next] phylib: rename reset-(post-)delay-us to reset-(de)assert-us

2017-12-26 Thread Rob Herring
On Fri, Dec 22, 2017 at 4:08 AM, Richard Leitner  wrote:
> From: Richard Leitner 
>
> As suggested by Rob Herring [1] rename the previously introduced
> reset-{,post-}delay-us bindings to the clearer reset-{,de}assert-us
>
> [1] https://patchwork.kernel.org/patch/10104905/
>
> Signed-off-by: Richard Leitner 
> ---
>  Documentation/devicetree/bindings/net/phy.txt | 8 
>  drivers/net/phy/mdio_device.c | 2 +-
>  drivers/of/of_mdio.c  | 7 ---
>  include/linux/mdio.h  | 4 ++--
>  4 files changed, 11 insertions(+), 10 deletions(-)

Reviewed-by: Rob Herring 


Re: [PATCH net-next] phylib: rename reset-(post-)delay-us to reset-(de)assert-us

2017-12-26 Thread Rob Herring
On Fri, Dec 22, 2017 at 4:08 AM, Richard Leitner  wrote:
> From: Richard Leitner 
>
> As suggested by Rob Herring [1] rename the previously introduced
> reset-{,post-}delay-us bindings to the clearer reset-{,de}assert-us
>
> [1] https://patchwork.kernel.org/patch/10104905/
>
> Signed-off-by: Richard Leitner 
> ---
>  Documentation/devicetree/bindings/net/phy.txt | 8 
>  drivers/net/phy/mdio_device.c | 2 +-
>  drivers/of/of_mdio.c  | 7 ---
>  include/linux/mdio.h  | 4 ++--
>  4 files changed, 11 insertions(+), 10 deletions(-)

Reviewed-by: Rob Herring