mbox

[GIT,PULL,0/5] PHY: Fixes for 3.17 -rc cycle

Message ID 1409221506-6262-1-git-send-email-kishon@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/for-3.17-rc

Message

Kishon Vijay Abraham I Aug. 28, 2014, 10:25 a.m. UTC
Hi Greg,

Please find the pull request for this -rc cycle. It consistes of a regression
fix to runtime PM on OMAP (cc'ed stable) and few other minor fixes.

Please consider merging it in this -rc cycle.
Let me know If I have to make any changes.

Cheers
Kishon

The following changes since commit 451fd72219dd6f3355e2d036c598544c760ee532:

  Merge tag 'pwm/for-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm (2014-08-22 14:50:21 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/for-3.17-rc

for you to fetch changes up to fbb1a770039d3900f5130bab949b757f6f7fb373:

  phy: miphy365x: Select GENERIC_PHY instead of depending on it (2014-08-28 11:17:43 +0530)

----------------------------------------------------------------
for_3.17-rc

Fix regressions to runtime PM on OMAP and other minor fixes.

----------------------------------------------------------------
Kamil Debski (1):
      MAINTAINERS: add entry for the Samsung USB2 PHY driver

Lee Jones (1):
      phy: miphy365x: Select GENERIC_PHY instead of depending on it

Sjoerd Simons (1):
      phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entry

Tony Lindgren (2):
      usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps
      usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down

 MAINTAINERS                      |   13 ++++
 drivers/phy/Kconfig              |    2 +-
 drivers/phy/phy-exynos5-usbdrd.c |    1 +
 drivers/phy/phy-twl4030-usb.c    |  121 +++++++++++++++++++++++---------------
 4 files changed, 88 insertions(+), 49 deletions(-)

Comments

Kishon Vijay Abraham I Sept. 3, 2014, 5:22 a.m. UTC | #1
Hi Greg,

On Thursday 28 August 2014 03:55 PM, Kishon Vijay Abraham I wrote:
> Hi Greg,
> 
> Please find the pull request for this -rc cycle. It consistes of a regression
> fix to runtime PM on OMAP (cc'ed stable) and few other minor fixes.
> 
> Please consider merging it in this -rc cycle.
> Let me know If I have to make any changes.

Can we have this merged in this -rc cycle?

Thanks
Kishon

> 
> Cheers
> Kishon
> 
> The following changes since commit 451fd72219dd6f3355e2d036c598544c760ee532:
> 
>   Merge tag 'pwm/for-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm (2014-08-22 14:50:21 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/for-3.17-rc
> 
> for you to fetch changes up to fbb1a770039d3900f5130bab949b757f6f7fb373:
> 
>   phy: miphy365x: Select GENERIC_PHY instead of depending on it (2014-08-28 11:17:43 +0530)
> 
> ----------------------------------------------------------------
> for_3.17-rc
> 
> Fix regressions to runtime PM on OMAP and other minor fixes.
> 
> ----------------------------------------------------------------
> Kamil Debski (1):
>       MAINTAINERS: add entry for the Samsung USB2 PHY driver
> 
> Lee Jones (1):
>       phy: miphy365x: Select GENERIC_PHY instead of depending on it
> 
> Sjoerd Simons (1):
>       phy: exynos5-usbdrd: Add MODULE_DEVICE_TABLE entry
> 
> Tony Lindgren (2):
>       usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps
>       usb: phy: twl4030-usb: Fix lost interrupts after ID pin goes down
> 
>  MAINTAINERS                      |   13 ++++
>  drivers/phy/Kconfig              |    2 +-
>  drivers/phy/phy-exynos5-usbdrd.c |    1 +
>  drivers/phy/phy-twl4030-usb.c    |  121 +++++++++++++++++++++++---------------
>  4 files changed, 88 insertions(+), 49 deletions(-)
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Greg Kroah-Hartman Sept. 3, 2014, 6:26 p.m. UTC | #2
On Wed, Sep 03, 2014 at 10:52:24AM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
> 
> On Thursday 28 August 2014 03:55 PM, Kishon Vijay Abraham I wrote:
> > Hi Greg,
> > 
> > Please find the pull request for this -rc cycle. It consistes of a regression
> > fix to runtime PM on OMAP (cc'ed stable) and few other minor fixes.
> > 
> > Please consider merging it in this -rc cycle.
> > Let me know If I have to make any changes.
> 
> Can we have this merged in this -rc cycle?

Sorry for the delay, now merged.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Kishon Vijay Abraham I Sept. 4, 2014, 1:30 p.m. UTC | #3
On Wednesday 03 September 2014 11:56 PM, Greg KH wrote:
> On Wed, Sep 03, 2014 at 10:52:24AM +0530, Kishon Vijay Abraham I wrote:
>> Hi Greg,
>>
>> On Thursday 28 August 2014 03:55 PM, Kishon Vijay Abraham I wrote:
>>> Hi Greg,
>>>
>>> Please find the pull request for this -rc cycle. It consistes of a regression
>>> fix to runtime PM on OMAP (cc'ed stable) and few other minor fixes.
>>>
>>> Please consider merging it in this -rc cycle.
>>> Let me know If I have to make any changes.
>>
>> Can we have this merged in this -rc cycle?
> 
> Sorry for the delay, now merged.

Thanks Greg :-)

-Kishon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/