From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751991AbcFJIWA (ORCPT ); Fri, 10 Jun 2016 04:22:00 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:55160 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750710AbcFJIV5 (ORCPT ); Fri, 10 Jun 2016 04:21:57 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL] phy: for 4.7 -rc cycle Date: Fri, 10 Jun 2016 13:51:51 +0530 Message-ID: <1465546913-4284-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 below. It consists of a couple of fixes in the phy drivers. Consider merging this in this -rc. Let me know if you want me to change something. Cheers Kishon The following changes since commit 1a695a905c18548062509178b98bc91e67510864: Linux 4.7-rc1 (2016-05-29 09:29:24 -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.7-rc for you to fetch changes up to 31b2a32f708bb33b3f35b03ce3d2cb31f7d1e684: phy: ti-pipe3: Program the DPLL even if it was already locked (2016-06-03 12:06:41 +0530) ---------------------------------------------------------------- phy: for 4.7-rc *) Fix compiler warning in exynos-mipi-video *) Fix in ti-pipe3 PHY to program the DPLL even if it was already locked Signed-off-by: Kishon Vijay Abraham I ---------------------------------------------------------------- Arnd Bergmann (1): phy: exynos-mipi-video: avoid uninitialized variable use Roger Quadros (1): phy: ti-pipe3: Program the DPLL even if it was already locked drivers/phy/phy-exynos-mipi-video.c | 6 +++++- drivers/phy/phy-ti-pipe3.c | 15 +++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) -- 1.7.9.5