Re: [PATCH v3 2/8] phy: rockchip-usb: introduce a common data-struct for the device

2015-11-19 Thread Doug Anderson
Heiko, On Thu, Nov 19, 2015 at 1:22 PM, Heiko Stuebner wrote: > This introduces a common struct that holds data belonging to > the umbrella device that contains all the phys and that we > want to use later. > > Signed-off-by: Heiko Stuebner > --- > drivers/phy/phy-rockchip-usb.c | 26 ++

[PATCH v3 2/8] phy: rockchip-usb: introduce a common data-struct for the device

2015-11-19 Thread Heiko Stuebner
This introduces a common struct that holds data belonging to the umbrella device that contains all the phys and that we want to use later. Signed-off-by: Heiko Stuebner --- drivers/phy/phy-rockchip-usb.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --gi