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

2015-11-04 Thread Heiko Stuebner
Am Mittwoch, 4. November 2015, 15:46:04 schrieb Doug Anderson: > Hi, > > On Wed, Nov 4, 2015 at 1:44 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. > > > >

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

2015-11-04 Thread Doug Anderson
Hi, On Wed, Nov 4, 2015 at 1:44 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 | 24

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

2015-11-04 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 | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git

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

2015-11-04 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 | 24 +--- 1 file changed, 17 insertions(+), 7

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

2015-11-04 Thread Doug Anderson
Hi, On Wed, Nov 4, 2015 at 1:44 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 > --- >

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

2015-11-04 Thread Heiko Stuebner
Am Mittwoch, 4. November 2015, 15:46:04 schrieb Doug Anderson: > Hi, > > On Wed, Nov 4, 2015 at 1:44 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. >