[PATCH 1/4] phy: Add reset callback for not generic phy

2016-11-05 Thread Kishon Vijay Abraham I
From: Randy Li Add a dummy function for phy_reset in case the CONFIG_GENERIC_PHY is disabled. Signed-off-by: Randy Li Signed-off-by: Kishon Vijay Abraham I --- include/linux/phy/phy.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy

Re: [PATCH 1/4] phy: Add reset callback

2016-09-08 Thread Heiko Stuebner
Am Donnerstag, 8. September 2016, 22:27:13 CEST schrieb Randy Li: > The only use for this is for solving a hardware design problem in > usb of Rockchip RK3288. > > Signed-off-by: Randy Li to me this looks good. Although Kishon suggested earlier to have the init callback do the reset and simply

[PATCH 1/4] phy: Add reset callback

2016-09-08 Thread Randy Li
The only use for this is for solving a hardware design problem in usb of Rockchip RK3288. Signed-off-by: Randy Li --- drivers/phy/phy-core.c | 14 ++ include/linux/phy/phy.h | 3 +++ 2 files changed, 17 insertions(+) diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c ind

[PATCH 1/4] phy: Add reset callback

2016-08-21 Thread Randy Li
The only use for this is for solving a hardware design problem in usb of Rockchip RK3288. Signed-off-by: Randy Li --- include/linux/phy/phy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index f08b672..4d34607 100644 --- a/include/linux/

[PATCH 1/4] phy: Add reset callback

2016-08-20 Thread Randy Li
The only use for this is for solving a hardware design problem in usb of Rockchip RK3288. Signed-off-by: Randy Li --- include/linux/phy/phy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index f08b672..4d34607 100644 --- a/include/linux/