From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751943AbcDQG5R (ORCPT ); Sun, 17 Apr 2016 02:57:17 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:36653 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751277AbcDQG5Q (ORCPT ); Sun, 17 Apr 2016 02:57:16 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL] phy: for 4.6 -rc Date: Sun, 17 Apr 2016 12:27:09 +0530 Message-ID: <1460876232-568-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.6 -rc cycle below. It consists of couple of fixes to move the rockchip emmc phy and rockchip display phy as a child device of GRF. Both these PHY drivers were merged in the recent merge window and requires their dt bindings to be fixed. Consider merging this in the -rc cycle. Let me know if I have to change something. Thanks Kishon The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03: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.6-rc for you to fetch changes up to 5128de85124c728cdbb6b35bd9dc7410f02c0ca1: phy: rockchip-emmc: adapt binding to specifiy register offset and length (2016-04-13 18:33:05 +0530) ---------------------------------------------------------------- phy: for 4.6-rc *) make rockchip-dp and rockchip-emmc PHY child device of GRF Signed-off-by: Kishon Vijay Abraham I ---------------------------------------------------------------- Heiko Stuebner (3): phy: rockchip-dp: should be a child device of the GRF phy: rockchip-emmc: should be a child device of the GRF phy: rockchip-emmc: adapt binding to specifiy register offset and length .../devicetree/bindings/phy/rockchip-dp-phy.txt | 18 +++++++++------- .../devicetree/bindings/phy/rockchip-emmc-phy.txt | 22 +++++++++++++------- drivers/phy/phy-rockchip-dp.c | 7 +++++-- drivers/phy/phy-rockchip-emmc.c | 5 ++++- 4 files changed, 34 insertions(+), 18 deletions(-) -- 1.7.9.5