Message ID | 1443508524-7546-1-git-send-email-kishon@ti.com |
---|---|
State | New |
Headers | show |
On Tue, Sep 29, 2015 at 12:05:21PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > Please find the pull request for 4.3 -rc cycle below. This includes > misc fixes in three of the PHY drivers. Please see the tag message for > the details. > > Let me know if I have to change something. > > Cheers > Kishon > > The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: > > Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.3-rc Pulled into my tree now, thanks. 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/
Hi Greg, Please find the pull request for 4.3 -rc cycle below. This includes misc fixes in three of the PHY drivers. Please see the tag message for the details. Let me know if I have to change something. Cheers Kishon The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.3-rc for you to fetch changes up to f9fef6181a9590261c296be9e2a19b6aa3c13ba7: phy: berlin-sata: Fix module autoload for OF platform driver (2015-09-25 17:01:14 +0530) ---------------------------------------------------------------- phy: for 4.3-rc *) Fix compiler error in qcom-ufs when it is built as module *) Power down rockchip-usb PHY during probe to save power consumption *) Fix module autoload for berlin-sata PHY driver Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> ---------------------------------------------------------------- Luis de Bethencourt (1): phy: berlin-sata: Fix module autoload for OF platform driver Yaniv Gardi (1): phy: qcom-ufs: fix build error when the component is built as a module huang lin (1): phy: rockchip-usb: power down phy when rockchip phy probe drivers/phy/phy-berlin-sata.c | 1 + drivers/phy/phy-qcom-ufs.c | 11 +++++++++++ drivers/phy/phy-rockchip-usb.c | 6 ++++++ 3 files changed, 18 insertions(+)