From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753553AbbGRF5y (ORCPT ); Sat, 18 Jul 2015 01:57:54 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:35213 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753310AbbGRF5w (ORCPT ); Sat, 18 Jul 2015 01:57:52 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL 0/4] phy: for 4.2 -rc cycle Date: Sat, 18 Jul 2015 11:27:45 +0530 Message-ID: <1437199069-18643-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 4.2 -rc cycle. This includes a couple of driver fixes, one to fix suspend/resume and the other to fix pll divider values. It also includes a Kconfig fix to fix a compiler error. Let me know if I have to change something. Cheers Kishon The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -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.2-rc for you to fetch changes up to dcb54fcb3483862e993abdae99cec22fb3ae4099: phy: berlin-usb: fix divider for BG2 (2015-07-15 20:02:09 +0530) ---------------------------------------------------------------- phy: for 4.2-rc *) Fix PIPE3 PM so that all its users (PCIe, SATA, USB) can idle and resume *) Fix a compiler error in pxa *) Fix pll divider values in berlin-usb phy driver Signed-off-by: Kishon Vijay Abraham I ---------------------------------------------------------------- Roger Quadros (1): phy: ti-pipe3: fix suspend Sebastian Ott (1): phy/pxa: add HAS_IOMEM dependency Thomas Hebb (2): phy: berlin-usb: fix divider for BG2CD phy: berlin-usb: fix divider for BG2 drivers/phy/Kconfig | 2 + drivers/phy/phy-berlin-usb.c | 4 +- drivers/phy/phy-ti-pipe3.c | 172 ++++++++++-------------------------------- 3 files changed, 45 insertions(+), 133 deletions(-) -- 1.7.9.5