From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751619AbdJPGF5 (ORCPT ); Mon, 16 Oct 2017 02:05:57 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:60420 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707AbdJPGF4 (ORCPT ); Mon, 16 Oct 2017 02:05:56 -0400 Subject: Re: [GIT PULL] phy: for 4.14 -rc To: References: <20171004123945.24748-1-kishon@ti.com> CC: From: Kishon Vijay Abraham I Message-ID: <4c734e4c-d4b1-2a3a-e0d3-96104b111f5d@ti.com> Date: Mon, 16 Oct 2017 11:35:53 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20171004123945.24748-1-kishon@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On Wednesday 04 October 2017 06:09 PM, Kishon Vijay Abraham I wrote: > Hi Greg, > > Please find below the phy pull request for 4.14 -rc cycle below. > It fixes a couple of instabilities in rockchip typec phy and other fixes > are mostly to deal with handling error return values. > > Consider merging this in this -rc cycle and let me know if I have to make > any changes. Can you merge this pull request? Thanks Kishon > > Thanks > Kishon > > The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: > > Linux 4.14-rc1 (2017-09-16 15:47:51 -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.14-rc > > for you to fetch changes up to 2fb850092fd95198a0a4746f07b80077d5a3aa37: > > phy: rockchip-typec: Check for errors from tcphy_phy_init() (2017-10-03 15:18:41 +0530) > > ---------------------------------------------------------------- > phy: for 4.14 -rc > > *) Handle error return values in rockchip-typec and tegra-xusb > *) Fix MUX error check and ioremap_resource error check in mvebu-cp110-comphy > *) Fix NULL pointer dereference error in phy-mtk-tphy > *) Make sure pipe selector is not set to incompatible value > *) Fix flaky aux channel communication with rockchip-typec PHY > *) Fix DP monitors detection issue in rockchip-typec PHY > > Signed-off-by: Kishon Vijay Abraham I > > ---------------------------------------------------------------- > Antoine Tenart (2): > phy: mvebu-cp110-comphy: fix mux error check > phy: mvebu-cp110-comphy: explicitly set the pipe selector > > Arvind Yadav (1): > phy: tegra: Handle return value of kasprintf > > Chunfeng Yun (1): > phy: phy-mtk-tphy: fix NULL point of chip bank > > Dan Carpenter (1): > phy: mvebu-cp110: checking for NULL instead of IS_ERR() > > Douglas Anderson (3): > phy: rockchip-typec: Set the AUX channel flip state earlier > phy: rockchip-typec: Don't set the aux voltage swing to 400 mV > phy: rockchip-typec: Check for errors from tcphy_phy_init() > > drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 18 ++++++++++++++---- > drivers/phy/mediatek/phy-mtk-tphy.c | 3 ++- > drivers/phy/rockchip/phy-rockchip-typec.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- > drivers/phy/tegra/xusb.c | 2 ++ > 4 files changed, 73 insertions(+), 32 deletions(-) >