Re: [GIT PULL] phy: for 4.9 -rc

2016-11-07 Thread Greg KH
On Sat, Nov 05, 2016 at 07:13:22PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > Please find the pull request for the phy fixes below. It includes a fix > in phy core to add a static inline function when CONFIG_GENERIC_PHY > is not selected and 3 fixes in different phy drivers. The phy devic

[GIT PULL] phy: for 4.9 -rc

2016-11-05 Thread Kishon Vijay Abraham I
Hi Greg, Please find the pull request for the phy fixes below. It includes a fix in phy core to add a static inline function when CONFIG_GENERIC_PHY is not selected and 3 fixes in different phy drivers. The phy device name in the phy lookup table used for non-dt boot is fixed for da8xx-usb phy, NU

Re: [GIT PULL] phy: for 4.9

2016-09-15 Thread Kishon Vijay Abraham I
Hi Greg, On Thursday 15 September 2016 04:26 PM, Kishon Vijay Abraham I wrote: > > > On Thursday 15 September 2016 04:06 PM, Greg KH wrote: >> On Thu, Sep 15, 2016 at 03:52:56PM +0530, Kishon Vijay Abraham I wrote: >>> +Chanwoo >>> >>> Hi Greg, >>> >>> On Thursday 15 September 2016 02:08 PM, Gre

Re: [GIT PULL] phy: for 4.9

2016-09-15 Thread Kishon Vijay Abraham I
On Thursday 15 September 2016 04:06 PM, Greg KH wrote: > On Thu, Sep 15, 2016 at 03:52:56PM +0530, Kishon Vijay Abraham I wrote: >> +Chanwoo >> >> Hi Greg, >> >> On Thursday 15 September 2016 02:08 PM, Greg KH wrote: >>> On Wed, Sep 14, 2016 at 01:13:41PM +0530, Kishon Vijay Abraham I wrote:

Re: [GIT PULL] phy: for 4.9

2016-09-15 Thread Greg KH
On Thu, Sep 15, 2016 at 03:52:56PM +0530, Kishon Vijay Abraham I wrote: > +Chanwoo > > Hi Greg, > > On Thursday 15 September 2016 02:08 PM, Greg KH wrote: > > On Wed, Sep 14, 2016 at 01:13:41PM +0530, Kishon Vijay Abraham I wrote: > >> Hi Greg, > >> > >> Please find the phy pull request for 4.9 m

Re: [GIT PULL] phy: for 4.9

2016-09-15 Thread Kishon Vijay Abraham I
+Chanwoo Hi Greg, On Thursday 15 September 2016 02:08 PM, Greg KH wrote: > On Wed, Sep 14, 2016 at 01:13:41PM +0530, Kishon Vijay Abraham I wrote: >> Hi Greg, >> >> Please find the phy pull request for 4.9 merge window below. It adds >> 4 new phy drivers, adds support for a couple of phys using e

Re: [GIT PULL] phy: for 4.9

2016-09-15 Thread Greg KH
On Wed, Sep 14, 2016 at 01:13:41PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > Please find the phy pull request for 4.9 merge window below. It adds > 4 new phy drivers, adds support for a couple of phys using existing > drivers, adds phy_reset() API which can be used by the controller > dr

[GIT PULL] phy: for 4.9

2016-09-14 Thread Kishon Vijay Abraham I
Hi Greg, Please find the phy pull request for 4.9 merge window below. It adds 4 new phy drivers, adds support for a couple of phys using existing drivers, adds phy_reset() API which can be used by the controller drivers to reset the phy and includes misc fixes and cleanups. It also includes an im