Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Vivek Gautam
On Mon, Aug 25, 2014 at 1:47 PM, Heikki Krogerus wrote: > On Mon, Aug 25, 2014 at 01:11:34PM +0530, Vivek Gautam wrote: >> Please squash the attached diff which removes the 'init_data' field >> from some of the other instances >> of devm_phy_create() in few other drivers. >> This should prevent

Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Heikki Krogerus
On Mon, Aug 25, 2014 at 01:11:34PM +0530, Vivek Gautam wrote: > Please squash the attached diff which removes the 'init_data' field > from some of the other instances > of devm_phy_create() in few other drivers. > This should prevent any build errors that i could see with multi_v7_defconfig. OK,

Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Vivek Gautam
Hi Heikki, On Thu, Aug 21, 2014 at 5:03 PM, Heikki Krogerus wrote: > The users of the old method are now converted to the new one. > > Signed-off-by: Heikki Krogerus > Tested-by: Vivek Gautam > --- > drivers/phy/phy-bcm-kona-usb2.c | 2 +- > drivers/phy/phy-core.c | 45 >

Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Vivek Gautam
Hi Heikki, On Thu, Aug 21, 2014 at 5:03 PM, Heikki Krogerus heikki.kroge...@linux.intel.com wrote: The users of the old method are now converted to the new one. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com Tested-by: Vivek Gautam gautam.vi...@samsung.com ---

Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Heikki Krogerus
On Mon, Aug 25, 2014 at 01:11:34PM +0530, Vivek Gautam wrote: Please squash the attached diff which removes the 'init_data' field from some of the other instances of devm_phy_create() in few other drivers. This should prevent any build errors that i could see with multi_v7_defconfig. OK, I'll

Re: [PATCH 4/6] phy: remove the old lookup method

2014-08-25 Thread Vivek Gautam
On Mon, Aug 25, 2014 at 1:47 PM, Heikki Krogerus heikki.kroge...@linux.intel.com wrote: On Mon, Aug 25, 2014 at 01:11:34PM +0530, Vivek Gautam wrote: Please squash the attached diff which removes the 'init_data' field from some of the other instances of devm_phy_create() in few other drivers.