From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936570AbaH1K02 (ORCPT ); Thu, 28 Aug 2014 06:26:28 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:39401 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934654AbaH1K00 (ORCPT ); Thu, 28 Aug 2014 06:26:26 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL 0/5] PHY: Fixes for 3.17 -rc cycle Date: Thu, 28 Aug 2014 15:55:01 +0530 Message-ID: <1409221506-6262-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 1.7.9.5